COLOR #587770

HEX: #587770
RGB: (88,119,112)

Color info

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

RGB color model

#587770 color RGB value is (88,119,112).

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

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 112 of 255 = 44%

88
119
112

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

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 112 = 319 (100%)
R 88 of 319 ~ 27.59%
G 119 of 319 ~ 37.3%
B 112 of 319 ~ 35.11%

%27.59
%37.3
%35.11

CMYK color model

#587770 color CMYK value is (26,0,6,53).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(26,0,6,53)
C26M0Y6K53 
(26%,0%,6%,53%)
(0.26/0.00/0.06/0.53)	

CMYK percentages

%26.05
%0
%5.88
%53.33

Codes

Color #587770 in popluar color models

587770
RGB88119112
HSL166°14.98%40.59%
HSB/HSV166°26.05%46.67%
CMYK26.05%0.00%5.88%
53.33%

Color #587770 in popluar number systems.

HEX587770
Decimal88119112
Binary101100011101111110000
Octal130167160

Shades and tints

Shades of #587770

#587770
(88,119,112)
#506D66
(80,109,102)
#48635C
(72,99,92)
#405952
(64,89,82)
#384F48
(56,79,72)
#30453E
(48,69,62)
#283B34
(40,59,52)
#20312A
(32,49,42)
#182720
(24,39,32)
#101D16
(16,29,22)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #587770

#587770
(88,119,112)
#67837D
(103,131,125)
#768F8A
(118,143,138)
#859B97
(133,155,151)
#94A7A4
(148,167,164)
#A3B3B1
(163,179,177)
#B2BFBE
(178,191,190)
#C1CBCB
(193,203,203)
#D0D7D8
(208,215,216)
#DFE3E5
(223,227,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587770; }

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

This text font color is #587770.


Background Color

.myBgColor { background-color: #587770; }

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

This div background color is #587770.


Border color

.myBorderColor { border: 1px solid #587770; }

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

This div border color is #587770.


Opacity

.myOpacity80 { color: #587770; opacity: 0.8; }

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

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

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

This text has shadow with #587770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587770 on black background.


Color preview on white background

This text has color #587770 on white background.



Black color preview on #587770 background

This text has black color on #587770 background.


White color preview on #587770 background

This text has white color on #587770 background.