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