HEX: #040911
RGB: (4,9,17)
Il colore #040911 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #040911 il colore web safe è #000000 (#000).
Il colore 040911 in RGB è definito come 4,9,17
RGB: (4,9,17) (2%,4%,7%)
R 4 da 255 = 2%
G 9 da 255 = 4%
B 17 da 255 = 7%
R + G + B ~ 4%. #040911 colore scuro.
R + G + B =
4 + 9 + 17 = 30 (100%)
R 4 da 30 ~ 13.33%
G 9 da 30 ~ 30%
B 17 da 30 ~ 56.67%
Il colore #040911 in CMYK è definito come 76,47,0,93.
CMYK: (76,47,0,93) C76M47Y0K93 (76%,47%,0%,93%) (0.76/0.47/0.00/0.93)
04 | 09 | 11 | |
---|---|---|---|
RGB | 4 | 9 | 17 |
HSL | 217° | 61.90% | 4.12% |
HSB/HSV | 217° | 76.47% | 6.67% |
CMYK | 76.47% | 47.06% | 0.00% |
93.33% |
Esadicemale | 04 | 09 | 11 |
Decimale | 4 | 9 | 17 |
Binario | 100 | 1001 | 10001 |
Ottale | 4 | 11 | 21 |
Esempi dei codici css e html per gli elementi di colore #040911. Utilizzate rgb(4,9,17) anche al posto del codice hex.
.myTextColor { color: #040911; }
<p style="color:#040911">This sample text font color is #040911.</p>
Il colore di questo testo è #040911.
.myBgColor { background-color: #040911; }
<div style="background-color:#040911">Inner text</div>
Questo div ha lo sfondo di colore #040911.
.myBorderColor { border: 1px solid #040911; }
<div style="border:3px solid #040911">Div</div>
Questo div ha i bordi di colore 040911.
.myOpacity80 { color: #040911; opacity: 0.8; }
<p style="color:#040911;opacity:0.8;">80%</p>
Il testo di color #040911 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #040911;}
<p style="text-shadow: 3px 3px 1px #040911">Text here.</p>
Questo testo ha l'ombra di colore #040911.
.textShadow {text-shadow: 3px 3px 1px #040911, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #040911, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #040911 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#040911, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#040911, Direction=45, Strength=4)">Text</p>
This text has shadow with #040911 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #040911; -webkit-box-shadow: 1px 1px 3px 2px #040911; box-shadow: 1px 1px 3px 2px #040911; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #040911; -webkit-box-shadow: 1px 1px 3px 2px #040911; box-shadow:1px 1px 3px 2px #040911;">
Div content here</div>
Questo e il testo di colore #040911 sullo sfondo nero.
Questo e il testo di colore #040911 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #040911.
Questo è un testo bianco sullo sfondo del colore #040911.