COLOR #58A057

HEX: #58A057
RGB: (88,160,87)

Color info

#58A057 contains mainly green color. Web safe color of #58A057 is #669966 (or #696).

RGB color model

#58A057 color RGB value is (88,160,87).

  • red value is 88;
  • green value is 160;
  • blue value is 87.
RGB:
(88,160,87)
(35%,63%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 160 of 255 = 63%
B 87 of 255 = 34%

88
160
87

R + G + B ~ 44%. #58A057 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 160 + 87 = 335 (100%)
R 88 of 335 ~ 26.27%
G 160 of 335 ~ 47.76%
B 87 of 335 ~ 25.97%

%26.27
%47.76
%25.97

CMYK color model

#58A057 color CMYK value is (45,0,46,37).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(45,0,46,37)
C45M0Y46K37 
(45%,0%,46%,37%)
(0.45/0.00/0.46/0.37)	

CMYK percentages

%45
%0
%45.63
%37.25

Codes

Color #58A057 in popluar color models

58A057
RGB8816087
HSL119°29.55%48.43%
HSB/HSV119°45.63%62.75%
CMYK45.00%0.00%45.63%
37.25%

Color #58A057 in popluar number systems.

HEX58A057
Decimal8816087
Binary1011000101000001010111
Octal130240127

Shades and tints

Shades of #58A057

#58A057
(88,160,87)
#509250
(80,146,80)
#488449
(72,132,73)
#407642
(64,118,66)
#38683B
(56,104,59)
#305A34
(48,90,52)
#284C2D
(40,76,45)
#203E26
(32,62,38)
#18301F
(24,48,31)
#102218
(16,34,24)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #58A057

#58A057
(88,160,87)
#67A866
(103,168,102)
#76B075
(118,176,117)
#85B884
(133,184,132)
#94C093
(148,192,147)
#A3C8A2
(163,200,162)
#B2D0B1
(178,208,177)
#C1D8C0
(193,216,192)
#D0E0CF
(208,224,207)
#DFE8DE
(223,232,222)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A057 color. Also use rgb(88,160,87) instead hex code.

Text Font Color

.myTextColor { color: #58A057; }

<p style="color:#58A057">This sample text font color is #58A057.</p>

This text font color is #58A057.


Background Color

.myBgColor { background-color: #58A057; }

<div style="background-color:#58A057">Inner text</div>

This div background color is #58A057.


Border color

.myBorderColor { border: 1px solid #58A057; }

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

This div border color is #58A057.


Opacity

.myOpacity80 { color: #58A057; opacity: 0.8; }

<p style="color:#58A057;opacity:0.8;">80%</p>

Text with #58A057 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #58A057;}

<p style="text-shadow: 3px 3px 1px #58A057">Text here.</p>

This text has shadow with #58A057 color.

.textShadow {text-shadow: 3px 3px 1px #58A057, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #58A057, 5px 5px 20px red">Text here.</p>

This text has shadow with #58A057 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58A057, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#58A057, Direction=45, Strength=4)">Text</p>

This text has shadow with #58A057 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #58A057;
  -webkit-box-shadow:	1px 1px 3px 2px #58A057;
  box-shadow:		1px 1px 3px 2px #58A057;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58A057;
-webkit-box-shadow: 1px 1px 3px 2px #58A057;
box-shadow:1px 1px 3px 2px #58A057;">
Div content here</div>
This div box has shadow with color #58A057.

Preview

Color preview on black background

This text has color #58A057 on black background.


Color preview on white background

This text has color #58A057 on white background.



Black color preview on #58A057 background

This text has black color on #58A057 background.


White color preview on #58A057 background

This text has white color on #58A057 background.