COLOR #588961

HEX: #588961
RGB: (88,137,97)

Color info

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

RGB color model

#588961 color RGB value is (88,137,97).

  • red value is 88;
  • green value is 137;
  • blue value is 97.
RGB:
(88,137,97)
(35%,54%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 137 of 255 = 54%
B 97 of 255 = 38%

88
137
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 97 = 322 (100%)
R 88 of 322 ~ 27.33%
G 137 of 322 ~ 42.55%
B 97 of 322 ~ 30.12%

%27.33
%42.55
%30.12

CMYK color model

#588961 color CMYK value is (36,0,29,46).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(36,0,29,46)
C36M0Y29K46 
(36%,0%,29%,46%)
(0.36/0.00/0.29/0.46)	

CMYK percentages

%35.77
%0
%29.2
%46.27

Codes

Color #588961 in popluar color models

588961
RGB8813797
HSL131°21.78%44.12%
HSB/HSV131°35.77%53.73%
CMYK35.77%0.00%29.20%
46.27%

Color #588961 in popluar number systems.

HEX588961
Decimal8813797
Binary1011000100010011100001
Octal130211141

Shades and tints

Shades of #588961

#588961
(88,137,97)
#507D59
(80,125,89)
#487151
(72,113,81)
#406549
(64,101,73)
#385941
(56,89,65)
#304D39
(48,77,57)
#284131
(40,65,49)
#203529
(32,53,41)
#182921
(24,41,33)
#101D19
(16,29,25)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #588961

#588961
(88,137,97)
#67936F
(103,147,111)
#769D7D
(118,157,125)
#85A78B
(133,167,139)
#94B199
(148,177,153)
#A3BBA7
(163,187,167)
#B2C5B5
(178,197,181)
#C1CFC3
(193,207,195)
#D0D9D1
(208,217,209)
#DFE3DF
(223,227,223)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588961 color. Also use rgb(88,137,97) instead hex code.

Text Font Color

.myTextColor { color: #588961; }

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

This text font color is #588961.


Background Color

.myBgColor { background-color: #588961; }

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

This div background color is #588961.


Border color

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

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

This div border color is #588961.


Opacity

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

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

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

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

This text has shadow with #588961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588961 on black background.


Color preview on white background

This text has color #588961 on white background.



Black color preview on #588961 background

This text has black color on #588961 background.


White color preview on #588961 background

This text has white color on #588961 background.