COLOR #588A4F

HEX: #588A4F
RGB: (88,138,79)

Color info

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

RGB color model

#588A4F color RGB value is (88,138,79).

  • red value is 88;
  • green value is 138;
  • blue value is 79.
RGB:
(88,138,79)
(35%,54%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 138 of 255 = 54%
B 79 of 255 = 31%

88
138
79

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

Portions of RGB colors in percentages

R + G + B =
88 + 138 + 79 = 305 (100%)
R 88 of 305 ~ 28.85%
G 138 of 305 ~ 45.25%
B 79 of 305 ~ 25.9%

%28.85
%45.25
%25.9

CMYK color model

#588A4F color CMYK value is (36,0,43,46).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 42.75%
  • key color value is 45.88%
CMYK:
(36,0,43,46)
C36M0Y43K46 
(36%,0%,43%,46%)
(0.36/0.00/0.43/0.46)	

CMYK percentages

%36.23
%0
%42.75
%45.88

Codes

Color #588A4F in popluar color models

588A4F
RGB8813879
HSL111°27.19%42.55%
HSB/HSV111°42.75%54.12%
CMYK36.23%0.00%42.75%
45.88%

Color #588A4F in popluar number systems.

HEX588A4F
Decimal8813879
Binary1011000100010101001111
Octal130212117

Shades and tints

Shades of #588A4F

#588A4F
(88,138,79)
#507E48
(80,126,72)
#487241
(72,114,65)
#40663A
(64,102,58)
#385A33
(56,90,51)
#304E2C
(48,78,44)
#284225
(40,66,37)
#20361E
(32,54,30)
#182A17
(24,42,23)
#101E10
(16,30,16)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #588A4F

#588A4F
(88,138,79)
#67945F
(103,148,95)
#769E6F
(118,158,111)
#85A87F
(133,168,127)
#94B28F
(148,178,143)
#A3BC9F
(163,188,159)
#B2C6AF
(178,198,175)
#C1D0BF
(193,208,191)
#D0DACF
(208,218,207)
#DFE4DF
(223,228,223)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A4F color. Also use rgb(88,138,79) instead hex code.

Text Font Color

.myTextColor { color: #588A4F; }

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

This text font color is #588A4F.


Background Color

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

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

This div background color is #588A4F.


Border color

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

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

This div border color is #588A4F.


Opacity

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

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

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

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

This text has shadow with #588A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A4F on black background.


Color preview on white background

This text has color #588A4F on white background.



Black color preview on #588A4F background

This text has black color on #588A4F background.


White color preview on #588A4F background

This text has white color on #588A4F background.