HEX: #590621
RGB: (89,6,33)
Il colore #590621 contiene principalmente il rosso e il blu. Per il #590621 il colore web safe è #660033 (#603).
Il colore 590621 in RGB è definito come 89,6,33
RGB: (89,6,33) (35%,2%,13%)
R 89 da 255 = 35%
G 6 da 255 = 2%
B 33 da 255 = 13%
R + G + B ~ 17%. #590621 colore scuro.
R + G + B =
89 + 6 + 33 = 128 (100%)
R 89 da 128 ~ 69.53%
G 6 da 128 ~ 4.69%
B 33 da 128 ~ 25.78%
Il colore #590621 in CMYK è definito come 0,93,63,65.
CMYK: (0,93,63,65) C0M93Y63K65 (0%,93%,63%,65%) (0.00/0.93/0.63/0.65)
59 | 06 | 21 | |
---|---|---|---|
RGB | 89 | 6 | 33 |
HSL | 340° | 87.37% | 18.63% |
HSB/HSV | 340° | 93.26% | 34.90% |
CMYK | 0.00% | 93.26% | 62.92% |
65.10% |
Esadicemale | 59 | 06 | 21 |
Decimale | 89 | 6 | 33 |
Binario | 1011001 | 110 | 100001 |
Ottale | 131 | 6 | 41 |
Esempi dei codici css e html per gli elementi di colore #590621. Utilizzate rgb(89,6,33) anche al posto del codice hex.
.myTextColor { color: #590621; }
<p style="color:#590621">This sample text font color is #590621.</p>
Il colore di questo testo è #590621.
.myBgColor { background-color: #590621; }
<div style="background-color:#590621">Inner text</div>
Questo div ha lo sfondo di colore #590621.
.myBorderColor { border: 1px solid #590621; }
<div style="border:3px solid #590621">Div</div>
Questo div ha i bordi di colore 590621.
.myOpacity80 { color: #590621; opacity: 0.8; }
<p style="color:#590621;opacity:0.8;">80%</p>
Il testo di color #590621 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590621;}
<p style="text-shadow: 3px 3px 1px #590621">Text here.</p>
Questo testo ha l'ombra di colore #590621.
.textShadow {text-shadow: 3px 3px 1px #590621, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590621, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #590621 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590621, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590621, Direction=45, Strength=4)">Text</p>
This text has shadow with #590621 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590621; -webkit-box-shadow: 1px 1px 3px 2px #590621; box-shadow: 1px 1px 3px 2px #590621; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #590621; -webkit-box-shadow: 1px 1px 3px 2px #590621; box-shadow:1px 1px 3px 2px #590621;">
Div content here</div>
Questo e il testo di colore #590621 sullo sfondo nero.
Questo e il testo di colore #590621 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #590621.
Questo è un testo bianco sullo sfondo del colore #590621.