HEX: #52427E
RGB: (82,66,126)
#52427E contains mainly red and blue colors. Web safe color of #52427E is #663366 (or #636).
#52427E color RGB value is (82,66,126).
RGB: (82,66,126)
(32%, 26%, 49%)
R 82 of 255 = 32%
G 66 of 255 = 26%
B 126 of 255 = 49%
R + G + B ~ 36%. #52427E is quite dark color.
R + G + B = 82 + 66 + 126 = 274 (100%)
R 82 of 274 ~ 29.93%
G 66 of 274 ~ 24.09%
B 126 of 274 ~ 45.99'%
#52427E color CMYK value is (35,48,0,51).
CMYK: (35,48,0,51)
C35M48Y0K51 (35%, 48%, 0%, 51%)
(0.35 / 0.48 / 0.00 / 0.51)
Color #52427E in popluar color models
52 | 42 | 7E | |
---|---|---|---|
RGB | 82 | 66 | 126 |
HSL | 256° | 31.25% | 37.65% |
HSB/HSV | 256° | 47.62% | 49.41% |
CMYK | 34.92% | 47.62% | 0.00% |
50.59% |
Color #52427E in popluar number systems.
HEX | 52 | 42 | 7E |
Decimal | 82 | 66 | 126 |
Binary | 1010010 | 1000010 | 1111110 |
Octal | 122 | 102 | 176 |
Shades of #52427E
Tints of #52427E
Examples of css and html codes for elements with #52427E color. Also use rgb(82,66,126) instead hex code.
.myTextColor { color: #52427E; }
<p style="color:#52427E">This sample text font color is #52427E.</p>
This text font color is #52427E.
.myBgColor { background-color: #52427E; }
<div style="background-color:#52427E">Inner text</div>
This div background color is #52427E.
.myBorderColor { border: 1px solid #52427E; }
<div style="border:3px solid #52427E">Div</div>
This div border color is #52427E.
.myOpacity80 { color: #52427E; opacity: 0.8; }
<p style="color:#52427E;opacity:0.8;">80%</p>
Text with #52427E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52427E;}
<p style="text-shadow: 3px 3px 1px #52427E">Text here.</p>
This text has shadow with #52427E color.
.textShadow {text-shadow: 3px 3px 1px #52427E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52427E, 5px 5px 20px red">Text here.</p>
This text has shadow with #52427E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52427E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52427E, Direction=45, Strength=4)">Text</p>
This text has shadow with #52427E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52427E;
-webkit-box-shadow: 1px 1px 3px 2px #52427E;
box-shadow: 1px 1px 3px 2px #52427E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52427E; -webkit-box-shadow: 1px 1px 3px 2px #52427E; box-shadow:1px 1px 3px 2px #52427E;">
Div content here
</div>
This text has color #52427E on black background.
This text has color #52427E on white background.
This text has black color on #52427E background.
This text has white color on #52427E background.
Complementary color for #hex is #ADBD81.