COLOR #587A5A

HEX: #587A5A
RGB: (88,122,90)

Color info

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

RGB color model

#587A5A color RGB value is (88,122,90).

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

RGB channels and saturation

R 88 of 255 = 35%
G 122 of 255 = 48%
B 90 of 255 = 35%

88
122
90

R + G + B ~ 39%. #587A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 122 + 90 = 300 (100%)
R 88 of 300 ~ 29.33%
G 122 of 300 ~ 40.67%
B 90 of 300 ~ 30%

%29.33
%40.67
%30

CMYK color model

#587A5A color CMYK value is (28,0,26,52).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(28,0,26,52)
C28M0Y26K52 
(28%,0%,26%,52%)
(0.28/0.00/0.26/0.52)	

CMYK percentages

%27.87
%0
%26.23
%52.16

Codes

Color #587A5A in popluar color models

587A5A
RGB8812290
HSL124°16.19%41.18%
HSB/HSV124°27.87%47.84%
CMYK27.87%0.00%26.23%
52.16%

Color #587A5A in popluar number systems.

HEX587A5A
Decimal8812290
Binary101100011110101011010
Octal130172132

Shades and tints

Shades of #587A5A

#587A5A
(88,122,90)
#506F52
(80,111,82)
#48644A
(72,100,74)
#405942
(64,89,66)
#384E3A
(56,78,58)
#304332
(48,67,50)
#28382A
(40,56,42)
#202D22
(32,45,34)
#18221A
(24,34,26)
#101712
(16,23,18)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #587A5A

#587A5A
(88,122,90)
#678669
(103,134,105)
#769278
(118,146,120)
#859E87
(133,158,135)
#94AA96
(148,170,150)
#A3B6A5
(163,182,165)
#B2C2B4
(178,194,180)
#C1CEC3
(193,206,195)
#D0DAD2
(208,218,210)
#DFE6E1
(223,230,225)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587A5A; }

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

This text font color is #587A5A.


Background Color

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

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

This div background color is #587A5A.


Border color

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

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

This div border color is #587A5A.


Opacity

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

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

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

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

This text has shadow with #587A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A5A on black background.


Color preview on white background

This text has color #587A5A on white background.



Black color preview on #587A5A background

This text has black color on #587A5A background.


White color preview on #587A5A background

This text has white color on #587A5A background.