COLOR #587477

HEX: #587477
RGB: (88,116,119)

Color info

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

RGB color model

#587477 color RGB value is (88,116,119).

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

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 119 of 255 = 47%

88
116
119

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

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 119 = 323 (100%)
R 88 of 323 ~ 27.24%
G 116 of 323 ~ 35.91%
B 119 of 323 ~ 36.84%

%27.24
%35.91
%36.84

CMYK color model

#587477 color CMYK value is (26,3,0,53).

  • cyan value is 26.05%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(26,3,0,53)
C26M3Y0K53 
(26%,3%,0%,53%)
(0.26/0.03/0.00/0.53)	

CMYK percentages

%26.05
%2.52
%0
%53.33

Codes

Color #587477 in popluar color models

587477
RGB88116119
HSL186°14.98%40.59%
HSB/HSV186°26.05%46.67%
CMYK26.05%2.52%0.00%
53.33%

Color #587477 in popluar number systems.

HEX587477
Decimal88116119
Binary101100011101001110111
Octal130164167

Shades and tints

Shades of #587477

#587477
(88,116,119)
#506A6D
(80,106,109)
#486063
(72,96,99)
#405659
(64,86,89)
#384C4F
(56,76,79)
#304245
(48,66,69)
#28383B
(40,56,59)
#202E31
(32,46,49)
#182427
(24,36,39)
#101A1D
(16,26,29)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #587477

#587477
(88,116,119)
#678083
(103,128,131)
#768C8F
(118,140,143)
#85989B
(133,152,155)
#94A4A7
(148,164,167)
#A3B0B3
(163,176,179)
#B2BCBF
(178,188,191)
#C1C8CB
(193,200,203)
#D0D4D7
(208,212,215)
#DFE0E3
(223,224,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587477; }

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

This text font color is #587477.


Background Color

.myBgColor { background-color: #587477; }

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

This div background color is #587477.


Border color

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

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

This div border color is #587477.


Opacity

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

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

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

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

This text has shadow with #587477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587477 on black background.


Color preview on white background

This text has color #587477 on white background.



Black color preview on #587477 background

This text has black color on #587477 background.


White color preview on #587477 background

This text has white color on #587477 background.