COLOR #58AD7D

HEX: #58AD7D
RGB: (88,173,125)

Color info

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

RGB color model

#58AD7D color RGB value is (88,173,125).

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

RGB channels and saturation

R 88 of 255 = 35%
G 173 of 255 = 68%
B 125 of 255 = 49%

88
173
125

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

Portions of RGB colors in percentages

R + G + B =
88 + 173 + 125 = 386 (100%)
R 88 of 386 ~ 22.8%
G 173 of 386 ~ 44.82%
B 125 of 386 ~ 32.38%

%22.8
%44.82
%32.38

CMYK color model

#58AD7D color CMYK value is (49,0,28,32).

  • cyan value is 49.13%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK:
(49,0,28,32)
C49M0Y28K32 
(49%,0%,28%,32%)
(0.49/0.00/0.28/0.32)	

CMYK percentages

%49.13
%0
%27.75
%32.16

Codes

Color #58AD7D in popluar color models

58AD7D
RGB88173125
HSL146°34.14%51.18%
HSB/HSV146°49.13%67.84%
CMYK49.13%0.00%27.75%
32.16%

Color #58AD7D in popluar number systems.

HEX58AD7D
Decimal88173125
Binary1011000101011011111101
Octal130255175

Shades and tints

Shades of #58AD7D

#58AD7D
(88,173,125)
#509E72
(80,158,114)
#488F67
(72,143,103)
#40805C
(64,128,92)
#387151
(56,113,81)
#306246
(48,98,70)
#28533B
(40,83,59)
#204430
(32,68,48)
#183525
(24,53,37)
#10261A
(16,38,26)
#08170F
(8,23,15)
#000000
(0,0,0)

Tints of #58AD7D

#58AD7D
(88,173,125)
#67B488
(103,180,136)
#76BB93
(118,187,147)
#85C29E
(133,194,158)
#94C9A9
(148,201,169)
#A3D0B4
(163,208,180)
#B2D7BF
(178,215,191)
#C1DECA
(193,222,202)
#D0E5D5
(208,229,213)
#DFECE0
(223,236,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AD7D; }

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

This text font color is #58AD7D.


Background Color

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

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

This div background color is #58AD7D.


Border color

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

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

This div border color is #58AD7D.


Opacity

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

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

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

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

This text has shadow with #58AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AD7D on black background.


Color preview on white background

This text has color #58AD7D on white background.



Black color preview on #58AD7D background

This text has black color on #58AD7D background.


White color preview on #58AD7D background

This text has white color on #58AD7D background.