COLOR #58987F

HEX: #58987F
RGB: (88,152,127)

Color info

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

RGB color model

#58987F color RGB value is (88,152,127).

  • red value is 88;
  • green value is 152;
  • blue value is 127.
RGB:
(88,152,127)
(35%,60%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 152 of 255 = 60%
B 127 of 255 = 50%

88
152
127

R + G + B ~ 48%. #58987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 152 + 127 = 367 (100%)
R 88 of 367 ~ 23.98%
G 152 of 367 ~ 41.42%
B 127 of 367 ~ 34.6%

%23.98
%41.42
%34.6

CMYK color model

#58987F color CMYK value is (42,0,16,40).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(42,0,16,40)
C42M0Y16K40 
(42%,0%,16%,40%)
(0.42/0.00/0.16/0.40)	

CMYK percentages

%42.11
%0
%16.45
%40.39

Codes

Color #58987F in popluar color models

58987F
RGB88152127
HSL157°26.67%47.06%
HSB/HSV157°42.11%59.61%
CMYK42.11%0.00%16.45%
40.39%

Color #58987F in popluar number systems.

HEX58987F
Decimal88152127
Binary1011000100110001111111
Octal130230177

Shades and tints

Shades of #58987F

#58987F
(88,152,127)
#508B74
(80,139,116)
#487E69
(72,126,105)
#40715E
(64,113,94)
#386453
(56,100,83)
#305748
(48,87,72)
#284A3D
(40,74,61)
#203D32
(32,61,50)
#183027
(24,48,39)
#10231C
(16,35,28)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #58987F

#58987F
(88,152,127)
#67A18A
(103,161,138)
#76AA95
(118,170,149)
#85B3A0
(133,179,160)
#94BCAB
(148,188,171)
#A3C5B6
(163,197,182)
#B2CEC1
(178,206,193)
#C1D7CC
(193,215,204)
#D0E0D7
(208,224,215)
#DFE9E2
(223,233,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58987F color. Also use rgb(88,152,127) instead hex code.

Text Font Color

.myTextColor { color: #58987F; }

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

This text font color is #58987F.


Background Color

.myBgColor { background-color: #58987F; }

<div style="background-color:#58987F">Inner text</div>

This div background color is #58987F.


Border color

.myBorderColor { border: 1px solid #58987F; }

<div style="border:3px solid #58987F">Div</div>

This div border color is #58987F.


Opacity

.myOpacity80 { color: #58987F; opacity: 0.8; }

<p style="color:#58987F;opacity:0.8;">80%</p>

Text with #58987F 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 #58987F;}

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

This text has shadow with #58987F color.

.textShadow {text-shadow: 3px 3px 1px #58987F, 3px 3px 1px red;}

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

This text has shadow with #58987F primary color and red secondary color.


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

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

This text has shadow with #58987F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58987F on black background.


Color preview on white background

This text has color #58987F on white background.



Black color preview on #58987F background

This text has black color on #58987F background.


White color preview on #58987F background

This text has white color on #58987F background.