HEX: #501848
RGB: (80,24,72)
Il colore #501848 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #501848 il colore web safe è #660033 (#603).
Il colore 501848 in RGB è definito come 80,24,72
RGB: (80,24,72) (31%,9%,28%)
R 80 da 255 = 31%
G 24 da 255 = 9%
B 72 da 255 = 28%
R + G + B ~ 23%. #501848 colore scuro.
R + G + B =
80 + 24 + 72 = 176 (100%)
R 80 da 176 ~ 45.45%
G 24 da 176 ~ 13.64%
B 72 da 176 ~ 40.91%
Il colore #501848 in CMYK è definito come 0,70,10,69.
CMYK: (0,70,10,69) C0M70Y10K69 (0%,70%,10%,69%) (0.00/0.70/0.10/0.69)
50 | 18 | 48 | |
---|---|---|---|
RGB | 80 | 24 | 72 |
HSL | 309° | 53.85% | 20.39% |
HSB/HSV | 309° | 70.00% | 31.37% |
CMYK | 0.00% | 70.00% | 10.00% |
68.63% |
Esadicemale | 50 | 18 | 48 |
Decimale | 80 | 24 | 72 |
Binario | 1010000 | 11000 | 1001000 |
Ottale | 120 | 30 | 110 |
Esempi dei codici css e html per gli elementi di colore #501848. Utilizzate rgb(80,24,72) anche al posto del codice hex.
.myTextColor { color: #501848; }
<p style="color:#501848">This sample text font color is #501848.</p>
Il colore di questo testo è #501848.
.myBgColor { background-color: #501848; }
<div style="background-color:#501848">Inner text</div>
Questo div ha lo sfondo di colore #501848.
.myBorderColor { border: 1px solid #501848; }
<div style="border:3px solid #501848">Div</div>
Questo div ha i bordi di colore 501848.
.myOpacity80 { color: #501848; opacity: 0.8; }
<p style="color:#501848;opacity:0.8;">80%</p>
Il testo di color #501848 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501848;}
<p style="text-shadow: 3px 3px 1px #501848">Text here.</p>
Questo testo ha l'ombra di colore #501848.
.textShadow {text-shadow: 3px 3px 1px #501848, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501848, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #501848 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501848, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501848, Direction=45, Strength=4)">Text</p>
This text has shadow with #501848 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501848; -webkit-box-shadow: 1px 1px 3px 2px #501848; box-shadow: 1px 1px 3px 2px #501848; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #501848; -webkit-box-shadow: 1px 1px 3px 2px #501848; box-shadow:1px 1px 3px 2px #501848;">
Div content here</div>
Questo e il testo di colore #501848 sullo sfondo nero.
Questo e il testo di colore #501848 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #501848.
Questo è un testo bianco sullo sfondo del colore #501848.