COLOR #587E7C

HEX: #587E7C
RGB: (88,126,124)

Color info

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

RGB color model

#587E7C color RGB value is (88,126,124).

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

RGB channels and saturation

R 88 of 255 = 35%
G 126 of 255 = 49%
B 124 of 255 = 49%

88
126
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 126 + 124 = 338 (100%)
R 88 of 338 ~ 26.04%
G 126 of 338 ~ 37.28%
B 124 of 338 ~ 36.69%

%26.04
%37.28
%36.69

CMYK color model

#587E7C color CMYK value is (30,0,2,51).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(30,0,2,51)
C30M0Y2K51 
(30%,0%,2%,51%)
(0.30/0.00/0.02/0.51)	

CMYK percentages

%30.16
%0
%1.59
%50.59

Codes

Color #587E7C in popluar color models

587E7C
RGB88126124
HSL177°17.76%41.96%
HSB/HSV177°30.16%49.41%
CMYK30.16%0.00%1.59%
50.59%

Color #587E7C in popluar number systems.

HEX587E7C
Decimal88126124
Binary101100011111101111100
Octal130176174

Shades and tints

Shades of #587E7C

#587E7C
(88,126,124)
#507371
(80,115,113)
#486866
(72,104,102)
#405D5B
(64,93,91)
#385250
(56,82,80)
#304745
(48,71,69)
#283C3A
(40,60,58)
#20312F
(32,49,47)
#182624
(24,38,36)
#101B19
(16,27,25)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #587E7C

#587E7C
(88,126,124)
#678987
(103,137,135)
#769492
(118,148,146)
#859F9D
(133,159,157)
#94AAA8
(148,170,168)
#A3B5B3
(163,181,179)
#B2C0BE
(178,192,190)
#C1CBC9
(193,203,201)
#D0D6D4
(208,214,212)
#DFE1DF
(223,225,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587E7C; }

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

This text font color is #587E7C.


Background Color

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

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

This div background color is #587E7C.


Border color

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

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

This div border color is #587E7C.


Opacity

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

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

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

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

This text has shadow with #587E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587E7C on black background.


Color preview on white background

This text has color #587E7C on white background.



Black color preview on #587E7C background

This text has black color on #587E7C background.


White color preview on #587E7C background

This text has white color on #587E7C background.