COLOR #588160

HEX: #588160
RGB: (88,129,96)

Color info

#588160 contains red, green and blue colors in about the same proportion. Web safe color of #588160 is #669966 (or #696).

RGB color model

#588160 color RGB value is (88,129,96).

  • red value is 88;
  • green value is 129;
  • blue value is 96.
RGB:
(88,129,96)
(35%,51%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 96 of 255 = 38%

88
129
96

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 96 = 313 (100%)
R 88 of 313 ~ 28.12%
G 129 of 313 ~ 41.21%
B 96 of 313 ~ 30.67%

%28.12
%41.21
%30.67

CMYK color model

#588160 color CMYK value is (32,0,26,49).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 49.41%
CMYK:
(32,0,26,49)
C32M0Y26K49 
(32%,0%,26%,49%)
(0.32/0.00/0.26/0.49)	

CMYK percentages

%31.78
%0
%25.58
%49.41

Codes

Color #588160 in popluar color models

588160
RGB8812996
HSL132°18.89%42.55%
HSB/HSV132°31.78%50.59%
CMYK31.78%0.00%25.58%
49.41%

Color #588160 in popluar number systems.

HEX588160
Decimal8812996
Binary1011000100000011100000
Octal130201140

Shades and tints

Shades of #588160

#588160
(88,129,96)
#507658
(80,118,88)
#486B50
(72,107,80)
#406048
(64,96,72)
#385540
(56,85,64)
#304A38
(48,74,56)
#283F30
(40,63,48)
#203428
(32,52,40)
#182920
(24,41,32)
#101E18
(16,30,24)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #588160

#588160
(88,129,96)
#678C6E
(103,140,110)
#76977C
(118,151,124)
#85A28A
(133,162,138)
#94AD98
(148,173,152)
#A3B8A6
(163,184,166)
#B2C3B4
(178,195,180)
#C1CEC2
(193,206,194)
#D0D9D0
(208,217,208)
#DFE4DE
(223,228,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588160 color. Also use rgb(88,129,96) instead hex code.

Text Font Color

.myTextColor { color: #588160; }

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

This text font color is #588160.


Background Color

.myBgColor { background-color: #588160; }

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

This div background color is #588160.


Border color

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

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

This div border color is #588160.


Opacity

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

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

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

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

This text has shadow with #588160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588160 on black background.


Color preview on white background

This text has color #588160 on white background.



Black color preview on #588160 background

This text has black color on #588160 background.


White color preview on #588160 background

This text has white color on #588160 background.