HEX: #58A25D
RGB: (88,162,93)
#58A25D contains mainly green color. Web safe color of #58A25D is #669966 (or #696).
#58A25D color RGB value is (88,162,93).
RGB: (88,162,93)
(35%, 64%, 36%)
R 88 of 255 = 35%
G 162 of 255 = 64%
B 93 of 255 = 36%
R + G + B ~ 45%. #58A25D is middle color (not dark and not light).
R + G + B = 88 + 162 + 93 = 343 (100%)
R 88 of 343 ~ 25.66%
G 162 of 343 ~ 47.23%
B 93 of 343 ~ 27.11'%
#58A25D color CMYK value is (46,0,43,36).
CMYK: (46,0,43,36)
C46M0Y43K36 (46%, 0%, 43%, 36%)
(0.46 / 0.00 / 0.43 / 0.36)
Color #58A25D in popluar color models
58 | A2 | 5D | |
---|---|---|---|
RGB | 88 | 162 | 93 |
HSL | 124° | 29.60% | 49.02% |
HSB/HSV | 124° | 45.68% | 63.53% |
CMYK | 45.68% | 0.00% | 42.59% |
36.47% |
Color #58A25D in popluar number systems.
HEX | 58 | A2 | 5D |
Decimal | 88 | 162 | 93 |
Binary | 1011000 | 10100010 | 1011101 |
Octal | 130 | 242 | 135 |
Shades of #58A25D
Tints of #58A25D
Examples of css and html codes for elements with #58A25D color. Also use rgb(88,162,93) instead hex code.
.myTextColor { color: #58A25D; }
<p style="color:#58A25D">This sample text font color is #58A25D.</p>
This text font color is #58A25D.
.myBgColor { background-color: #58A25D; }
<div style="background-color:#58A25D">Inner text</div>
This div background color is #58A25D.
.myBorderColor { border: 1px solid #58A25D; }
<div style="border:3px solid #58A25D">Div</div>
This div border color is #58A25D.
.myOpacity80 { color: #58A25D; opacity: 0.8; }
<p style="color:#58A25D;opacity:0.8;">80%</p>
Text with #58A25D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58A25D;}
<p style="text-shadow: 3px 3px 1px #58A25D">Text here.</p>
This text has shadow with #58A25D color.
.textShadow {text-shadow: 3px 3px 1px #58A25D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58A25D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58A25D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58A25D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58A25D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58A25D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58A25D;
-webkit-box-shadow: 1px 1px 3px 2px #58A25D;
box-shadow: 1px 1px 3px 2px #58A25D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58A25D; -webkit-box-shadow: 1px 1px 3px 2px #58A25D; box-shadow:1px 1px 3px 2px #58A25D;">
Div content here
</div>
This text has color #58A25D on black background.
This text has color #58A25D on white background.
This text has black color on #58A25D background.
This text has white color on #58A25D background.
Complementary color for #hex is #A75DA2.