COLOR #588850

HEX: #588850
RGB: (88,136,80)

Color info

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

RGB color model

#588850 color RGB value is (88,136,80).

  • red value is 88;
  • green value is 136;
  • blue value is 80.
RGB:
(88,136,80)
(35%,53%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 80 of 255 = 31%

88
136
80

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

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 80 = 304 (100%)
R 88 of 304 ~ 28.95%
G 136 of 304 ~ 44.74%
B 80 of 304 ~ 26.32%

%28.95
%44.74
%26.32

CMYK color model

#588850 color CMYK value is (35,0,41,47).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(35,0,41,47)
C35M0Y41K47 
(35%,0%,41%,47%)
(0.35/0.00/0.41/0.47)	

CMYK percentages

%35.29
%0
%41.18
%46.67

Codes

Color #588850 in popluar color models

588850
RGB8813680
HSL111°25.93%42.35%
HSB/HSV111°41.18%53.33%
CMYK35.29%0.00%41.18%
46.67%

Color #588850 in popluar number systems.

HEX588850
Decimal8813680
Binary1011000100010001010000
Octal130210120

Shades and tints

Shades of #588850

#588850
(88,136,80)
#507C49
(80,124,73)
#487042
(72,112,66)
#40643B
(64,100,59)
#385834
(56,88,52)
#304C2D
(48,76,45)
#284026
(40,64,38)
#20341F
(32,52,31)
#182818
(24,40,24)
#101C11
(16,28,17)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #588850

#588850
(88,136,80)
#67925F
(103,146,95)
#769C6E
(118,156,110)
#85A67D
(133,166,125)
#94B08C
(148,176,140)
#A3BA9B
(163,186,155)
#B2C4AA
(178,196,170)
#C1CEB9
(193,206,185)
#D0D8C8
(208,216,200)
#DFE2D7
(223,226,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588850; }

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

This text font color is #588850.


Background Color

.myBgColor { background-color: #588850; }

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

This div background color is #588850.


Border color

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

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

This div border color is #588850.


Opacity

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

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

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

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

This text has shadow with #588850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588850 on black background.


Color preview on white background

This text has color #588850 on white background.



Black color preview on #588850 background

This text has black color on #588850 background.


White color preview on #588850 background

This text has white color on #588850 background.