HEX: #520A2B
RGB: (82,10,43)
Il colore #520A2B contiene principalmente il rosso e il blu. Per il #520A2B il colore web safe è #660033 (#603).
Il colore 520A2B in RGB è definito come 82,10,43
RGB: (82,10,43) (32%,4%,17%)
R 82 da 255 = 32%
G 10 da 255 = 4%
B 43 da 255 = 17%
R + G + B ~ 18%. #520A2B colore scuro.
R + G + B =
82 + 10 + 43 = 135 (100%)
R 82 da 135 ~ 60.74%
G 10 da 135 ~ 7.41%
B 43 da 135 ~ 31.85%
Il colore #520A2B in CMYK è definito come 0,88,48,68.
CMYK: (0,88,48,68) C0M88Y48K68 (0%,88%,48%,68%) (0.00/0.88/0.48/0.68)
52 | 0A | 2B | |
---|---|---|---|
RGB | 82 | 10 | 43 |
HSL | 333° | 78.26% | 18.04% |
HSB/HSV | 333° | 87.80% | 32.16% |
CMYK | 0.00% | 87.80% | 47.56% |
67.84% |
Esadicemale | 52 | 0A | 2B |
Decimale | 82 | 10 | 43 |
Binario | 1010010 | 1010 | 101011 |
Ottale | 122 | 12 | 53 |
Esempi dei codici css e html per gli elementi di colore #520A2B. Utilizzate rgb(82,10,43) anche al posto del codice hex.
.myTextColor { color: #520A2B; }
<p style="color:#520A2B">This sample text font color is #520A2B.</p>
Il colore di questo testo è #520A2B.
.myBgColor { background-color: #520A2B; }
<div style="background-color:#520A2B">Inner text</div>
Questo div ha lo sfondo di colore #520A2B.
.myBorderColor { border: 1px solid #520A2B; }
<div style="border:3px solid #520A2B">Div</div>
Questo div ha i bordi di colore 520A2B.
.myOpacity80 { color: #520A2B; opacity: 0.8; }
<p style="color:#520A2B;opacity:0.8;">80%</p>
Il testo di color #520A2B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520A2B;}
<p style="text-shadow: 3px 3px 1px #520A2B">Text here.</p>
Questo testo ha l'ombra di colore #520A2B.
.textShadow {text-shadow: 3px 3px 1px #520A2B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520A2B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #520A2B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520A2B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520A2B, Direction=45, Strength=4)">Text</p>
This text has shadow with #520A2B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520A2B; -webkit-box-shadow: 1px 1px 3px 2px #520A2B; box-shadow: 1px 1px 3px 2px #520A2B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #520A2B; -webkit-box-shadow: 1px 1px 3px 2px #520A2B; box-shadow:1px 1px 3px 2px #520A2B;">
Div content here</div>
Questo e il testo di colore #520A2B sullo sfondo nero.
Questo e il testo di colore #520A2B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #520A2B.
Questo è un testo bianco sullo sfondo del colore #520A2B.