COLOR #588077

HEX: #588077
RGB: (88,128,119)

Color info

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

RGB color model

#588077 color RGB value is (88,128,119).

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

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 119 of 255 = 47%

88
128
119

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

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 119 = 335 (100%)
R 88 of 335 ~ 26.27%
G 128 of 335 ~ 38.21%
B 119 of 335 ~ 35.52%

%26.27
%38.21
%35.52

CMYK color model

#588077 color CMYK value is (31,0,7,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(31,0,7,50)
C31M0Y7K50 
(31%,0%,7%,50%)
(0.31/0.00/0.07/0.50)	

CMYK percentages

%31.25
%0
%7.03
%49.8

Codes

Color #588077 in popluar color models

588077
RGB88128119
HSL167°18.52%42.35%
HSB/HSV167°31.25%50.20%
CMYK31.25%0.00%7.03%
49.80%

Color #588077 in popluar number systems.

HEX588077
Decimal88128119
Binary1011000100000001110111
Octal130200167

Shades and tints

Shades of #588077

#588077
(88,128,119)
#50756D
(80,117,109)
#486A63
(72,106,99)
#405F59
(64,95,89)
#38544F
(56,84,79)
#304945
(48,73,69)
#283E3B
(40,62,59)
#203331
(32,51,49)
#182827
(24,40,39)
#101D1D
(16,29,29)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #588077

#588077
(88,128,119)
#678B83
(103,139,131)
#76968F
(118,150,143)
#85A19B
(133,161,155)
#94ACA7
(148,172,167)
#A3B7B3
(163,183,179)
#B2C2BF
(178,194,191)
#C1CDCB
(193,205,203)
#D0D8D7
(208,216,215)
#DFE3E3
(223,227,227)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588077; }

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

This text font color is #588077.


Background Color

.myBgColor { background-color: #588077; }

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

This div background color is #588077.


Border color

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

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

This div border color is #588077.


Opacity

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

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

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

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

This text has shadow with #588077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588077 on black background.


Color preview on white background

This text has color #588077 on white background.



Black color preview on #588077 background

This text has black color on #588077 background.


White color preview on #588077 background

This text has white color on #588077 background.