HEX: #510D4B
RGB: (81,13,75)
Il colore #510D4B contiene principalmente il rosso e il blu. Per il #510D4B il colore web safe è #660033 (#603).
Il colore 510D4B in RGB è definito come 81,13,75
RGB: (81,13,75) (32%,5%,29%)
R 81 da 255 = 32%
G 13 da 255 = 5%
B 75 da 255 = 29%
R + G + B ~ 22%. #510D4B colore scuro.
R + G + B =
81 + 13 + 75 = 169 (100%)
R 81 da 169 ~ 47.93%
G 13 da 169 ~ 7.69%
B 75 da 169 ~ 44.38%
Il colore #510D4B in CMYK è definito come 0,84,7,68.
CMYK: (0,84,7,68) C0M84Y7K68 (0%,84%,7%,68%) (0.00/0.84/0.07/0.68)
51 | 0D | 4B | |
---|---|---|---|
RGB | 81 | 13 | 75 |
HSL | 305° | 72.34% | 18.43% |
HSB/HSV | 305° | 83.95% | 31.76% |
CMYK | 0.00% | 83.95% | 7.41% |
68.24% |
Esadicemale | 51 | 0D | 4B |
Decimale | 81 | 13 | 75 |
Binario | 1010001 | 1101 | 1001011 |
Ottale | 121 | 15 | 113 |
Esempi dei codici css e html per gli elementi di colore #510D4B. Utilizzate rgb(81,13,75) anche al posto del codice hex.
.myTextColor { color: #510D4B; }
<p style="color:#510D4B">This sample text font color is #510D4B.</p>
Il colore di questo testo è #510D4B.
.myBgColor { background-color: #510D4B; }
<div style="background-color:#510D4B">Inner text</div>
Questo div ha lo sfondo di colore #510D4B.
.myBorderColor { border: 1px solid #510D4B; }
<div style="border:3px solid #510D4B">Div</div>
Questo div ha i bordi di colore 510D4B.
.myOpacity80 { color: #510D4B; opacity: 0.8; }
<p style="color:#510D4B;opacity:0.8;">80%</p>
Il testo di color #510D4B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #510D4B;}
<p style="text-shadow: 3px 3px 1px #510D4B">Text here.</p>
Questo testo ha l'ombra di colore #510D4B.
.textShadow {text-shadow: 3px 3px 1px #510D4B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #510D4B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #510D4B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#510D4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#510D4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #510D4B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #510D4B; -webkit-box-shadow: 1px 1px 3px 2px #510D4B; box-shadow: 1px 1px 3px 2px #510D4B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #510D4B; -webkit-box-shadow: 1px 1px 3px 2px #510D4B; box-shadow:1px 1px 3px 2px #510D4B;">
Div content here</div>
Questo e il testo di colore #510D4B sullo sfondo nero.
Questo e il testo di colore #510D4B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #510D4B.
Questo è un testo bianco sullo sfondo del colore #510D4B.