HEX: #574979
RGB: (87,73,121)
#574979 contains red, green and blue colors in about the same proportion. Web safe color of #574979 is #663366 (or #636).
#574979 color RGB value is (87,73,121).
RGB: (87,73,121) (34%,29%,47%)
R 87 of 255 = 34%
G 73 of 255 = 29%
B 121 of 255 = 47%
R + G + B ~ 37%. #574979 is quite dark color.
R + G + B =
87 + 73 + 121 = 281 (100%)
R 87 of 281 ~ 30.96%
G 73 of 281 ~ 25.98%
B 121 of 281 ~ 43.06%
#574979 color CMYK value is (28,40,0,53).
CMYK: (28,40,0,53) C28M40Y0K53 (28%,40%,0%,53%) (0.28/0.40/0.00/0.53)
57 | 49 | 79 | |
---|---|---|---|
RGB | 87 | 73 | 121 |
HSL | 258° | 24.74% | 38.04% |
HSB/HSV | 258° | 39.67% | 47.45% |
CMYK | 28.10% | 39.67% | 0.00% |
52.55% |
HEX | 57 | 49 | 79 |
Decimal | 87 | 73 | 121 |
Binary | 1010111 | 1001001 | 1111001 |
Octal | 127 | 111 | 171 |
Examples of css and html codes for elements with #574979 color. Also use rgb(87,73,121) instead hex code.
.myTextColor { color: #574979; }
<p style="color:#574979">This sample text font color is #574979.</p>
This text font color is #574979.
.myBgColor { background-color: #574979; }
<div style="background-color:#574979">Inner text</div>
This div background color is #574979.
.myBorderColor { border: 1px solid #574979; }
<div style="border:3px solid #574979">Div</div>
This div border color is #574979.
.myOpacity80 { color: #574979; opacity: 0.8; }
<p style="color:#574979;opacity:0.8;">80%</p>
Text with #574979 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #574979;}
<p style="text-shadow: 3px 3px 1px #574979">Text here.</p>
This text has shadow with #574979 color.
.textShadow {text-shadow: 3px 3px 1px #574979, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #574979, 5px 5px 20px red">Text here.</p>
This text has shadow with #574979 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#574979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#574979, Direction=45, Strength=4)">Text</p>
This text has shadow with #574979 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #574979; -webkit-box-shadow: 1px 1px 3px 2px #574979; box-shadow: 1px 1px 3px 2px #574979; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #574979; -webkit-box-shadow: 1px 1px 3px 2px #574979; box-shadow:1px 1px 3px 2px #574979;">
Div content here</div>
This text has color #574979 on black background.
This text has color #574979 on white background.
This text has black color on #574979 background.
This text has white color on #574979 background.