COLOR #587B70

HEX: #587B70
RGB: (88,123,112)

Color info

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

RGB color model

#587B70 color RGB value is (88,123,112).

  • red value is 88;
  • green value is 123;
  • blue value is 112.
RGB:
(88,123,112)
(35%,48%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 123 of 255 = 48%
B 112 of 255 = 44%

88
123
112

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

Portions of RGB colors in percentages

R + G + B =
88 + 123 + 112 = 323 (100%)
R 88 of 323 ~ 27.24%
G 123 of 323 ~ 38.08%
B 112 of 323 ~ 34.67%

%27.24
%38.08
%34.67

CMYK color model

#587B70 color CMYK value is (28,0,9,52).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(28,0,9,52)
C28M0Y9K52 
(28%,0%,9%,52%)
(0.28/0.00/0.09/0.52)	

CMYK percentages

%28.46
%0
%8.94
%51.76

Codes

Color #587B70 in popluar color models

587B70
RGB88123112
HSL161°16.59%41.37%
HSB/HSV161°28.46%48.24%
CMYK28.46%0.00%8.94%
51.76%

Color #587B70 in popluar number systems.

HEX587B70
Decimal88123112
Binary101100011110111110000
Octal130173160

Shades and tints

Shades of #587B70

#587B70
(88,123,112)
#507066
(80,112,102)
#48655C
(72,101,92)
#405A52
(64,90,82)
#384F48
(56,79,72)
#30443E
(48,68,62)
#283934
(40,57,52)
#202E2A
(32,46,42)
#182320
(24,35,32)
#101816
(16,24,22)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #587B70

#587B70
(88,123,112)
#67877D
(103,135,125)
#76938A
(118,147,138)
#859F97
(133,159,151)
#94ABA4
(148,171,164)
#A3B7B1
(163,183,177)
#B2C3BE
(178,195,190)
#C1CFCB
(193,207,203)
#D0DBD8
(208,219,216)
#DFE7E5
(223,231,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587B70 color. Also use rgb(88,123,112) instead hex code.

Text Font Color

.myTextColor { color: #587B70; }

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

This text font color is #587B70.


Background Color

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

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

This div background color is #587B70.


Border color

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

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

This div border color is #587B70.


Opacity

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

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

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

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

This text has shadow with #587B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587B70 on black background.


Color preview on white background

This text has color #587B70 on white background.



Black color preview on #587B70 background

This text has black color on #587B70 background.


White color preview on #587B70 background

This text has white color on #587B70 background.