COLOR #587D5F

HEX: #587D5F
RGB: (88,125,95)

Color info

#587D5F contains red, green and blue colors in about the same proportion. Web safe color of #587D5F is #666666 (or #666).

RGB color model

#587D5F color RGB value is (88,125,95).

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

RGB channels and saturation

R 88 of 255 = 35%
G 125 of 255 = 49%
B 95 of 255 = 37%

88
125
95

R + G + B ~ 40%. #587D5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 125 + 95 = 308 (100%)
R 88 of 308 ~ 28.57%
G 125 of 308 ~ 40.58%
B 95 of 308 ~ 30.84%

%28.57
%40.58
%30.84

CMYK color model

#587D5F color CMYK value is (30,0,24,51).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(30,0,24,51)
C30M0Y24K51 
(30%,0%,24%,51%)
(0.30/0.00/0.24/0.51)	

CMYK percentages

%29.6
%0
%24
%50.98

Codes

Color #587D5F in popluar color models

587D5F
RGB8812595
HSL131°17.37%41.76%
HSB/HSV131°29.60%49.02%
CMYK29.60%0.00%24.00%
50.98%

Color #587D5F in popluar number systems.

HEX587D5F
Decimal8812595
Binary101100011111011011111
Octal130175137

Shades and tints

Shades of #587D5F

#587D5F
(88,125,95)
#507257
(80,114,87)
#48674F
(72,103,79)
#405C47
(64,92,71)
#38513F
(56,81,63)
#304637
(48,70,55)
#283B2F
(40,59,47)
#203027
(32,48,39)
#18251F
(24,37,31)
#101A17
(16,26,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #587D5F

#587D5F
(88,125,95)
#67886D
(103,136,109)
#76937B
(118,147,123)
#859E89
(133,158,137)
#94A997
(148,169,151)
#A3B4A5
(163,180,165)
#B2BFB3
(178,191,179)
#C1CAC1
(193,202,193)
#D0D5CF
(208,213,207)
#DFE0DD
(223,224,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587D5F color. Also use rgb(88,125,95) instead hex code.

Text Font Color

.myTextColor { color: #587D5F; }

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

This text font color is #587D5F.


Background Color

.myBgColor { background-color: #587D5F; }

<div style="background-color:#587D5F">Inner text</div>

This div background color is #587D5F.


Border color

.myBorderColor { border: 1px solid #587D5F; }

<div style="border:3px solid #587D5F">Div</div>

This div border color is #587D5F.


Opacity

.myOpacity80 { color: #587D5F; opacity: 0.8; }

<p style="color:#587D5F;opacity:0.8;">80%</p>

Text with #587D5F 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 #587D5F;}

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

This text has shadow with #587D5F color.

.textShadow {text-shadow: 3px 3px 1px #587D5F, 3px 3px 1px red;}

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

This text has shadow with #587D5F primary color and red secondary color.


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

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

This text has shadow with #587D5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587D5F on black background.


Color preview on white background

This text has color #587D5F on white background.



Black color preview on #587D5F background

This text has black color on #587D5F background.


White color preview on #587D5F background

This text has white color on #587D5F background.