HEX: #0E0D06
RGB: (14,13,6)
Il colore #0E0D06 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #0E0D06 il colore web safe è #000000 (#000).
Il colore 0E0D06 in RGB è definito come 14,13,6
RGB: (14,13,6) (5%,5%,2%)
R 14 da 255 = 5%
G 13 da 255 = 5%
B 6 da 255 = 2%
R + G + B ~ 4%. #0E0D06 colore scuro.
R + G + B =
14 + 13 + 6 = 33 (100%)
R 14 da 33 ~ 42.42%
G 13 da 33 ~ 39.39%
B 6 da 33 ~ 18.18%
Il colore #0E0D06 in CMYK è definito come 0,7,57,95.
CMYK: (0,7,57,95) C0M7Y57K95 (0%,7%,57%,95%) (0.00/0.07/0.57/0.95)
0E | 0D | 06 | |
---|---|---|---|
RGB | 14 | 13 | 6 |
HSL | 53° | 40.00% | 3.92% |
HSB/HSV | 53° | 57.14% | 5.49% |
CMYK | 0.00% | 7.14% | 57.14% |
94.51% |
Esadicemale | 0E | 0D | 06 |
Decimale | 14 | 13 | 6 |
Binario | 1110 | 1101 | 110 |
Ottale | 16 | 15 | 6 |
Esempi dei codici css e html per gli elementi di colore #0E0D06. Utilizzate rgb(14,13,6) anche al posto del codice hex.
.myTextColor { color: #0E0D06; }
<p style="color:#0E0D06">This sample text font color is #0E0D06.</p>
Il colore di questo testo è #0E0D06.
.myBgColor { background-color: #0E0D06; }
<div style="background-color:#0E0D06">Inner text</div>
Questo div ha lo sfondo di colore #0E0D06.
.myBorderColor { border: 1px solid #0E0D06; }
<div style="border:3px solid #0E0D06">Div</div>
Questo div ha i bordi di colore 0E0D06.
.myOpacity80 { color: #0E0D06; opacity: 0.8; }
<p style="color:#0E0D06;opacity:0.8;">80%</p>
Il testo di color #0E0D06 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0E0D06;}
<p style="text-shadow: 3px 3px 1px #0E0D06">Text here.</p>
Questo testo ha l'ombra di colore #0E0D06.
.textShadow {text-shadow: 3px 3px 1px #0E0D06, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0E0D06, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #0E0D06 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0E0D06, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0E0D06, Direction=45, Strength=4)">Text</p>
This text has shadow with #0E0D06 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0E0D06; -webkit-box-shadow: 1px 1px 3px 2px #0E0D06; box-shadow: 1px 1px 3px 2px #0E0D06; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0E0D06; -webkit-box-shadow: 1px 1px 3px 2px #0E0D06; box-shadow:1px 1px 3px 2px #0E0D06;">
Div content here</div>
Questo e il testo di colore #0E0D06 sullo sfondo nero.
Questo e il testo di colore #0E0D06 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #0E0D06.
Questo è un testo bianco sullo sfondo del colore #0E0D06.