COLOR #587A50

HEX: #587A50
RGB: (88,122,80)

Color info

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

RGB color model

#587A50 color RGB value is (88,122,80).

  • red value is 88;
  • green value is 122;
  • blue value is 80.
RGB:
(88,122,80)
(35%,48%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 122 of 255 = 48%
B 80 of 255 = 31%

88
122
80

R + G + B ~ 38%. #587A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 122 + 80 = 290 (100%)
R 88 of 290 ~ 30.34%
G 122 of 290 ~ 42.07%
B 80 of 290 ~ 27.59%

%30.34
%42.07
%27.59

CMYK color model

#587A50 color CMYK value is (28,0,34,52).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(28,0,34,52)
C28M0Y34K52 
(28%,0%,34%,52%)
(0.28/0.00/0.34/0.52)	

CMYK percentages

%27.87
%0
%34.43
%52.16

Codes

Color #587A50 in popluar color models

587A50
RGB8812280
HSL109°20.79%39.61%
HSB/HSV109°34.43%47.84%
CMYK27.87%0.00%34.43%
52.16%

Color #587A50 in popluar number systems.

HEX587A50
Decimal8812280
Binary101100011110101010000
Octal130172120

Shades and tints

Shades of #587A50

#587A50
(88,122,80)
#506F49
(80,111,73)
#486442
(72,100,66)
#40593B
(64,89,59)
#384E34
(56,78,52)
#30432D
(48,67,45)
#283826
(40,56,38)
#202D1F
(32,45,31)
#182218
(24,34,24)
#101711
(16,23,17)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #587A50

#587A50
(88,122,80)
#67865F
(103,134,95)
#76926E
(118,146,110)
#859E7D
(133,158,125)
#94AA8C
(148,170,140)
#A3B69B
(163,182,155)
#B2C2AA
(178,194,170)
#C1CEB9
(193,206,185)
#D0DAC8
(208,218,200)
#DFE6D7
(223,230,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587A50 color. Also use rgb(88,122,80) instead hex code.

Text Font Color

.myTextColor { color: #587A50; }

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

This text font color is #587A50.


Background Color

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

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

This div background color is #587A50.


Border color

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

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

This div border color is #587A50.


Opacity

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

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

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

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

This text has shadow with #587A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A50 on black background.


Color preview on white background

This text has color #587A50 on white background.



Black color preview on #587A50 background

This text has black color on #587A50 background.


White color preview on #587A50 background

This text has white color on #587A50 background.