HEX: #596646
RGB: (89,102,70)
#596646 contains red, green and blue colors in about the same proportion. Web safe color of #596646 is #666633 (or #663).
#596646 color RGB value is (89,102,70).
RGB: (89,102,70) (35%,40%,27%)
R 89 of 255 = 35%
G 102 of 255 = 40%
B 70 of 255 = 27%
R + G + B ~ 34%. #596646 is quite dark color.
R + G + B =
89 + 102 + 70 = 261 (100%)
R 89 of 261 ~ 34.1%
G 102 of 261 ~ 39.08%
B 70 of 261 ~ 26.82%
#596646 color CMYK value is (13,0,31,60).
CMYK: (13,0,31,60) C13M0Y31K60 (13%,0%,31%,60%) (0.13/0.00/0.31/0.60)
59 | 66 | 46 | |
---|---|---|---|
RGB | 89 | 102 | 70 |
HSL | 84° | 18.60% | 33.73% |
HSB/HSV | 84° | 31.37% | 40.00% |
CMYK | 12.75% | 0.00% | 31.37% |
60.00% |
HEX | 59 | 66 | 46 |
Decimal | 89 | 102 | 70 |
Binary | 1011001 | 1100110 | 1000110 |
Octal | 131 | 146 | 106 |
Examples of css and html codes for elements with #596646 color. Also use rgb(89,102,70) instead hex code.
.myTextColor { color: #596646; }
<p style="color:#596646">This sample text font color is #596646.</p>
This text font color is #596646.
.myBgColor { background-color: #596646; }
<div style="background-color:#596646">Inner text</div>
This div background color is #596646.
.myBorderColor { border: 1px solid #596646; }
<div style="border:3px solid #596646">Div</div>
This div border color is #596646.
.myOpacity80 { color: #596646; opacity: 0.8; }
<p style="color:#596646;opacity:0.8;">80%</p>
Text with #596646 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #596646;}
<p style="text-shadow: 3px 3px 1px #596646">Text here.</p>
This text has shadow with #596646 color.
.textShadow {text-shadow: 3px 3px 1px #596646, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #596646, 5px 5px 20px red">Text here.</p>
This text has shadow with #596646 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#596646, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#596646, Direction=45, Strength=4)">Text</p>
This text has shadow with #596646 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #596646; -webkit-box-shadow: 1px 1px 3px 2px #596646; box-shadow: 1px 1px 3px 2px #596646; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #596646; -webkit-box-shadow: 1px 1px 3px 2px #596646; box-shadow:1px 1px 3px 2px #596646;">
Div content here</div>
This text has color #596646 on black background.
This text has color #596646 on white background.
This text has black color on #596646 background.
This text has white color on #596646 background.