COLOR #588461

HEX: #588461
RGB: (88,132,97)

Color info

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

RGB color model

#588461 color RGB value is (88,132,97).

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

RGB channels and saturation

R 88 of 255 = 35%
G 132 of 255 = 52%
B 97 of 255 = 38%

88
132
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 132 + 97 = 317 (100%)
R 88 of 317 ~ 27.76%
G 132 of 317 ~ 41.64%
B 97 of 317 ~ 30.6%

%27.76
%41.64
%30.6

CMYK color model

#588461 color CMYK value is (33,0,27,48).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(33,0,27,48)
C33M0Y27K48 
(33%,0%,27%,48%)
(0.33/0.00/0.27/0.48)	

CMYK percentages

%33.33
%0
%26.52
%48.24

Codes

Color #588461 in popluar color models

588461
RGB8813297
HSL132°20.00%43.14%
HSB/HSV132°33.33%51.76%
CMYK33.33%0.00%26.52%
48.24%

Color #588461 in popluar number systems.

HEX588461
Decimal8813297
Binary1011000100001001100001
Octal130204141

Shades and tints

Shades of #588461

#588461
(88,132,97)
#507859
(80,120,89)
#486C51
(72,108,81)
#406049
(64,96,73)
#385441
(56,84,65)
#304839
(48,72,57)
#283C31
(40,60,49)
#203029
(32,48,41)
#182421
(24,36,33)
#101819
(16,24,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #588461

#588461
(88,132,97)
#678F6F
(103,143,111)
#769A7D
(118,154,125)
#85A58B
(133,165,139)
#94B099
(148,176,153)
#A3BBA7
(163,187,167)
#B2C6B5
(178,198,181)
#C1D1C3
(193,209,195)
#D0DCD1
(208,220,209)
#DFE7DF
(223,231,223)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588461; }

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

This text font color is #588461.


Background Color

.myBgColor { background-color: #588461; }

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

This div background color is #588461.


Border color

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

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

This div border color is #588461.


Opacity

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

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

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

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

This text has shadow with #588461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588461 on black background.


Color preview on white background

This text has color #588461 on white background.



Black color preview on #588461 background

This text has black color on #588461 background.


White color preview on #588461 background

This text has white color on #588461 background.