COLOR #588340

HEX: #588340
RGB: (88,131,64)

Color info

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

RGB color model

#588340 color RGB value is (88,131,64).

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

RGB channels and saturation

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

88
131
64

R + G + B ~ 37%. #588340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 64 = 283 (100%)
R 88 of 283 ~ 31.1%
G 131 of 283 ~ 46.29%
B 64 of 283 ~ 22.61%

%31.1
%46.29
%22.61

CMYK color model

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

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

CMYK percentages

%32.82
%0
%51.15
%48.63

Codes

Color #588340 in popluar color models

588340
RGB8813164
HSL99°34.36%38.24%
HSB/HSV99°51.15%51.37%
CMYK32.82%0.00%51.15%
48.63%

Color #588340 in popluar number systems.

HEX588340
Decimal8813164
Binary1011000100000111000000
Octal130203100

Shades and tints

Shades of #588340

#588340
(88,131,64)
#50783B
(80,120,59)
#486D36
(72,109,54)
#406231
(64,98,49)
#38572C
(56,87,44)
#304C27
(48,76,39)
#284122
(40,65,34)
#20361D
(32,54,29)
#182B18
(24,43,24)
#102013
(16,32,19)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #588340

#588340
(88,131,64)
#678E51
(103,142,81)
#769962
(118,153,98)
#85A473
(133,164,115)
#94AF84
(148,175,132)
#A3BA95
(163,186,149)
#B2C5A6
(178,197,166)
#C1D0B7
(193,208,183)
#D0DBC8
(208,219,200)
#DFE6D9
(223,230,217)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588340; }

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

This text font color is #588340.


Background Color

.myBgColor { background-color: #588340; }

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

This div background color is #588340.


Border color

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

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

This div border color is #588340.


Opacity

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

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

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

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

This text has shadow with #588340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588340 on black background.


Color preview on white background

This text has color #588340 on white background.



Black color preview on #588340 background

This text has black color on #588340 background.


White color preview on #588340 background

This text has white color on #588340 background.