COLOR #587D60

HEX: #587D60
RGB: (88,125,96)

Color info

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

RGB color model

#587D60 color RGB value is (88,125,96).

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

RGB channels and saturation

R 88 of 255 = 35%
G 125 of 255 = 49%
B 96 of 255 = 38%

88
125
96

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

Portions of RGB colors in percentages

R + G + B =
88 + 125 + 96 = 309 (100%)
R 88 of 309 ~ 28.48%
G 125 of 309 ~ 40.45%
B 96 of 309 ~ 31.07%

%28.48
%40.45
%31.07

CMYK color model

#587D60 color CMYK value is (30,0,23,51).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 50.98%
CMYK:
(30,0,23,51)
C30M0Y23K51 
(30%,0%,23%,51%)
(0.30/0.00/0.23/0.51)	

CMYK percentages

%29.6
%0
%23.2
%50.98

Codes

Color #587D60 in popluar color models

587D60
RGB8812596
HSL133°17.37%41.76%
HSB/HSV133°29.60%49.02%
CMYK29.60%0.00%23.20%
50.98%

Color #587D60 in popluar number systems.

HEX587D60
Decimal8812596
Binary101100011111011100000
Octal130175140

Shades and tints

Shades of #587D60

#587D60
(88,125,96)
#507258
(80,114,88)
#486750
(72,103,80)
#405C48
(64,92,72)
#385140
(56,81,64)
#304638
(48,70,56)
#283B30
(40,59,48)
#203028
(32,48,40)
#182520
(24,37,32)
#101A18
(16,26,24)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #587D60

#587D60
(88,125,96)
#67886E
(103,136,110)
#76937C
(118,147,124)
#859E8A
(133,158,138)
#94A998
(148,169,152)
#A3B4A6
(163,180,166)
#B2BFB4
(178,191,180)
#C1CAC2
(193,202,194)
#D0D5D0
(208,213,208)
#DFE0DE
(223,224,222)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587D60; }

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

This text font color is #587D60.


Background Color

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

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

This div background color is #587D60.


Border color

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

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

This div border color is #587D60.


Opacity

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

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

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

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

This text has shadow with #587D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587D60 on black background.


Color preview on white background

This text has color #587D60 on white background.



Black color preview on #587D60 background

This text has black color on #587D60 background.


White color preview on #587D60 background

This text has white color on #587D60 background.