COLOR #587E5E

HEX: #587E5E
RGB: (88,126,94)

Color info

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

RGB color model

#587E5E color RGB value is (88,126,94).

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

RGB channels and saturation

R 88 of 255 = 35%
G 126 of 255 = 49%
B 94 of 255 = 37%

88
126
94

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

Portions of RGB colors in percentages

R + G + B =
88 + 126 + 94 = 308 (100%)
R 88 of 308 ~ 28.57%
G 126 of 308 ~ 40.91%
B 94 of 308 ~ 30.52%

%28.57
%40.91
%30.52

CMYK color model

#587E5E color CMYK value is (30,0,25,51).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK:
(30,0,25,51)
C30M0Y25K51 
(30%,0%,25%,51%)
(0.30/0.00/0.25/0.51)	

CMYK percentages

%30.16
%0
%25.4
%50.59

Codes

Color #587E5E in popluar color models

587E5E
RGB8812694
HSL129°17.76%41.96%
HSB/HSV129°30.16%49.41%
CMYK30.16%0.00%25.40%
50.59%

Color #587E5E in popluar number systems.

HEX587E5E
Decimal8812694
Binary101100011111101011110
Octal130176136

Shades and tints

Shades of #587E5E

#587E5E
(88,126,94)
#507356
(80,115,86)
#48684E
(72,104,78)
#405D46
(64,93,70)
#38523E
(56,82,62)
#304736
(48,71,54)
#283C2E
(40,60,46)
#203126
(32,49,38)
#18261E
(24,38,30)
#101B16
(16,27,22)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #587E5E

#587E5E
(88,126,94)
#67896C
(103,137,108)
#76947A
(118,148,122)
#859F88
(133,159,136)
#94AA96
(148,170,150)
#A3B5A4
(163,181,164)
#B2C0B2
(178,192,178)
#C1CBC0
(193,203,192)
#D0D6CE
(208,214,206)
#DFE1DC
(223,225,220)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587E5E color. Also use rgb(88,126,94) instead hex code.

Text Font Color

.myTextColor { color: #587E5E; }

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

This text font color is #587E5E.


Background Color

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

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

This div background color is #587E5E.


Border color

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

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

This div border color is #587E5E.


Opacity

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

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

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

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

This text has shadow with #587E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587E5E on black background.


Color preview on white background

This text has color #587E5E on white background.



Black color preview on #587E5E background

This text has black color on #587E5E background.


White color preview on #587E5E background

This text has white color on #587E5E background.