HEX: #596652
RGB: (89,102,82)
#596652 contains red, green and blue colors in about the same proportion. Web safe color of #596652 is #666666 (or #666).
#596652 color RGB value is (89,102,82).
RGB: (89,102,82)
(35%, 40%, 32%)
R 89 of 255 = 35%
G 102 of 255 = 40%
B 82 of 255 = 32%
R + G + B ~ 36%. #596652 is quite dark color.
R + G + B = 89 + 102 + 82 = 273 (100%)
R 89 of 273 ~ 32.6%
G 102 of 273 ~ 37.36%
B 82 of 273 ~ 30.04'%
#596652 color CMYK value is (13,0,20,60).
CMYK: (13,0,20,60)
C13M0Y20K60 (13%, 0%, 20%, 60%)
(0.13 / 0.00 / 0.20 / 0.60)
Color #596652 in popluar color models
59 | 66 | 52 | |
---|---|---|---|
RGB | 89 | 102 | 82 |
HSL | 99° | 10.87% | 36.08% |
HSB/HSV | 99° | 19.61% | 40.00% |
CMYK | 12.75% | 0.00% | 19.61% |
60.00% |
Color #596652 in popluar number systems.
HEX | 59 | 66 | 52 |
Decimal | 89 | 102 | 82 |
Binary | 1011001 | 1100110 | 1010010 |
Octal | 131 | 146 | 122 |
Shades of #596652
Tints of #596652
Examples of css and html codes for elements with #596652 color. Also use rgb(89,102,82) instead hex code.
.myTextColor { color: #596652; }
<p style="color:#596652">This sample text font color is #596652.</p>
This text font color is #596652.
.myBgColor { background-color: #596652; }
<div style="background-color:#596652">Inner text</div>
This div background color is #596652.
.myBorderColor { border: 1px solid #596652; }
<div style="border:3px solid #596652">Div</div>
This div border color is #596652.
.myOpacity80 { color: #596652; opacity: 0.8; }
<p style="color:#596652;opacity:0.8;">80%</p>
Text with #596652 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #596652;}
<p style="text-shadow: 3px 3px 1px #596652">Text here.</p>
This text has shadow with #596652 color.
.textShadow {text-shadow: 3px 3px 1px #596652', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #596652, 5px 5px 20px red">Text here.</p>
This text has shadow with #596652 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#596652, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#596652, Direction=45, Strength=4)">Text</p>
This text has shadow with #596652 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #596652;
-webkit-box-shadow: 1px 1px 3px 2px #596652;
box-shadow: 1px 1px 3px 2px #596652;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #596652; -webkit-box-shadow: 1px 1px 3px 2px #596652; box-shadow:1px 1px 3px 2px #596652;">
Div content here
</div>
This text has color #596652 on black background.
This text has color #596652 on white background.
This text has black color on #596652 background.
This text has white color on #596652 background.
Complementary color for #hex is #A699AD.