color details

Color Details
#58a279 Color Hex

#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
Color spaces of #58a279Value
RGB88, 162, 121
HSL0.41, 0.3, 0.49
HSV147°, 46°, 64°
XYZ20.39, 29.29, 22.67
Base Numbers
Base Red Green Blue
Binary 1011000 10100010 1111001
Octal 130 242 171
Decimal 88 162 121
Hex 58 A2 79

RGB Percentages for Color #58a279

23.72%
43.67%
32.61%

CMYK Percentages of the Color #58a279

45.68%
25.31%
36.47%
CSS Codes for Color #58a279
.mybgColor {background-color: #58a279;}
.myforeColor {color: #58a279;}
.myborderColor {border:3px solid #58a279;}
Text Font Color #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,

Background Color #58a279

<div style="background-color:#58a279">Div content here</div>

The background color of this div is #58a279
Border Color #58a279

<div style="border:3px solid #58a279">Div here</div>

The border color of this div is #58a279
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88, 162, 121, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #58a279;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #58a279

Scroll to Top