HEX: #520E4A
RGB: (82,14,74)
#520E4A contains mainly red and blue colors. Web safe color of #520E4A is #660033 (or #603).
#520E4A color RGB value is (82,14,74).
RGB: (82,14,74)
(32%, 5%, 29%)
R 82 of 255 = 32%
G 14 of 255 = 5%
B 74 of 255 = 29%
R + G + B ~ 22%. #520E4A is dark color.
R + G + B = 82 + 14 + 74 = 170 (100%)
R 82 of 170 ~ 48.24%
G 14 of 170 ~ 8.24%
B 74 of 170 ~ 43.53'%
#520E4A color CMYK value is (0,83,10,68).
CMYK: (0,83,10,68)
C0M83Y10K68 (0%, 83%, 10%, 68%)
(0.00 / 0.83 / 0.10 / 0.68)
Color #520E4A in popluar color models
52 | 0E | 4A | |
---|---|---|---|
RGB | 82 | 14 | 74 |
HSL | 307° | 70.83% | 18.82% |
HSB/HSV | 307° | 82.93% | 32.16% |
CMYK | 0.00% | 82.93% | 9.76% |
67.84% |
Color #520E4A in popluar number systems.
HEX | 52 | 0E | 4A |
Decimal | 82 | 14 | 74 |
Binary | 1010010 | 1110 | 1001010 |
Octal | 122 | 16 | 112 |
Shades of #520E4A
Tints of #520E4A
Examples of css and html codes for elements with #520E4A color. Also use rgb(82,14,74) instead hex code.
.myTextColor { color: #520E4A; }
<p style="color:#520E4A">This sample text font color is #520E4A.</p>
This text font color is #520E4A.
.myBgColor { background-color: #520E4A; }
<div style="background-color:#520E4A">Inner text</div>
This div background color is #520E4A.
.myBorderColor { border: 1px solid #520E4A; }
<div style="border:3px solid #520E4A">Div</div>
This div border color is #520E4A.
.myOpacity80 { color: #520E4A; opacity: 0.8; }
<p style="color:#520E4A;opacity:0.8;">80%</p>
Text with #520E4A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520E4A;}
<p style="text-shadow: 3px 3px 1px #520E4A">Text here.</p>
This text has shadow with #520E4A color.
.textShadow {text-shadow: 3px 3px 1px #520E4A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520E4A, 5px 5px 20px red">Text here.</p>
This text has shadow with #520E4A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520E4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520E4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #520E4A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #520E4A;
-webkit-box-shadow: 1px 1px 3px 2px #520E4A;
box-shadow: 1px 1px 3px 2px #520E4A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #520E4A; -webkit-box-shadow: 1px 1px 3px 2px #520E4A; box-shadow:1px 1px 3px 2px #520E4A;">
Div content here
</div>
This text has color #520E4A on black background.
This text has color #520E4A on white background.
This text has black color on #520E4A background.
This text has white color on #520E4A background.
Complementary color for #hex is #ADF1B5.