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