COLOR #58A25D

HEX: #58A25D RGB: (88,162,93)

Color info

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

RGB color model

#58A25D color RGB value is (88,162,93).

RGB: (88,162,93) (35%, 64%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 162 of 255 = 64%
B 93 of 255 = 36%

88
162
93

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

Portions of RGB colors in percentages

R + G + B = 88 + 162 + 93 = 343 (100%)
R 88 of 343 ~ 25.66%
G 162 of 343 ~ 47.23%
B 93 of 343 ~ 27.11'%

%25.66
%47.23
%27.11

CMYK color model

#58A25D color CMYK value is (46,0,43,36).

  • cyan value is 45.68%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 36.47%

CMYK: (46,0,43,36)
C46M0Y43K36 (46%, 0%, 43%, 36%)
(0.46 / 0.00 / 0.43 / 0.36)

CMYK percentages

%45.68
%0
%42.59
%36.47

Codes

Color #58A25D in popluar color models

58 A2 5D
RGB 88 162 93
HSL 124° 29.60% 49.02%
HSB/HSV 124° 45.68% 63.53%
CMYK 45.68% 0.00% 42.59%
36.47%

Color #58A25D in popluar number systems.

HEX 58 A2 5D
Decimal 88 162 93
Binary 1011000 10100010 1011101
Octal 130 242 135

Shades and tints

Shades of #58A25D

#58A25D
(88,162,93)
#509455
(80,148,85)
#48864D
(72,134,77)
#407845
(64,120,69)
#386A3D
(56,106,61)
#305C35
(48,92,53)
#284E2D
(40,78,45)
#204025
(32,64,37)
#18321D
(24,50,29)
#102415
(16,36,21)
#08160D
(8,22,13)
#000000
(0,0,0)

Tints of #58A25D

#58A25D
(88,162,93)
#67AA6B
(103,170,107)
#76B279
(118,178,121)
#85BA87
(133,186,135)
#94C295
(148,194,149)
#A3CAA3
(163,202,163)
#B2D2B1
(178,210,177)
#C1DABF
(193,218,191)
#D0E2CD
(208,226,205)
#DFEADB
(223,234,219)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A25D color. Also use rgb(88,162,93) instead hex code.

Text Font Color

.myTextColor { color: #58A25D; }

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

This text font color is #58A25D.

Background Color

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

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

This div background color is #58A25D.

Border color

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

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

This div border color is #58A25D.

Opacity

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

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

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

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

This text has shadow with #58A25D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A25D.

Preview

Color preview on black background

This text has color #58A25D on black background.


Color preview on white background

This text has color #58A25D on white background.


Black color preview on #58A25D background

This text has black color on #58A25D background.


White color preview on #58A25D background

This text has white color on #58A25D background.


Related colors

Complementary color

Complementary color for #hex is #A75DA2.


I love getcolorcode.com

Triadic colors

1 #5D58A2 and #A25D58 with #58A25D are triadic colors.

2 #5DA258 and #A2585D with #58A25D are triadic colors.