COLOR #588057

HEX: #588057
RGB: (88,128,87)

Color info

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

RGB color model

#588057 color RGB value is (88,128,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 87 of 255 = 34%

88
128
87

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

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 87 = 303 (100%)
R 88 of 303 ~ 29.04%
G 128 of 303 ~ 42.24%
B 87 of 303 ~ 28.71%

%29.04
%42.24
%28.71

CMYK color model

#588057 color CMYK value is (31,0,32,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(31,0,32,50)
C31M0Y32K50 
(31%,0%,32%,50%)
(0.31/0.00/0.32/0.50)	

CMYK percentages

%31.25
%0
%32.03
%49.8

Codes

Color #588057 in popluar color models

588057
RGB8812887
HSL119°19.07%42.16%
HSB/HSV119°32.03%50.20%
CMYK31.25%0.00%32.03%
49.80%

Color #588057 in popluar number systems.

HEX588057
Decimal8812887
Binary1011000100000001010111
Octal130200127

Shades and tints

Shades of #588057

#588057
(88,128,87)
#507550
(80,117,80)
#486A49
(72,106,73)
#405F42
(64,95,66)
#38543B
(56,84,59)
#304934
(48,73,52)
#283E2D
(40,62,45)
#203326
(32,51,38)
#18281F
(24,40,31)
#101D18
(16,29,24)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #588057

#588057
(88,128,87)
#678B66
(103,139,102)
#769675
(118,150,117)
#85A184
(133,161,132)
#94AC93
(148,172,147)
#A3B7A2
(163,183,162)
#B2C2B1
(178,194,177)
#C1CDC0
(193,205,192)
#D0D8CF
(208,216,207)
#DFE3DE
(223,227,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588057; }

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

This text font color is #588057.


Background Color

.myBgColor { background-color: #588057; }

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

This div background color is #588057.


Border color

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

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

This div border color is #588057.


Opacity

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

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

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

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

This text has shadow with #588057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588057 on black background.


Color preview on white background

This text has color #588057 on white background.



Black color preview on #588057 background

This text has black color on #588057 background.


White color preview on #588057 background

This text has white color on #588057 background.