HEX: #598230
RGB: (89,130,48)
#598230 contains mainly red and green colors. Web safe color of #598230 is #669933 (or #693).
#598230 color RGB value is (89,130,48).
RGB: (89,130,48) (35%,51%,19%)
R 89 of 255 = 35%
G 130 of 255 = 51%
B 48 of 255 = 19%
R + G + B ~ 35%. #598230 is quite dark color.
R + G + B =
89 + 130 + 48 = 267 (100%)
R 89 of 267 ~ 33.33%
G 130 of 267 ~ 48.69%
B 48 of 267 ~ 17.98%
#598230 color CMYK value is (32,0,63,49).
CMYK: (32,0,63,49) C32M0Y63K49 (32%,0%,63%,49%) (0.32/0.00/0.63/0.49)
59 | 82 | 30 | |
---|---|---|---|
RGB | 89 | 130 | 48 |
HSL | 90° | 46.07% | 34.90% |
HSB/HSV | 90° | 63.08% | 50.98% |
CMYK | 31.54% | 0.00% | 63.08% |
49.02% |
HEX | 59 | 82 | 30 |
Decimal | 89 | 130 | 48 |
Binary | 1011001 | 10000010 | 110000 |
Octal | 131 | 202 | 60 |
Examples of css and html codes for elements with #598230 color. Also use rgb(89,130,48) instead hex code.
.myTextColor { color: #598230; }
<p style="color:#598230">This sample text font color is #598230.</p>
This text font color is #598230.
.myBgColor { background-color: #598230; }
<div style="background-color:#598230">Inner text</div>
This div background color is #598230.
.myBorderColor { border: 1px solid #598230; }
<div style="border:3px solid #598230">Div</div>
This div border color is #598230.
.myOpacity80 { color: #598230; opacity: 0.8; }
<p style="color:#598230;opacity:0.8;">80%</p>
Text with #598230 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #598230;}
<p style="text-shadow: 3px 3px 1px #598230">Text here.</p>
This text has shadow with #598230 color.
.textShadow {text-shadow: 3px 3px 1px #598230, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #598230, 5px 5px 20px red">Text here.</p>
This text has shadow with #598230 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#598230, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#598230, Direction=45, Strength=4)">Text</p>
This text has shadow with #598230 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #598230; -webkit-box-shadow: 1px 1px 3px 2px #598230; box-shadow: 1px 1px 3px 2px #598230; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #598230; -webkit-box-shadow: 1px 1px 3px 2px #598230; box-shadow:1px 1px 3px 2px #598230;">
Div content here</div>
This text has color #598230 on black background.
This text has color #598230 on white background.
This text has black color on #598230 background.
This text has white color on #598230 background.