HEX: #599349
RGB: (89,147,73)
#599349 contains mainly red and green colors. Web safe color of #599349 is #669933 (or #693).
#599349 color RGB value is (89,147,73).
RGB: (89,147,73)
(35%, 58%, 29%)
R 89 of 255 = 35%
G 147 of 255 = 58%
B 73 of 255 = 29%
R + G + B ~ 41%. #599349 is middle color (not dark and not light).
R + G + B = 89 + 147 + 73 = 309 (100%)
R 89 of 309 ~ 28.8%
G 147 of 309 ~ 47.57%
B 73 of 309 ~ 23.62'%
#599349 color CMYK value is (39,0,50,42).
CMYK: (39,0,50,42)
C39M0Y50K42 (39%, 0%, 50%, 42%)
(0.39 / 0.00 / 0.50 / 0.42)
Color #599349 in popluar color models
59 | 93 | 49 | |
---|---|---|---|
RGB | 89 | 147 | 73 |
HSL | 107° | 33.64% | 43.14% |
HSB/HSV | 107° | 50.34% | 57.65% |
CMYK | 39.46% | 0.00% | 50.34% |
42.35% |
Color #599349 in popluar number systems.
HEX | 59 | 93 | 49 |
Decimal | 89 | 147 | 73 |
Binary | 1011001 | 10010011 | 1001001 |
Octal | 131 | 223 | 111 |
Shades of #599349
Tints of #599349
Examples of css and html codes for elements with #599349 color. Also use rgb(89,147,73) instead hex code.
.myTextColor { color: #599349; }
<p style="color:#599349">This sample text font color is #599349.</p>
This text font color is #599349.
.myBgColor { background-color: #599349; }
<div style="background-color:#599349">Inner text</div>
This div background color is #599349.
.myBorderColor { border: 1px solid #599349; }
<div style="border:3px solid #599349">Div</div>
This div border color is #599349.
.myOpacity80 { color: #599349; opacity: 0.8; }
<p style="color:#599349;opacity:0.8;">80%</p>
Text with #599349 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599349;}
<p style="text-shadow: 3px 3px 1px #599349">Text here.</p>
This text has shadow with #599349 color.
.textShadow {text-shadow: 3px 3px 1px #599349', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599349, 5px 5px 20px red">Text here.</p>
This text has shadow with #599349 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599349, Direction=45, Strength=4)">Text</p>
This text has shadow with #599349 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #599349;
-webkit-box-shadow: 1px 1px 3px 2px #599349;
box-shadow: 1px 1px 3px 2px #599349;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599349; -webkit-box-shadow: 1px 1px 3px 2px #599349; box-shadow:1px 1px 3px 2px #599349;">
Div content here
</div>
This text has color #599349 on black background.
This text has color #599349 on white background.
This text has black color on #599349 background.
This text has white color on #599349 background.
Complementary color for #hex is #A66CB6.