COLOR #587F5A

HEX: #587F5A
RGB: (88,127,90)

Color info

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

RGB color model

#587F5A color RGB value is (88,127,90).

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

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 90 of 255 = 35%

88
127
90

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

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 90 = 305 (100%)
R 88 of 305 ~ 28.85%
G 127 of 305 ~ 41.64%
B 90 of 305 ~ 29.51%

%28.85
%41.64
%29.51

CMYK color model

#587F5A color CMYK value is (31,0,29,50).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(31,0,29,50)
C31M0Y29K50 
(31%,0%,29%,50%)
(0.31/0.00/0.29/0.50)	

CMYK percentages

%30.71
%0
%29.13
%50.2

Codes

Color #587F5A in popluar color models

587F5A
RGB8812790
HSL123°18.14%42.16%
HSB/HSV123°30.71%49.80%
CMYK30.71%0.00%29.13%
50.20%

Color #587F5A in popluar number systems.

HEX587F5A
Decimal8812790
Binary101100011111111011010
Octal130177132

Shades and tints

Shades of #587F5A

#587F5A
(88,127,90)
#507452
(80,116,82)
#48694A
(72,105,74)
#405E42
(64,94,66)
#38533A
(56,83,58)
#304832
(48,72,50)
#283D2A
(40,61,42)
#203222
(32,50,34)
#18271A
(24,39,26)
#101C12
(16,28,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #587F5A

#587F5A
(88,127,90)
#678A69
(103,138,105)
#769578
(118,149,120)
#85A087
(133,160,135)
#94AB96
(148,171,150)
#A3B6A5
(163,182,165)
#B2C1B4
(178,193,180)
#C1CCC3
(193,204,195)
#D0D7D2
(208,215,210)
#DFE2E1
(223,226,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587F5A color. Also use rgb(88,127,90) instead hex code.

Text Font Color

.myTextColor { color: #587F5A; }

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

This text font color is #587F5A.


Background Color

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

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

This div background color is #587F5A.


Border color

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

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

This div border color is #587F5A.


Opacity

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

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

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

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

This text has shadow with #587F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F5A on black background.


Color preview on white background

This text has color #587F5A on white background.



Black color preview on #587F5A background

This text has black color on #587F5A background.


White color preview on #587F5A background

This text has white color on #587F5A background.