COLOR #587C6D

HEX: #587C6D
RGB: (88,124,109)

Color info

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

RGB color model

#587C6D color RGB value is (88,124,109).

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

RGB channels and saturation

R 88 of 255 = 35%
G 124 of 255 = 49%
B 109 of 255 = 43%

88
124
109

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

Portions of RGB colors in percentages

R + G + B =
88 + 124 + 109 = 321 (100%)
R 88 of 321 ~ 27.41%
G 124 of 321 ~ 38.63%
B 109 of 321 ~ 33.96%

%27.41
%38.63
%33.96

CMYK color model

#587C6D color CMYK value is (29,0,12,51).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(29,0,12,51)
C29M0Y12K51 
(29%,0%,12%,51%)
(0.29/0.00/0.12/0.51)	

CMYK percentages

%29.03
%0
%12.1
%51.37

Codes

Color #587C6D in popluar color models

587C6D
RGB88124109
HSL155°16.98%41.57%
HSB/HSV155°29.03%48.63%
CMYK29.03%0.00%12.10%
51.37%

Color #587C6D in popluar number systems.

HEX587C6D
Decimal88124109
Binary101100011111001101101
Octal130174155

Shades and tints

Shades of #587C6D

#587C6D
(88,124,109)
#507164
(80,113,100)
#48665B
(72,102,91)
#405B52
(64,91,82)
#385049
(56,80,73)
#304540
(48,69,64)
#283A37
(40,58,55)
#202F2E
(32,47,46)
#182425
(24,36,37)
#10191C
(16,25,28)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #587C6D

#587C6D
(88,124,109)
#67877A
(103,135,122)
#769287
(118,146,135)
#859D94
(133,157,148)
#94A8A1
(148,168,161)
#A3B3AE
(163,179,174)
#B2BEBB
(178,190,187)
#C1C9C8
(193,201,200)
#D0D4D5
(208,212,213)
#DFDFE2
(223,223,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587C6D; }

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

This text font color is #587C6D.


Background Color

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

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

This div background color is #587C6D.


Border color

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

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

This div border color is #587C6D.


Opacity

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

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

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

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

This text has shadow with #587C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587C6D on black background.


Color preview on white background

This text has color #587C6D on white background.



Black color preview on #587C6D background

This text has black color on #587C6D background.


White color preview on #587C6D background

This text has white color on #587C6D background.