HEX: #520D1E
RGB: (82,13,30)
#520D1E contains mainly red and blue colors. Web safe color of #520D1E is #660033 (or #603).
#520D1E color RGB value is (82,13,30).
RGB: (82,13,30)
(32%, 5%, 12%)
R 82 of 255 = 32%
G 13 of 255 = 5%
B 30 of 255 = 12%
R + G + B ~ 16%. #520D1E is dark color.
R + G + B = 82 + 13 + 30 = 125 (100%)
R 82 of 125 ~ 65.6%
G 13 of 125 ~ 10.4%
B 30 of 125 ~ 24'%
#520D1E color CMYK value is (0,84,63,68).
CMYK: (0,84,63,68)
C0M84Y63K68 (0%, 84%, 63%, 68%)
(0.00 / 0.84 / 0.63 / 0.68)
Color #520D1E in popluar color models
52 | 0D | 1E | |
---|---|---|---|
RGB | 82 | 13 | 30 |
HSL | 345° | 72.63% | 18.63% |
HSB/HSV | 345° | 84.15% | 32.16% |
CMYK | 0.00% | 84.15% | 63.41% |
67.84% |
Color #520D1E in popluar number systems.
HEX | 52 | 0D | 1E |
Decimal | 82 | 13 | 30 |
Binary | 1010010 | 1101 | 11110 |
Octal | 122 | 15 | 36 |
Shades of #520D1E
Tints of #520D1E
Examples of css and html codes for elements with #520D1E color. Also use rgb(82,13,30) instead hex code.
.myTextColor { color: #520D1E; }
<p style="color:#520D1E">This sample text font color is #520D1E.</p>
This text font color is #520D1E.
.myBgColor { background-color: #520D1E; }
<div style="background-color:#520D1E">Inner text</div>
This div background color is #520D1E.
.myBorderColor { border: 1px solid #520D1E; }
<div style="border:3px solid #520D1E">Div</div>
This div border color is #520D1E.
.myOpacity80 { color: #520D1E; opacity: 0.8; }
<p style="color:#520D1E;opacity:0.8;">80%</p>
Text with #520D1E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520D1E;}
<p style="text-shadow: 3px 3px 1px #520D1E">Text here.</p>
This text has shadow with #520D1E color.
.textShadow {text-shadow: 3px 3px 1px #520D1E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520D1E, 5px 5px 20px red">Text here.</p>
This text has shadow with #520D1E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520D1E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520D1E, Direction=45, Strength=4)">Text</p>
This text has shadow with #520D1E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #520D1E;
-webkit-box-shadow: 1px 1px 3px 2px #520D1E;
box-shadow: 1px 1px 3px 2px #520D1E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #520D1E; -webkit-box-shadow: 1px 1px 3px 2px #520D1E; box-shadow:1px 1px 3px 2px #520D1E;">
Div content here
</div>
This text has color #520D1E on black background.
This text has color #520D1E on white background.
This text has black color on #520D1E background.
This text has white color on #520D1E background.
Complementary color for #hex is #ADF2E1.