COLOR #588802

HEX: #588802
RGB: (88,136,2)

Color info

#588802 contains mainly red and green colors. Web safe color of #588802 is #669900 (or #690).

RGB color model

#588802 color RGB value is (88,136,2).

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

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 2 of 255 = 1%

88
136
2

R + G + B ~ 30%. #588802 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 2 = 226 (100%)
R 88 of 226 ~ 38.94%
G 136 of 226 ~ 60.18%
B 2 of 226 ~ 0.88%

%38.94
%60.18

CMYK color model

#588802 color CMYK value is (35,0,99,47).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 98.53%
  • key color value is 46.67%
CMYK:
(35,0,99,47)
C35M0Y99K47 
(35%,0%,99%,47%)
(0.35/0.00/0.99/0.47)	

CMYK percentages

%35.29
%0
%98.53
%46.67

Codes

Color #588802 in popluar color models

588802
RGB881362
HSL81°97.10%27.06%
HSB/HSV81°98.53%53.33%
CMYK35.29%0.00%98.53%
46.67%

Color #588802 in popluar number systems.

HEX588802
Decimal881362
Binary10110001000100010
Octal1302102

Shades and tints

Shades of #588802

#588802
(88,136,2)
#507C02
(80,124,2)
#487002
(72,112,2)
#406402
(64,100,2)
#385802
(56,88,2)
#304C02
(48,76,2)
#284002
(40,64,2)
#203402
(32,52,2)
#182802
(24,40,2)
#101C02
(16,28,2)
#081002
(8,16,2)
#000000
(0,0,0)

Tints of #588802

#588802
(88,136,2)
#679219
(103,146,25)
#769C30
(118,156,48)
#85A647
(133,166,71)
#94B05E
(148,176,94)
#A3BA75
(163,186,117)
#B2C48C
(178,196,140)
#C1CEA3
(193,206,163)
#D0D8BA
(208,216,186)
#DFE2D1
(223,226,209)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588802; }

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

This text font color is #588802.


Background Color

.myBgColor { background-color: #588802; }

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

This div background color is #588802.


Border color

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

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

This div border color is #588802.


Opacity

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

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

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

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

This text has shadow with #588802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588802 on black background.


Color preview on white background

This text has color #588802 on white background.



Black color preview on #588802 background

This text has black color on #588802 background.


White color preview on #588802 background

This text has white color on #588802 background.