HEX: #596330
RGB: (89,99,48)
#596330 contains red, green and blue colors in about the same proportion. Web safe color of #596330 is #666633 (or #663).
#596330 color RGB value is (89,99,48).
RGB: (89,99,48) (35%,39%,19%)
R 89 of 255 = 35%
G 99 of 255 = 39%
B 48 of 255 = 19%
R + G + B ~ 31%. #596330 is quite dark color.
R + G + B =
89 + 99 + 48 = 236 (100%)
R 89 of 236 ~ 37.71%
G 99 of 236 ~ 41.95%
B 48 of 236 ~ 20.34%
#596330 color CMYK value is (10,0,52,61).
CMYK: (10,0,52,61) C10M0Y52K61 (10%,0%,52%,61%) (0.10/0.00/0.52/0.61)
59 | 63 | 30 | |
---|---|---|---|
RGB | 89 | 99 | 48 |
HSL | 72° | 34.69% | 28.82% |
HSB/HSV | 72° | 51.52% | 38.82% |
CMYK | 10.10% | 0.00% | 51.52% |
61.18% |
HEX | 59 | 63 | 30 |
Decimal | 89 | 99 | 48 |
Binary | 1011001 | 1100011 | 110000 |
Octal | 131 | 143 | 60 |
Examples of css and html codes for elements with #596330 color. Also use rgb(89,99,48) instead hex code.
.myTextColor { color: #596330; }
<p style="color:#596330">This sample text font color is #596330.</p>
This text font color is #596330.
.myBgColor { background-color: #596330; }
<div style="background-color:#596330">Inner text</div>
This div background color is #596330.
.myBorderColor { border: 1px solid #596330; }
<div style="border:3px solid #596330">Div</div>
This div border color is #596330.
.myOpacity80 { color: #596330; opacity: 0.8; }
<p style="color:#596330;opacity:0.8;">80%</p>
Text with #596330 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #596330;}
<p style="text-shadow: 3px 3px 1px #596330">Text here.</p>
This text has shadow with #596330 color.
.textShadow {text-shadow: 3px 3px 1px #596330, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #596330, 5px 5px 20px red">Text here.</p>
This text has shadow with #596330 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#596330, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#596330, Direction=45, Strength=4)">Text</p>
This text has shadow with #596330 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #596330; -webkit-box-shadow: 1px 1px 3px 2px #596330; box-shadow: 1px 1px 3px 2px #596330; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #596330; -webkit-box-shadow: 1px 1px 3px 2px #596330; box-shadow:1px 1px 3px 2px #596330;">
Div content here</div>
This text has color #596330 on black background.
This text has color #596330 on white background.
This text has black color on #596330 background.
This text has white color on #596330 background.