HEX: #531221
RGB: (83,18,33)
Il colore #531221 contiene principalmente il rosso e il blu. Per il #531221 il colore web safe è #660033 (#603).
Il colore 531221 in RGB è definito come 83,18,33
RGB: (83,18,33) (33%,7%,13%)
R 83 da 255 = 33%
G 18 da 255 = 7%
B 33 da 255 = 13%
R + G + B ~ 18%. #531221 colore scuro.
R + G + B =
83 + 18 + 33 = 134 (100%)
R 83 da 134 ~ 61.94%
G 18 da 134 ~ 13.43%
B 33 da 134 ~ 24.63%
Il colore #531221 in CMYK è definito come 0,78,60,67.
CMYK: (0,78,60,67) C0M78Y60K67 (0%,78%,60%,67%) (0.00/0.78/0.60/0.67)
53 | 12 | 21 | |
---|---|---|---|
RGB | 83 | 18 | 33 |
HSL | 346° | 64.36% | 19.80% |
HSB/HSV | 346° | 78.31% | 32.55% |
CMYK | 0.00% | 78.31% | 60.24% |
67.45% |
Esadicemale | 53 | 12 | 21 |
Decimale | 83 | 18 | 33 |
Binario | 1010011 | 10010 | 100001 |
Ottale | 123 | 22 | 41 |
Esempi dei codici css e html per gli elementi di colore #531221. Utilizzate rgb(83,18,33) anche al posto del codice hex.
.myTextColor { color: #531221; }
<p style="color:#531221">This sample text font color is #531221.</p>
Il colore di questo testo è #531221.
.myBgColor { background-color: #531221; }
<div style="background-color:#531221">Inner text</div>
Questo div ha lo sfondo di colore #531221.
.myBorderColor { border: 1px solid #531221; }
<div style="border:3px solid #531221">Div</div>
Questo div ha i bordi di colore 531221.
.myOpacity80 { color: #531221; opacity: 0.8; }
<p style="color:#531221;opacity:0.8;">80%</p>
Il testo di color #531221 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #531221;}
<p style="text-shadow: 3px 3px 1px #531221">Text here.</p>
Questo testo ha l'ombra di colore #531221.
.textShadow {text-shadow: 3px 3px 1px #531221, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #531221, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #531221 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#531221, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#531221, Direction=45, Strength=4)">Text</p>
This text has shadow with #531221 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531221; -webkit-box-shadow: 1px 1px 3px 2px #531221; box-shadow: 1px 1px 3px 2px #531221; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #531221; -webkit-box-shadow: 1px 1px 3px 2px #531221; box-shadow:1px 1px 3px 2px #531221;">
Div content here</div>
Questo e il testo di colore #531221 sullo sfondo nero.
Questo e il testo di colore #531221 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #531221.
Questo è un testo bianco sullo sfondo del colore #531221.