COLOR #588A72

HEX: #588A72 RGB: (88,138,114)

Color info

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

RGB color model

#588A72 color RGB value is (88,138,114).

RGB: (88,138,114) (35%, 54%, 45%)

RGB channels and saturation

R 88 of 255 = 35%
G 138 of 255 = 54%
B 114 of 255 = 45%

88
138
114

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

Portions of RGB colors in percentages

R + G + B = 88 + 138 + 114 = 340 (100%)
R 88 of 340 ~ 25.88%
G 138 of 340 ~ 40.59%
B 114 of 340 ~ 33.53'%

%25.88
%40.59
%33.53

CMYK color model

#588A72 color CMYK value is (36,0,17,46).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 45.88%

CMYK: (36,0,17,46)
C36M0Y17K46 (36%, 0%, 17%, 46%)
(0.36 / 0.00 / 0.17 / 0.46)

CMYK percentages

%36.23
%0
%17.39
%45.88

Codes

Color #588A72 in popluar color models

58 8A 72
RGB 88 138 114
HSL 151° 22.12% 44.31%
HSB/HSV 151° 36.23% 54.12%
CMYK 36.23% 0.00% 17.39%
45.88%

Color #588A72 in popluar number systems.

HEX 58 8A 72
Decimal 88 138 114
Binary 1011000 10001010 1110010
Octal 130 212 162

Shades and tints

Shades of #588A72

#588A72
(88,138,114)
#507E68
(80,126,104)
#48725E
(72,114,94)
#406654
(64,102,84)
#385A4A
(56,90,74)
#304E40
(48,78,64)
#284236
(40,66,54)
#20362C
(32,54,44)
#182A22
(24,42,34)
#101E18
(16,30,24)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #588A72

#588A72
(88,138,114)
#67947E
(103,148,126)
#769E8A
(118,158,138)
#85A896
(133,168,150)
#94B2A2
(148,178,162)
#A3BCAE
(163,188,174)
#B2C6BA
(178,198,186)
#C1D0C6
(193,208,198)
#D0DAD2
(208,218,210)
#DFE4DE
(223,228,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588A72; }

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

This text font color is #588A72.

Background Color

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

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

This div background color is #588A72.

Border color

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

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

This div border color is #588A72.

Opacity

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

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

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

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

This text has shadow with #588A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #588A72.

Preview

Color preview on black background

This text has color #588A72 on black background.


Color preview on white background

This text has color #588A72 on white background.


Black color preview on #588A72 background

This text has black color on #588A72 background.


White color preview on #588A72 background

This text has white color on #588A72 background.


Related colors

Complementary color

Complementary color for #hex is #A7758D.


I love getcolorcode.com

Triadic colors

1 #72588A and #8A7258 with #588A72 are triadic colors.

2 #728A58 and #8A5872 with #588A72 are triadic colors.