COLOR #588376

HEX: #588376
RGB: (88,131,118)

Color info

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

RGB color model

#588376 color RGB value is (88,131,118).

  • red value is 88;
  • green value is 131;
  • blue value is 118.
RGB:
(88,131,118)
(35%,51%,46%)

RGB channels and saturation

R 88 of 255 = 35%
G 131 of 255 = 51%
B 118 of 255 = 46%

88
131
118

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

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 118 = 337 (100%)
R 88 of 337 ~ 26.11%
G 131 of 337 ~ 38.87%
B 118 of 337 ~ 35.01%

%26.11
%38.87
%35.01

CMYK color model

#588376 color CMYK value is (33,0,10,49).

  • cyan value is 32.82%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(33,0,10,49)
C33M0Y10K49 
(33%,0%,10%,49%)
(0.33/0.00/0.10/0.49)	

CMYK percentages

%32.82
%0
%9.92
%48.63

Codes

Color #588376 in popluar color models

588376
RGB88131118
HSL162°19.63%42.94%
HSB/HSV162°32.82%51.37%
CMYK32.82%0.00%9.92%
48.63%

Color #588376 in popluar number systems.

HEX588376
Decimal88131118
Binary1011000100000111110110
Octal130203166

Shades and tints

Shades of #588376

#588376
(88,131,118)
#50786C
(80,120,108)
#486D62
(72,109,98)
#406258
(64,98,88)
#38574E
(56,87,78)
#304C44
(48,76,68)
#28413A
(40,65,58)
#203630
(32,54,48)
#182B26
(24,43,38)
#10201C
(16,32,28)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #588376

#588376
(88,131,118)
#678E82
(103,142,130)
#76998E
(118,153,142)
#85A49A
(133,164,154)
#94AFA6
(148,175,166)
#A3BAB2
(163,186,178)
#B2C5BE
(178,197,190)
#C1D0CA
(193,208,202)
#D0DBD6
(208,219,214)
#DFE6E2
(223,230,226)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588376 color. Also use rgb(88,131,118) instead hex code.

Text Font Color

.myTextColor { color: #588376; }

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

This text font color is #588376.


Background Color

.myBgColor { background-color: #588376; }

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

This div background color is #588376.


Border color

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

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

This div border color is #588376.


Opacity

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

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

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

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

This text has shadow with #588376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588376 on black background.


Color preview on white background

This text has color #588376 on white background.



Black color preview on #588376 background

This text has black color on #588376 background.


White color preview on #588376 background

This text has white color on #588376 background.