HEX: #120D0E
RGB: (18,13,14)
Il colore #120D0E contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #120D0E il colore web safe è #000000 (#000).
Il colore 120D0E in RGB è definito come 18,13,14
RGB: (18,13,14) (7%,5%,5%)
R 18 da 255 = 7%
G 13 da 255 = 5%
B 14 da 255 = 5%
R + G + B ~ 6%. #120D0E colore scuro.
R + G + B =
18 + 13 + 14 = 45 (100%)
R 18 da 45 ~ 40%
G 13 da 45 ~ 28.89%
B 14 da 45 ~ 31.11%
Il colore #120D0E in CMYK è definito come 0,28,22,93.
CMYK: (0,28,22,93) C0M28Y22K93 (0%,28%,22%,93%) (0.00/0.28/0.22/0.93)
12 | 0D | 0E | |
---|---|---|---|
RGB | 18 | 13 | 14 |
HSL | 348° | 16.13% | 6.08% |
HSB/HSV | 348° | 27.78% | 7.06% |
CMYK | 0.00% | 27.78% | 22.22% |
92.94% |
Esadicemale | 12 | 0D | 0E |
Decimale | 18 | 13 | 14 |
Binario | 10010 | 1101 | 1110 |
Ottale | 22 | 15 | 16 |
Esempi dei codici css e html per gli elementi di colore #120D0E. Utilizzate rgb(18,13,14) anche al posto del codice hex.
.myTextColor { color: #120D0E; }
<p style="color:#120D0E">This sample text font color is #120D0E.</p>
Il colore di questo testo è #120D0E.
.myBgColor { background-color: #120D0E; }
<div style="background-color:#120D0E">Inner text</div>
Questo div ha lo sfondo di colore #120D0E.
.myBorderColor { border: 1px solid #120D0E; }
<div style="border:3px solid #120D0E">Div</div>
Questo div ha i bordi di colore 120D0E.
.myOpacity80 { color: #120D0E; opacity: 0.8; }
<p style="color:#120D0E;opacity:0.8;">80%</p>
Il testo di color #120D0E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #120D0E;}
<p style="text-shadow: 3px 3px 1px #120D0E">Text here.</p>
Questo testo ha l'ombra di colore #120D0E.
.textShadow {text-shadow: 3px 3px 1px #120D0E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #120D0E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #120D0E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#120D0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#120D0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #120D0E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #120D0E; -webkit-box-shadow: 1px 1px 3px 2px #120D0E; box-shadow: 1px 1px 3px 2px #120D0E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #120D0E; -webkit-box-shadow: 1px 1px 3px 2px #120D0E; box-shadow:1px 1px 3px 2px #120D0E;">
Div content here</div>
Questo e il testo di colore #120D0E sullo sfondo nero.
Questo e il testo di colore #120D0E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #120D0E.
Questo è un testo bianco sullo sfondo del colore #120D0E.