COLOR #58A147

HEX: #58A147
RGB: (88,161,71)

Color info

#58A147 contains mainly green color. Web safe color of #58A147 is #669933 (or #693).

RGB color model

#58A147 color RGB value is (88,161,71).

  • red value is 88;
  • green value is 161;
  • blue value is 71.
RGB:
(88,161,71)
(35%,63%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 161 of 255 = 63%
B 71 of 255 = 28%

88
161
71

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

Portions of RGB colors in percentages

R + G + B =
88 + 161 + 71 = 320 (100%)
R 88 of 320 ~ 27.5%
G 161 of 320 ~ 50.31%
B 71 of 320 ~ 22.19%

%27.5
%50.31
%22.19

CMYK color model

#58A147 color CMYK value is (45,0,56,37).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 55.90%
  • key color value is 36.86%
CMYK:
(45,0,56,37)
C45M0Y56K37 
(45%,0%,56%,37%)
(0.45/0.00/0.56/0.37)	

CMYK percentages

%45.34
%0
%55.9
%36.86

Codes

Color #58A147 in popluar color models

58A147
RGB8816171
HSL109°38.79%45.49%
HSB/HSV109°55.90%63.14%
CMYK45.34%0.00%55.90%
36.86%

Color #58A147 in popluar number systems.

HEX58A147
Decimal8816171
Binary1011000101000011000111
Octal130241107

Shades and tints

Shades of #58A147

#58A147
(88,161,71)
#509341
(80,147,65)
#48853B
(72,133,59)
#407735
(64,119,53)
#38692F
(56,105,47)
#305B29
(48,91,41)
#284D23
(40,77,35)
#203F1D
(32,63,29)
#183117
(24,49,23)
#102311
(16,35,17)
#08150B
(8,21,11)
#000000
(0,0,0)

Tints of #58A147

#58A147
(88,161,71)
#67A957
(103,169,87)
#76B167
(118,177,103)
#85B977
(133,185,119)
#94C187
(148,193,135)
#A3C997
(163,201,151)
#B2D1A7
(178,209,167)
#C1D9B7
(193,217,183)
#D0E1C7
(208,225,199)
#DFE9D7
(223,233,215)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A147 color. Also use rgb(88,161,71) instead hex code.

Text Font Color

.myTextColor { color: #58A147; }

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

This text font color is #58A147.


Background Color

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

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

This div background color is #58A147.


Border color

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

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

This div border color is #58A147.


Opacity

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

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

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

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

This text has shadow with #58A147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A147 on black background.


Color preview on white background

This text has color #58A147 on white background.



Black color preview on #58A147 background

This text has black color on #58A147 background.


White color preview on #58A147 background

This text has white color on #58A147 background.