COLOR #588E48

HEX: #588E48
RGB: (88,142,72)

Color info

#588E48 contains mainly red and green colors. Web safe color of #588E48 is #669933 (or #693).

RGB color model

#588E48 color RGB value is (88,142,72).

  • red value is 88;
  • green value is 142;
  • blue value is 72.
RGB:
(88,142,72)
(35%,56%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 142 of 255 = 56%
B 72 of 255 = 28%

88
142
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 142 + 72 = 302 (100%)
R 88 of 302 ~ 29.14%
G 142 of 302 ~ 47.02%
B 72 of 302 ~ 23.84%

%29.14
%47.02
%23.84

CMYK color model

#588E48 color CMYK value is (38,0,49,44).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 44.31%
CMYK:
(38,0,49,44)
C38M0Y49K44 
(38%,0%,49%,44%)
(0.38/0.00/0.49/0.44)	

CMYK percentages

%38.03
%0
%49.3
%44.31

Codes

Color #588E48 in popluar color models

588E48
RGB8814272
HSL106°32.71%41.96%
HSB/HSV106°49.30%55.69%
CMYK38.03%0.00%49.30%
44.31%

Color #588E48 in popluar number systems.

HEX588E48
Decimal8814272
Binary1011000100011101001000
Octal130216110

Shades and tints

Shades of #588E48

#588E48
(88,142,72)
#508242
(80,130,66)
#48763C
(72,118,60)
#406A36
(64,106,54)
#385E30
(56,94,48)
#30522A
(48,82,42)
#284624
(40,70,36)
#203A1E
(32,58,30)
#182E18
(24,46,24)
#102212
(16,34,18)
#08160C
(8,22,12)
#000000
(0,0,0)

Tints of #588E48

#588E48
(88,142,72)
#679858
(103,152,88)
#76A268
(118,162,104)
#85AC78
(133,172,120)
#94B688
(148,182,136)
#A3C098
(163,192,152)
#B2CAA8
(178,202,168)
#C1D4B8
(193,212,184)
#D0DEC8
(208,222,200)
#DFE8D8
(223,232,216)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588E48 color. Also use rgb(88,142,72) instead hex code.

Text Font Color

.myTextColor { color: #588E48; }

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

This text font color is #588E48.


Background Color

.myBgColor { background-color: #588E48; }

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

This div background color is #588E48.


Border color

.myBorderColor { border: 1px solid #588E48; }

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

This div border color is #588E48.


Opacity

.myOpacity80 { color: #588E48; opacity: 0.8; }

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

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

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

This text has shadow with #588E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588E48 on black background.


Color preview on white background

This text has color #588E48 on white background.



Black color preview on #588E48 background

This text has black color on #588E48 background.


White color preview on #588E48 background

This text has white color on #588E48 background.