HEX: #472117
RGB: (71,33,23)
Il colore #472117 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #472117 il colore web safe è #333300 (#330).
Il colore 472117 in RGB è definito come 71,33,23
RGB: (71,33,23) (28%,13%,9%)
R 71 da 255 = 28%
G 33 da 255 = 13%
B 23 da 255 = 9%
R + G + B ~ 17%. #472117 colore scuro.
R + G + B =
71 + 33 + 23 = 127 (100%)
R 71 da 127 ~ 55.91%
G 33 da 127 ~ 25.98%
B 23 da 127 ~ 18.11%
Il colore #472117 in CMYK è definito come 0,54,68,72.
CMYK: (0,54,68,72) C0M54Y68K72 (0%,54%,68%,72%) (0.00/0.54/0.68/0.72)
47 | 21 | 17 | |
---|---|---|---|
RGB | 71 | 33 | 23 |
HSL | 13° | 51.06% | 18.43% |
HSB/HSV | 13° | 67.61% | 27.84% |
CMYK | 0.00% | 53.52% | 67.61% |
72.16% |
Esadicemale | 47 | 21 | 17 |
Decimale | 71 | 33 | 23 |
Binario | 1000111 | 100001 | 10111 |
Ottale | 107 | 41 | 27 |
Esempi dei codici css e html per gli elementi di colore #472117. Utilizzate rgb(71,33,23) anche al posto del codice hex.
.myTextColor { color: #472117; }
<p style="color:#472117">This sample text font color is #472117.</p>
Il colore di questo testo è #472117.
.myBgColor { background-color: #472117; }
<div style="background-color:#472117">Inner text</div>
Questo div ha lo sfondo di colore #472117.
.myBorderColor { border: 1px solid #472117; }
<div style="border:3px solid #472117">Div</div>
Questo div ha i bordi di colore 472117.
.myOpacity80 { color: #472117; opacity: 0.8; }
<p style="color:#472117;opacity:0.8;">80%</p>
Il testo di color #472117 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472117;}
<p style="text-shadow: 3px 3px 1px #472117">Text here.</p>
Questo testo ha l'ombra di colore #472117.
.textShadow {text-shadow: 3px 3px 1px #472117, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472117, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #472117 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472117, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472117, Direction=45, Strength=4)">Text</p>
This text has shadow with #472117 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472117; -webkit-box-shadow: 1px 1px 3px 2px #472117; box-shadow: 1px 1px 3px 2px #472117; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #472117; -webkit-box-shadow: 1px 1px 3px 2px #472117; box-shadow:1px 1px 3px 2px #472117;">
Div content here</div>
Questo e il testo di colore #472117 sullo sfondo nero.
Questo e il testo di colore #472117 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #472117.
Questo è un testo bianco sullo sfondo del colore #472117.