COLOR #58A97D

HEX: #58A97D
RGB: (88,169,125)

Color info

#58A97D contains mainly green and blue colors. Web safe color of #58A97D is #669966 (or #696).

RGB color model

#58A97D color RGB value is (88,169,125).

  • red value is 88;
  • green value is 169;
  • blue value is 125.
RGB:
(88,169,125)
(35%,66%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 169 of 255 = 66%
B 125 of 255 = 49%

88
169
125

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

Portions of RGB colors in percentages

R + G + B =
88 + 169 + 125 = 382 (100%)
R 88 of 382 ~ 23.04%
G 169 of 382 ~ 44.24%
B 125 of 382 ~ 32.72%

%23.04
%44.24
%32.72

CMYK color model

#58A97D color CMYK value is (48,0,26,34).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(48,0,26,34)
C48M0Y26K34 
(48%,0%,26%,34%)
(0.48/0.00/0.26/0.34)	

CMYK percentages

%47.93
%0
%26.04
%33.73

Codes

Color #58A97D in popluar color models

58A97D
RGB88169125
HSL147°32.02%50.39%
HSB/HSV147°47.93%66.27%
CMYK47.93%0.00%26.04%
33.73%

Color #58A97D in popluar number systems.

HEX58A97D
Decimal88169125
Binary1011000101010011111101
Octal130251175

Shades and tints

Shades of #58A97D

#58A97D
(88,169,125)
#509A72
(80,154,114)
#488B67
(72,139,103)
#407C5C
(64,124,92)
#386D51
(56,109,81)
#305E46
(48,94,70)
#284F3B
(40,79,59)
#204030
(32,64,48)
#183125
(24,49,37)
#10221A
(16,34,26)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #58A97D

#58A97D
(88,169,125)
#67B088
(103,176,136)
#76B793
(118,183,147)
#85BE9E
(133,190,158)
#94C5A9
(148,197,169)
#A3CCB4
(163,204,180)
#B2D3BF
(178,211,191)
#C1DACA
(193,218,202)
#D0E1D5
(208,225,213)
#DFE8E0
(223,232,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A97D color. Also use rgb(88,169,125) instead hex code.

Text Font Color

.myTextColor { color: #58A97D; }

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

This text font color is #58A97D.


Background Color

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

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

This div background color is #58A97D.


Border color

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

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

This div border color is #58A97D.


Opacity

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

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

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

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

This text has shadow with #58A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A97D on black background.


Color preview on white background

This text has color #58A97D on white background.



Black color preview on #58A97D background

This text has black color on #58A97D background.


White color preview on #58A97D background

This text has white color on #58A97D background.