HEX: #513F78
RGB: (81,63,120)
#513F78 contains red, green and blue colors in about the same proportion. Web safe color of #513F78 is #663366 (or #636).
#513F78 color RGB value is (81,63,120).
RGB: (81,63,120)
(32%, 25%, 47%)
R 81 of 255 = 32%
G 63 of 255 = 25%
B 120 of 255 = 47%
R + G + B ~ 35%. #513F78 is quite dark color.
R + G + B = 81 + 63 + 120 = 264 (100%)
R 81 of 264 ~ 30.68%
G 63 of 264 ~ 23.86%
B 120 of 264 ~ 45.45'%
#513F78 color CMYK value is (33,48,0,53).
CMYK: (33,48,0,53) C33M48Y0K53 (33%,48%,0%,53%) (0.33/0.48/0.00/0.53)
Color #513F78 in popluar color models
51 | 3F | 78 | |
---|---|---|---|
RGB | 81 | 63 | 120 |
HSL | 259° | 31.15% | 35.88% |
HSB/HSV | 259° | 47.50% | 47.06% |
CMYK | 32.50% | 47.50% | 0.00% |
52.94% |
Color #513F78 in popluar number systems.
HEX | 51 | 3F | 78 |
Decimal | 81 | 63 | 120 |
Binary | 1010001 | 111111 | 1111000 |
Octal | 121 | 77 | 170 |
Shades of #513F78
Tints of #513F78
Examples of css and html codes for elements with #513F78 color. Also use rgb(81,63,120) instead hex code.
.myTextColor { color: #513F78; }
<p style="color:#513F78">This sample text font color is #513F78.</p>
This text font color is #513F78.
.myBgColor { background-color: #513F78; }
<div style="background-color:#513F78">Inner text</div>
This div background color is #513F78.
.myBorderColor { border: 1px solid #513F78; }
<div style="border:3px solid #513F78">Div</div>
This div border color is #513F78.
.myOpacity80 { color: #513F78; opacity: 0.8; }
<p style="color:#513F78;opacity:0.8;">80%</p>
Text with #513F78 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513F78;}
<p style="text-shadow: 3px 3px 1px #513F78">Text here.</p>
This text has shadow with #513F78 color.
.textShadow {text-shadow: 3px 3px 1px #513F78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513F78, 5px 5px 20px red">Text here.</p>
This text has shadow with #513F78 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513F78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513F78, Direction=45, Strength=4)">Text</p>
This text has shadow with #513F78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #513F78;
-webkit-box-shadow: 1px 1px 3px 2px #513F78;
box-shadow: 1px 1px 3px 2px #513F78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513F78; -webkit-box-shadow: 1px 1px 3px 2px #513F78; box-shadow:1px 1px 3px 2px #513F78;">
Div content here
</div>
This text has color #513F78 on black background.
This text has color #513F78 on white background.
This text has black color on #513F78 background.
This text has white color on #513F78 background.
Complementary color for #hex is #AEC087.