COLOR #587F6B

HEX: #587F6B
RGB: (88,127,107)

Color info

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

RGB color model

#587F6B color RGB value is (88,127,107).

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

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 107 of 255 = 42%

88
127
107

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

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 107 = 322 (100%)
R 88 of 322 ~ 27.33%
G 127 of 322 ~ 39.44%
B 107 of 322 ~ 33.23%

%27.33
%39.44
%33.23

CMYK color model

#587F6B color CMYK value is (31,0,16,50).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(31,0,16,50)
C31M0Y16K50 
(31%,0%,16%,50%)
(0.31/0.00/0.16/0.50)	

CMYK percentages

%30.71
%0
%15.75
%50.2

Codes

Color #587F6B in popluar color models

587F6B
RGB88127107
HSL149°18.14%42.16%
HSB/HSV149°30.71%49.80%
CMYK30.71%0.00%15.75%
50.20%

Color #587F6B in popluar number systems.

HEX587F6B
Decimal88127107
Binary101100011111111101011
Octal130177153

Shades and tints

Shades of #587F6B

#587F6B
(88,127,107)
#507462
(80,116,98)
#486959
(72,105,89)
#405E50
(64,94,80)
#385347
(56,83,71)
#30483E
(48,72,62)
#283D35
(40,61,53)
#20322C
(32,50,44)
#182723
(24,39,35)
#101C1A
(16,28,26)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #587F6B

#587F6B
(88,127,107)
#678A78
(103,138,120)
#769585
(118,149,133)
#85A092
(133,160,146)
#94AB9F
(148,171,159)
#A3B6AC
(163,182,172)
#B2C1B9
(178,193,185)
#C1CCC6
(193,204,198)
#D0D7D3
(208,215,211)
#DFE2E0
(223,226,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587F6B; }

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

This text font color is #587F6B.


Background Color

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

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

This div background color is #587F6B.


Border color

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

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

This div border color is #587F6B.


Opacity

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

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

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

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

This text has shadow with #587F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F6B on black background.


Color preview on white background

This text has color #587F6B on white background.



Black color preview on #587F6B background

This text has black color on #587F6B background.


White color preview on #587F6B background

This text has white color on #587F6B background.