COLOR #58A35F

HEX: #58A35F
RGB: (88,163,95)

Color info

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

RGB color model

#58A35F color RGB value is (88,163,95).

  • red value is 88;
  • green value is 163;
  • blue value is 95.
RGB:
(88,163,95)
(35%,64%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 163 of 255 = 64%
B 95 of 255 = 37%

88
163
95

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

Portions of RGB colors in percentages

R + G + B =
88 + 163 + 95 = 346 (100%)
R 88 of 346 ~ 25.43%
G 163 of 346 ~ 47.11%
B 95 of 346 ~ 27.46%

%25.43
%47.11
%27.46

CMYK color model

#58A35F color CMYK value is (46,0,42,36).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 41.72%
  • key color value is 36.08%
CMYK:
(46,0,42,36)
C46M0Y42K36 
(46%,0%,42%,36%)
(0.46/0.00/0.42/0.36)	

CMYK percentages

%46.01
%0
%41.72
%36.08

Codes

Color #58A35F in popluar color models

58A35F
RGB8816395
HSL126°29.88%49.22%
HSB/HSV126°46.01%63.92%
CMYK46.01%0.00%41.72%
36.08%

Color #58A35F in popluar number systems.

HEX58A35F
Decimal8816395
Binary1011000101000111011111
Octal130243137

Shades and tints

Shades of #58A35F

#58A35F
(88,163,95)
#509557
(80,149,87)
#48874F
(72,135,79)
#407947
(64,121,71)
#386B3F
(56,107,63)
#305D37
(48,93,55)
#284F2F
(40,79,47)
#204127
(32,65,39)
#18331F
(24,51,31)
#102517
(16,37,23)
#08170F
(8,23,15)
#000000
(0,0,0)

Tints of #58A35F

#58A35F
(88,163,95)
#67AB6D
(103,171,109)
#76B37B
(118,179,123)
#85BB89
(133,187,137)
#94C397
(148,195,151)
#A3CBA5
(163,203,165)
#B2D3B3
(178,211,179)
#C1DBC1
(193,219,193)
#D0E3CF
(208,227,207)
#DFEBDD
(223,235,221)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A35F color. Also use rgb(88,163,95) instead hex code.

Text Font Color

.myTextColor { color: #58A35F; }

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

This text font color is #58A35F.


Background Color

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

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

This div background color is #58A35F.


Border color

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

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

This div border color is #58A35F.


Opacity

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

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

Text with #58A35F 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 #58A35F;}

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

This text has shadow with #58A35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A35F on black background.


Color preview on white background

This text has color #58A35F on white background.



Black color preview on #58A35F background

This text has black color on #58A35F background.


White color preview on #58A35F background

This text has white color on #58A35F background.