HEX: #473326
RGB: (71,51,38)
Il colore #473326 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #473326 il colore web safe è #333333 (#333).
Il colore 473326 in RGB è definito come 71,51,38
RGB: (71,51,38) (28%,20%,15%)
R 71 da 255 = 28%
G 51 da 255 = 20%
B 38 da 255 = 15%
R + G + B ~ 21%. #473326 colore scuro.
R + G + B =
71 + 51 + 38 = 160 (100%)
R 71 da 160 ~ 44.38%
G 51 da 160 ~ 31.88%
B 38 da 160 ~ 23.75%
Il colore #473326 in CMYK è definito come 0,28,46,72.
CMYK: (0,28,46,72) C0M28Y46K72 (0%,28%,46%,72%) (0.00/0.28/0.46/0.72)
47 | 33 | 26 | |
---|---|---|---|
RGB | 71 | 51 | 38 |
HSL | 24° | 30.28% | 21.37% |
HSB/HSV | 24° | 46.48% | 27.84% |
CMYK | 0.00% | 28.17% | 46.48% |
72.16% |
Esadicemale | 47 | 33 | 26 |
Decimale | 71 | 51 | 38 |
Binario | 1000111 | 110011 | 100110 |
Ottale | 107 | 63 | 46 |
Esempi dei codici css e html per gli elementi di colore #473326. Utilizzate rgb(71,51,38) anche al posto del codice hex.
.myTextColor { color: #473326; }
<p style="color:#473326">This sample text font color is #473326.</p>
Il colore di questo testo è #473326.
.myBgColor { background-color: #473326; }
<div style="background-color:#473326">Inner text</div>
Questo div ha lo sfondo di colore #473326.
.myBorderColor { border: 1px solid #473326; }
<div style="border:3px solid #473326">Div</div>
Questo div ha i bordi di colore 473326.
.myOpacity80 { color: #473326; opacity: 0.8; }
<p style="color:#473326;opacity:0.8;">80%</p>
Il testo di color #473326 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473326;}
<p style="text-shadow: 3px 3px 1px #473326">Text here.</p>
Questo testo ha l'ombra di colore #473326.
.textShadow {text-shadow: 3px 3px 1px #473326, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473326, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #473326 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473326, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473326, Direction=45, Strength=4)">Text</p>
This text has shadow with #473326 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473326; -webkit-box-shadow: 1px 1px 3px 2px #473326; box-shadow: 1px 1px 3px 2px #473326; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473326; -webkit-box-shadow: 1px 1px 3px 2px #473326; box-shadow:1px 1px 3px 2px #473326;">
Div content here</div>
Questo e il testo di colore #473326 sullo sfondo nero.
Questo e il testo di colore #473326 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #473326.
Questo è un testo bianco sullo sfondo del colore #473326.