#58a279 color RGB value is (5, 138, 39).
#58a279 hex color red value is 5, green value is 138, and blue value is 39.
Cylindrical-coordinate representations (HSL) of color #58a279
hue: 135.34,
saturation: 0.93 and lightness: 0.28.
The process color (four-color CMYK) of #58a279 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #58a279 is #ff9999. Color #58a279 contains mainly RED.
| Color spaces of #58a279 | Value |
|---|---|
| RGB | 88, 162, 121 |
| HSL | 0.41, 0.3, 0.49 |
| HSV | 147°, 46°, 64° |
| XYZ | 20.39, 29.29, 22.67 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1011000 | 10100010 | 1111001 |
| Octal | 130 | 242 | 171 |
| Decimal | 88 | 162 | 121 |
| Hex | 58 | A2 | 79 |
Shades of #58a279
Tints of #58a279
.mybgColor {background-color: #58a279;}
.myforeColor {color: #58a279;}
.myborderColor {border:3px solid #58a279;}
<p style="color:#58a279">Text here</p>
This sample text is styled with the font color #58a279. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#58a279">Div content here</div>
<div style="border:3px solid #58a279">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(88, 162, 121, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #58a279; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #58a279;
-webkit-box-shadow: 1px 1px 3px #58a279;
box-shadow: 1px 1px 3px #58a279; }
<p style="text-shadow: 4px 4px 2px rgba(88, 162, 121, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #58a279;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #58a279;
-webkit-box-shadow: 1px 1px 3px #58a279;
box-shadow: 1px 1px 3px #58a279;">Div content here</div>
