HEX: #471242
RGB: (71,18,66)
Il colore #471242 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #471242 il colore web safe è #330033 (#303).
Il colore 471242 in RGB è definito come 71,18,66
RGB: (71,18,66) (28%,7%,26%)
R 71 da 255 = 28%
G 18 da 255 = 7%
B 66 da 255 = 26%
R + G + B ~ 20%. #471242 colore scuro.
R + G + B =
71 + 18 + 66 = 155 (100%)
R 71 da 155 ~ 45.81%
G 18 da 155 ~ 11.61%
B 66 da 155 ~ 42.58%
Il colore #471242 in CMYK è definito come 0,75,7,72.
CMYK: (0,75,7,72) C0M75Y7K72 (0%,75%,7%,72%) (0.00/0.75/0.07/0.72)
47 | 12 | 42 | |
---|---|---|---|
RGB | 71 | 18 | 66 |
HSL | 306° | 59.55% | 17.45% |
HSB/HSV | 306° | 74.65% | 27.84% |
CMYK | 0.00% | 74.65% | 7.04% |
72.16% |
Esadicemale | 47 | 12 | 42 |
Decimale | 71 | 18 | 66 |
Binario | 1000111 | 10010 | 1000010 |
Ottale | 107 | 22 | 102 |
Esempi dei codici css e html per gli elementi di colore #471242. Utilizzate rgb(71,18,66) anche al posto del codice hex.
.myTextColor { color: #471242; }
<p style="color:#471242">This sample text font color is #471242.</p>
Il colore di questo testo è #471242.
.myBgColor { background-color: #471242; }
<div style="background-color:#471242">Inner text</div>
Questo div ha lo sfondo di colore #471242.
.myBorderColor { border: 1px solid #471242; }
<div style="border:3px solid #471242">Div</div>
Questo div ha i bordi di colore 471242.
.myOpacity80 { color: #471242; opacity: 0.8; }
<p style="color:#471242;opacity:0.8;">80%</p>
Il testo di color #471242 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471242;}
<p style="text-shadow: 3px 3px 1px #471242">Text here.</p>
Questo testo ha l'ombra di colore #471242.
.textShadow {text-shadow: 3px 3px 1px #471242, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471242, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #471242 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471242, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471242, Direction=45, Strength=4)">Text</p>
This text has shadow with #471242 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471242; -webkit-box-shadow: 1px 1px 3px 2px #471242; box-shadow: 1px 1px 3px 2px #471242; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471242; -webkit-box-shadow: 1px 1px 3px 2px #471242; box-shadow:1px 1px 3px 2px #471242;">
Div content here</div>
Questo e il testo di colore #471242 sullo sfondo nero.
Questo e il testo di colore #471242 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #471242.
Questo è un testo bianco sullo sfondo del colore #471242.