HEX: #061214
RGB: (6,18,20)
Il colore #061214 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #061214 il colore web safe è #000000 (#000).
Il colore 061214 in RGB è definito come 6,18,20
RGB: (6,18,20) (2%,7%,8%)
R 6 da 255 = 2%
G 18 da 255 = 7%
B 20 da 255 = 8%
R + G + B ~ 6%. #061214 colore scuro.
R + G + B =
6 + 18 + 20 = 44 (100%)
R 6 da 44 ~ 13.64%
G 18 da 44 ~ 40.91%
B 20 da 44 ~ 45.45%
Il colore #061214 in CMYK è definito come 70,10,0,92.
CMYK: (70,10,0,92) C70M10Y0K92 (70%,10%,0%,92%) (0.70/0.10/0.00/0.92)
06 | 12 | 14 | |
---|---|---|---|
RGB | 6 | 18 | 20 |
HSL | 189° | 53.85% | 5.10% |
HSB/HSV | 189° | 70.00% | 7.84% |
CMYK | 70.00% | 10.00% | 0.00% |
92.16% |
Esadicemale | 06 | 12 | 14 |
Decimale | 6 | 18 | 20 |
Binario | 110 | 10010 | 10100 |
Ottale | 6 | 22 | 24 |
Esempi dei codici css e html per gli elementi di colore #061214. Utilizzate rgb(6,18,20) anche al posto del codice hex.
.myTextColor { color: #061214; }
<p style="color:#061214">This sample text font color is #061214.</p>
Il colore di questo testo è #061214.
.myBgColor { background-color: #061214; }
<div style="background-color:#061214">Inner text</div>
Questo div ha lo sfondo di colore #061214.
.myBorderColor { border: 1px solid #061214; }
<div style="border:3px solid #061214">Div</div>
Questo div ha i bordi di colore 061214.
.myOpacity80 { color: #061214; opacity: 0.8; }
<p style="color:#061214;opacity:0.8;">80%</p>
Il testo di color #061214 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061214;}
<p style="text-shadow: 3px 3px 1px #061214">Text here.</p>
Questo testo ha l'ombra di colore #061214.
.textShadow {text-shadow: 3px 3px 1px #061214, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061214, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #061214 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061214, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061214, Direction=45, Strength=4)">Text</p>
This text has shadow with #061214 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061214; -webkit-box-shadow: 1px 1px 3px 2px #061214; box-shadow: 1px 1px 3px 2px #061214; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #061214; -webkit-box-shadow: 1px 1px 3px 2px #061214; box-shadow:1px 1px 3px 2px #061214;">
Div content here</div>
Questo e il testo di colore #061214 sullo sfondo nero.
Questo e il testo di colore #061214 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #061214.
Questo è un testo bianco sullo sfondo del colore #061214.