HEX: #58963F
RGB: (88,150,63)
#58963F contains mainly green color. Web safe color of #58963F is #669933 (or #693).
#58963F color RGB value is (88,150,63).
RGB: (88,150,63)
(35%, 59%, 25%)
R 88 of 255 = 35%
G 150 of 255 = 59%
B 63 of 255 = 25%
R + G + B ~ 40%. #58963F is middle color (not dark and not light).
R + G + B = 88 + 150 + 63 = 301 (100%)
R 88 of 301 ~ 29.24%
G 150 of 301 ~ 49.83%
B 63 of 301 ~ 20.93'%
#58963F color CMYK value is (41,0,58,41).
CMYK: (41,0,58,41)
C41M0Y58K41 (41%, 0%, 58%, 41%)
(0.41 / 0.00 / 0.58 / 0.41)
Color #58963F in popluar color models
58 | 96 | 3F | |
---|---|---|---|
RGB | 88 | 150 | 63 |
HSL | 103° | 40.85% | 41.76% |
HSB/HSV | 103° | 58.00% | 58.82% |
CMYK | 41.33% | 0.00% | 58.00% |
41.18% |
Color #58963F in popluar number systems.
HEX | 58 | 96 | 3F |
Decimal | 88 | 150 | 63 |
Binary | 1011000 | 10010110 | 111111 |
Octal | 130 | 226 | 77 |
Shades of #58963F
Tints of #58963F
Examples of css and html codes for elements with #58963F color. Also use rgb(88,150,63) instead hex code.
.myTextColor { color: #58963F; }
<p style="color:#58963F">This sample text font color is #58963F.</p>
This text font color is #58963F.
.myBgColor { background-color: #58963F; }
<div style="background-color:#58963F">Inner text</div>
This div background color is #58963F.
.myBorderColor { border: 1px solid #58963F; }
<div style="border:3px solid #58963F">Div</div>
This div border color is #58963F.
.myOpacity80 { color: #58963F; opacity: 0.8; }
<p style="color:#58963F;opacity:0.8;">80%</p>
Text with #58963F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58963F;}
<p style="text-shadow: 3px 3px 1px #58963F">Text here.</p>
This text has shadow with #58963F color.
.textShadow {text-shadow: 3px 3px 1px #58963F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58963F, 5px 5px 20px red">Text here.</p>
This text has shadow with #58963F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58963F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58963F, Direction=45, Strength=4)">Text</p>
This text has shadow with #58963F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58963F;
-webkit-box-shadow: 1px 1px 3px 2px #58963F;
box-shadow: 1px 1px 3px 2px #58963F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58963F; -webkit-box-shadow: 1px 1px 3px 2px #58963F; box-shadow:1px 1px 3px 2px #58963F;">
Div content here
</div>
This text has color #58963F on black background.
This text has color #58963F on white background.
This text has black color on #58963F background.
This text has white color on #58963F background.
Complementary color for #hex is #A769C0.