HEX: #584761
RGB: (88,71,97)
#584761 contains red, green and blue colors in about the same proportion. Web safe color of #584761 is #663366 (or #636).
#584761 color RGB value is (88,71,97).
RGB: (88,71,97)
(35%, 28%, 38%)
R 88 of 255 = 35%
G 71 of 255 = 28%
B 97 of 255 = 38%
R + G + B ~ 34%. #584761 is quite dark color.
R + G + B = 88 + 71 + 97 = 256 (100%)
R 88 of 256 ~ 34.38%
G 71 of 256 ~ 27.73%
B 97 of 256 ~ 37.89'%
#584761 color CMYK value is (9,27,0,62).
CMYK: (9,27,0,62) C9M27Y0K62 (9%,27%,0%,62%) (0.09/0.27/0.00/0.62)
Color #584761 in popluar color models
58 | 47 | 61 | |
---|---|---|---|
RGB | 88 | 71 | 97 |
HSL | 279° | 15.48% | 32.94% |
HSB/HSV | 279° | 26.80% | 38.04% |
CMYK | 9.28% | 26.80% | 0.00% |
61.96% |
Color #584761 in popluar number systems.
HEX | 58 | 47 | 61 |
Decimal | 88 | 71 | 97 |
Binary | 1011000 | 1000111 | 1100001 |
Octal | 130 | 107 | 141 |
Shades of #584761
Tints of #584761
Examples of css and html codes for elements with #584761 color. Also use rgb(88,71,97) instead hex code.
.myTextColor { color: #584761; }
<p style="color:#584761">This sample text font color is #584761.</p>
This text font color is #584761.
.myBgColor { background-color: #584761; }
<div style="background-color:#584761">Inner text</div>
This div background color is #584761.
.myBorderColor { border: 1px solid #584761; }
<div style="border:3px solid #584761">Div</div>
This div border color is #584761.
.myOpacity80 { color: #584761; opacity: 0.8; }
<p style="color:#584761;opacity:0.8;">80%</p>
Text with #584761 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #584761;}
<p style="text-shadow: 3px 3px 1px #584761">Text here.</p>
This text has shadow with #584761 color.
.textShadow {text-shadow: 3px 3px 1px #584761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #584761, 5px 5px 20px red">Text here.</p>
This text has shadow with #584761 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#584761, Direction=45, Strength=4)">Text</p>
This text has shadow with #584761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #584761;
-webkit-box-shadow: 1px 1px 3px 2px #584761;
box-shadow: 1px 1px 3px 2px #584761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #584761; -webkit-box-shadow: 1px 1px 3px 2px #584761; box-shadow:1px 1px 3px 2px #584761;">
Div content here
</div>
This text has color #584761 on black background.
This text has color #584761 on white background.
This text has black color on #584761 background.
This text has white color on #584761 background.
Complementary color for #hex is #A7B89E.