COLOR #588D4F

HEX: #588D4F RGB: (88,141,79)

Color info

#588D4F contains mainly red and green colors. Web safe color of #588D4F is #669966 (or #696).

RGB color model

#588D4F color RGB value is (88,141,79).

RGB: (88,141,79) (35%, 55%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 141 of 255 = 55%
B 79 of 255 = 31%

88
141
79

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

Portions of RGB colors in percentages

R + G + B = 88 + 141 + 79 = 308 (100%)
R 88 of 308 ~ 28.57%
G 141 of 308 ~ 45.78%
B 79 of 308 ~ 25.65'%

%28.57
%45.78
%25.65

CMYK color model

#588D4F color CMYK value is (38,0,44,45).

  • cyan value is 37.59%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%

CMYK: (38,0,44,45)
C38M0Y44K45 (38%, 0%, 44%, 45%)
(0.38 / 0.00 / 0.44 / 0.45)

CMYK percentages

%37.59
%0
%43.97
%44.71

Codes

Color #588D4F in popluar color models

58 8D 4F
RGB 88 141 79
HSL 111° 28.18% 43.14%
HSB/HSV 111° 43.97% 55.29%
CMYK 37.59% 0.00% 43.97%
44.71%

Color #588D4F in popluar number systems.

HEX 58 8D 4F
Decimal 88 141 79
Binary 1011000 10001101 1001111
Octal 130 215 117

Shades and tints

Shades of #588D4F

#588D4F
(88,141,79)
#508148
(80,129,72)
#487541
(72,117,65)
#40693A
(64,105,58)
#385D33
(56,93,51)
#30512C
(48,81,44)
#284525
(40,69,37)
#20391E
(32,57,30)
#182D17
(24,45,23)
#102110
(16,33,16)
#081509
(8,21,9)
#000000
(0,0,0)

Tints of #588D4F

#588D4F
(88,141,79)
#67975F
(103,151,95)
#76A16F
(118,161,111)
#85AB7F
(133,171,127)
#94B58F
(148,181,143)
#A3BF9F
(163,191,159)
#B2C9AF
(178,201,175)
#C1D3BF
(193,211,191)
#D0DDCF
(208,221,207)
#DFE7DF
(223,231,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588D4F; }

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

This text font color is #588D4F.

Background Color

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

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

This div background color is #588D4F.

Border color

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

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

This div border color is #588D4F.

Opacity

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

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

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

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

This text has shadow with #588D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #588D4F.

Preview

Color preview on black background

This text has color #588D4F on black background.


Color preview on white background

This text has color #588D4F on white background.


Black color preview on #588D4F background

This text has black color on #588D4F background.


White color preview on #588D4F background

This text has white color on #588D4F background.


Related colors

Complementary color

Complementary color for #hex is #A772B0.


I love getcolorcode.com

Triadic colors

1 #4F588D and #8D4F58 with #588D4F are triadic colors.

2 #4F8D58 and #8D584F with #588D4F are triadic colors.