COLOR #588358

HEX: #588358
RGB: (88,131,88)

Color info

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

RGB color model

#588358 color RGB value is (88,131,88).

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

RGB channels and saturation

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

88
131
88

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

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 88 = 307 (100%)
R 88 of 307 ~ 28.66%
G 131 of 307 ~ 42.67%
B 88 of 307 ~ 28.66%

%28.66
%42.67
%28.66

CMYK color model

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

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

CMYK percentages

%32.82
%0
%32.82
%48.63

Codes

Color #588358 in popluar color models

588358
RGB8813188
HSL120°19.63%42.94%
HSB/HSV120°32.82%51.37%
CMYK32.82%0.00%32.82%
48.63%

Color #588358 in popluar number systems.

HEX588358
Decimal8813188
Binary1011000100000111011000
Octal130203130

Shades and tints

Shades of #588358

#588358
(88,131,88)
#507850
(80,120,80)
#486D48
(72,109,72)
#406240
(64,98,64)
#385738
(56,87,56)
#304C30
(48,76,48)
#284128
(40,65,40)
#203620
(32,54,32)
#182B18
(24,43,24)
#102010
(16,32,16)
#081508
(8,21,8)
#000000
(0,0,0)

Tints of #588358

#588358
(88,131,88)
#678E67
(103,142,103)
#769976
(118,153,118)
#85A485
(133,164,133)
#94AF94
(148,175,148)
#A3BAA3
(163,186,163)
#B2C5B2
(178,197,178)
#C1D0C1
(193,208,193)
#D0DBD0
(208,219,208)
#DFE6DF
(223,230,223)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588358; }

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

This text font color is #588358.


Background Color

.myBgColor { background-color: #588358; }

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

This div background color is #588358.


Border color

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

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

This div border color is #588358.


Opacity

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

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

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

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

This text has shadow with #588358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588358 on black background.


Color preview on white background

This text has color #588358 on white background.



Black color preview on #588358 background

This text has black color on #588358 background.


White color preview on #588358 background

This text has white color on #588358 background.