HEX: #501121
RGB: (80,17,33)
Il colore #501121 contiene principalmente il rosso e il blu. Per il #501121 il colore web safe è #660033 (#603).
Il colore 501121 in RGB è definito come 80,17,33
RGB: (80,17,33) (31%,7%,13%)
R 80 da 255 = 31%
G 17 da 255 = 7%
B 33 da 255 = 13%
R + G + B ~ 17%. #501121 colore scuro.
R + G + B =
80 + 17 + 33 = 130 (100%)
R 80 da 130 ~ 61.54%
G 17 da 130 ~ 13.08%
B 33 da 130 ~ 25.38%
Il colore #501121 in CMYK è definito come 0,79,59,69.
CMYK: (0,79,59,69) C0M79Y59K69 (0%,79%,59%,69%) (0.00/0.79/0.59/0.69)
50 | 11 | 21 | |
---|---|---|---|
RGB | 80 | 17 | 33 |
HSL | 345° | 64.95% | 19.02% |
HSB/HSV | 345° | 78.75% | 31.37% |
CMYK | 0.00% | 78.75% | 58.75% |
68.63% |
Esadicemale | 50 | 11 | 21 |
Decimale | 80 | 17 | 33 |
Binario | 1010000 | 10001 | 100001 |
Ottale | 120 | 21 | 41 |
Esempi dei codici css e html per gli elementi di colore #501121. Utilizzate rgb(80,17,33) anche al posto del codice hex.
.myTextColor { color: #501121; }
<p style="color:#501121">This sample text font color is #501121.</p>
Il colore di questo testo è #501121.
.myBgColor { background-color: #501121; }
<div style="background-color:#501121">Inner text</div>
Questo div ha lo sfondo di colore #501121.
.myBorderColor { border: 1px solid #501121; }
<div style="border:3px solid #501121">Div</div>
Questo div ha i bordi di colore 501121.
.myOpacity80 { color: #501121; opacity: 0.8; }
<p style="color:#501121;opacity:0.8;">80%</p>
Il testo di color #501121 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501121;}
<p style="text-shadow: 3px 3px 1px #501121">Text here.</p>
Questo testo ha l'ombra di colore #501121.
.textShadow {text-shadow: 3px 3px 1px #501121, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501121, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #501121 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501121, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501121, Direction=45, Strength=4)">Text</p>
This text has shadow with #501121 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501121; -webkit-box-shadow: 1px 1px 3px 2px #501121; box-shadow: 1px 1px 3px 2px #501121; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #501121; -webkit-box-shadow: 1px 1px 3px 2px #501121; box-shadow:1px 1px 3px 2px #501121;">
Div content here</div>
Questo e il testo di colore #501121 sullo sfondo nero.
Questo e il testo di colore #501121 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #501121.
Questo è un testo bianco sullo sfondo del colore #501121.