HEX: #471838
RGB: (71,24,56)
Il colore #471838 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #471838 il colore web safe è #330033 (#303).
Il colore 471838 in RGB è definito come 71,24,56
RGB: (71,24,56) (28%,9%,22%)
R 71 da 255 = 28%
G 24 da 255 = 9%
B 56 da 255 = 22%
R + G + B ~ 20%. #471838 colore scuro.
R + G + B =
71 + 24 + 56 = 151 (100%)
R 71 da 151 ~ 47.02%
G 24 da 151 ~ 15.89%
B 56 da 151 ~ 37.09%
Il colore #471838 in CMYK è definito come 0,66,21,72.
CMYK: (0,66,21,72) C0M66Y21K72 (0%,66%,21%,72%) (0.00/0.66/0.21/0.72)
47 | 18 | 38 | |
---|---|---|---|
RGB | 71 | 24 | 56 |
HSL | 319° | 49.47% | 18.63% |
HSB/HSV | 319° | 66.20% | 27.84% |
CMYK | 0.00% | 66.20% | 21.13% |
72.16% |
Esadicemale | 47 | 18 | 38 |
Decimale | 71 | 24 | 56 |
Binario | 1000111 | 11000 | 111000 |
Ottale | 107 | 30 | 70 |
Esempi dei codici css e html per gli elementi di colore #471838. Utilizzate rgb(71,24,56) anche al posto del codice hex.
.myTextColor { color: #471838; }
<p style="color:#471838">This sample text font color is #471838.</p>
Il colore di questo testo è #471838.
.myBgColor { background-color: #471838; }
<div style="background-color:#471838">Inner text</div>
Questo div ha lo sfondo di colore #471838.
.myBorderColor { border: 1px solid #471838; }
<div style="border:3px solid #471838">Div</div>
Questo div ha i bordi di colore 471838.
.myOpacity80 { color: #471838; opacity: 0.8; }
<p style="color:#471838;opacity:0.8;">80%</p>
Il testo di color #471838 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471838;}
<p style="text-shadow: 3px 3px 1px #471838">Text here.</p>
Questo testo ha l'ombra di colore #471838.
.textShadow {text-shadow: 3px 3px 1px #471838, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471838, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #471838 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471838, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471838, Direction=45, Strength=4)">Text</p>
This text has shadow with #471838 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471838; -webkit-box-shadow: 1px 1px 3px 2px #471838; box-shadow: 1px 1px 3px 2px #471838; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471838; -webkit-box-shadow: 1px 1px 3px 2px #471838; box-shadow:1px 1px 3px 2px #471838;">
Div content here</div>
Questo e il testo di colore #471838 sullo sfondo nero.
Questo e il testo di colore #471838 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #471838.
Questo è un testo bianco sullo sfondo del colore #471838.