HEX: #520828
RGB: (82,8,40)
Il colore #520828 contiene principalmente il rosso e il blu. Per il #520828 il colore web safe è #660033 (#603).
Il colore 520828 in RGB è definito come 82,8,40
RGB: (82,8,40) (32%,3%,16%)
R 82 da 255 = 32%
G 8 da 255 = 3%
B 40 da 255 = 16%
R + G + B ~ 17%. #520828 colore scuro.
R + G + B =
82 + 8 + 40 = 130 (100%)
R 82 da 130 ~ 63.08%
G 8 da 130 ~ 6.15%
B 40 da 130 ~ 30.77%
Il colore #520828 in CMYK è definito come 0,90,51,68.
CMYK: (0,90,51,68) C0M90Y51K68 (0%,90%,51%,68%) (0.00/0.90/0.51/0.68)
52 | 08 | 28 | |
---|---|---|---|
RGB | 82 | 8 | 40 |
HSL | 334° | 82.22% | 17.65% |
HSB/HSV | 334° | 90.24% | 32.16% |
CMYK | 0.00% | 90.24% | 51.22% |
67.84% |
Esadicemale | 52 | 08 | 28 |
Decimale | 82 | 8 | 40 |
Binario | 1010010 | 1000 | 101000 |
Ottale | 122 | 10 | 50 |
Esempi dei codici css e html per gli elementi di colore #520828. Utilizzate rgb(82,8,40) anche al posto del codice hex.
.myTextColor { color: #520828; }
<p style="color:#520828">This sample text font color is #520828.</p>
Il colore di questo testo è #520828.
.myBgColor { background-color: #520828; }
<div style="background-color:#520828">Inner text</div>
Questo div ha lo sfondo di colore #520828.
.myBorderColor { border: 1px solid #520828; }
<div style="border:3px solid #520828">Div</div>
Questo div ha i bordi di colore 520828.
.myOpacity80 { color: #520828; opacity: 0.8; }
<p style="color:#520828;opacity:0.8;">80%</p>
Il testo di color #520828 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520828;}
<p style="text-shadow: 3px 3px 1px #520828">Text here.</p>
Questo testo ha l'ombra di colore #520828.
.textShadow {text-shadow: 3px 3px 1px #520828, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520828, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #520828 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520828, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520828, Direction=45, Strength=4)">Text</p>
This text has shadow with #520828 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520828; -webkit-box-shadow: 1px 1px 3px 2px #520828; box-shadow: 1px 1px 3px 2px #520828; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #520828; -webkit-box-shadow: 1px 1px 3px 2px #520828; box-shadow:1px 1px 3px 2px #520828;">
Div content here</div>
Questo e il testo di colore #520828 sullo sfondo nero.
Questo e il testo di colore #520828 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #520828.
Questo è un testo bianco sullo sfondo del colore #520828.