COLOR #58A54A

HEX: #58A54A
RGB: (88,165,74)

Color info

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

RGB color model

#58A54A color RGB value is (88,165,74).

  • red value is 88;
  • green value is 165;
  • blue value is 74.
RGB:
(88,165,74)
(35%,65%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 165 of 255 = 65%
B 74 of 255 = 29%

88
165
74

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

Portions of RGB colors in percentages

R + G + B =
88 + 165 + 74 = 327 (100%)
R 88 of 327 ~ 26.91%
G 165 of 327 ~ 50.46%
B 74 of 327 ~ 22.63%

%26.91
%50.46
%22.63

CMYK color model

#58A54A color CMYK value is (47,0,55,35).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 35.29%
CMYK:
(47,0,55,35)
C47M0Y55K35 
(47%,0%,55%,35%)
(0.47/0.00/0.55/0.35)	

CMYK percentages

%46.67
%0
%55.15
%35.29

Codes

Color #58A54A in popluar color models

58A54A
RGB8816574
HSL111°38.08%46.86%
HSB/HSV111°55.15%64.71%
CMYK46.67%0.00%55.15%
35.29%

Color #58A54A in popluar number systems.

HEX58A54A
Decimal8816574
Binary1011000101001011001010
Octal130245112

Shades and tints

Shades of #58A54A

#58A54A
(88,165,74)
#509644
(80,150,68)
#48873E
(72,135,62)
#407838
(64,120,56)
#386932
(56,105,50)
#305A2C
(48,90,44)
#284B26
(40,75,38)
#203C20
(32,60,32)
#182D1A
(24,45,26)
#101E14
(16,30,20)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #58A54A

#58A54A
(88,165,74)
#67AD5A
(103,173,90)
#76B56A
(118,181,106)
#85BD7A
(133,189,122)
#94C58A
(148,197,138)
#A3CD9A
(163,205,154)
#B2D5AA
(178,213,170)
#C1DDBA
(193,221,186)
#D0E5CA
(208,229,202)
#DFEDDA
(223,237,218)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A54A color. Also use rgb(88,165,74) instead hex code.

Text Font Color

.myTextColor { color: #58A54A; }

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

This text font color is #58A54A.


Background Color

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

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

This div background color is #58A54A.


Border color

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

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

This div border color is #58A54A.


Opacity

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

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

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

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

This text has shadow with #58A54A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A54A on black background.


Color preview on white background

This text has color #58A54A on white background.



Black color preview on #58A54A background

This text has black color on #58A54A background.


White color preview on #58A54A background

This text has white color on #58A54A background.