HEX: #584F65
RGB: (88,79,101)
#584F65 contains red, green and blue colors in about the same proportion. Web safe color of #584F65 is #666666 (or #666).
#584F65 color RGB value is (88,79,101).
RGB: (88,79,101)
(35%, 31%, 40%)
R 88 of 255 = 35%
G 79 of 255 = 31%
B 101 of 255 = 40%
R + G + B ~ 35%. #584F65 is quite dark color.
R + G + B = 88 + 79 + 101 = 268 (100%)
R 88 of 268 ~ 32.84%
G 79 of 268 ~ 29.48%
B 101 of 268 ~ 37.69'%
#584F65 color CMYK value is (13,22,0,60).
CMYK: (13,22,0,60)
C13M22Y0K60 (13%, 22%, 0%, 60%)
(0.13 / 0.22 / 0.00 / 0.60)
Color #584F65 in popluar color models
58 | 4F | 65 | |
---|---|---|---|
RGB | 88 | 79 | 101 |
HSL | 265° | 12.22% | 35.29% |
HSB/HSV | 265° | 21.78% | 39.61% |
CMYK | 12.87% | 21.78% | 0.00% |
60.39% |
Color #584F65 in popluar number systems.
HEX | 58 | 4F | 65 |
Decimal | 88 | 79 | 101 |
Binary | 1011000 | 1001111 | 1100101 |
Octal | 130 | 117 | 145 |
Shades of #584F65
Tints of #584F65
Examples of css and html codes for elements with #584F65 color. Also use rgb(88,79,101) instead hex code.
.myTextColor { color: #584F65; }
<p style="color:#584F65">This sample text font color is #584F65.</p>
This text font color is #584F65.
.myBgColor { background-color: #584F65; }
<div style="background-color:#584F65">Inner text</div>
This div background color is #584F65.
.myBorderColor { border: 1px solid #584F65; }
<div style="border:3px solid #584F65">Div</div>
This div border color is #584F65.
.myOpacity80 { color: #584F65; opacity: 0.8; }
<p style="color:#584F65;opacity:0.8;">80%</p>
Text with #584F65 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #584F65;}
<p style="text-shadow: 3px 3px 1px #584F65">Text here.</p>
This text has shadow with #584F65 color.
.textShadow {text-shadow: 3px 3px 1px #584F65', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #584F65, 5px 5px 20px red">Text here.</p>
This text has shadow with #584F65 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584F65, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#584F65, Direction=45, Strength=4)">Text</p>
This text has shadow with #584F65 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #584F65;
-webkit-box-shadow: 1px 1px 3px 2px #584F65;
box-shadow: 1px 1px 3px 2px #584F65;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #584F65; -webkit-box-shadow: 1px 1px 3px 2px #584F65; box-shadow:1px 1px 3px 2px #584F65;">
Div content here
</div>
This text has color #584F65 on black background.
This text has color #584F65 on white background.
This text has black color on #584F65 background.
This text has white color on #584F65 background.
Complementary color for #hex is #A7B09A.