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