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