COLOR #88A572

HEX: #88A572 RGB: (136,165,114)

Color info

#88A572 contains red, green and blue colors in about the same proportion. Web safe color of #88A572 is #999966 (or #996).

RGB color model

#88A572 color RGB value is (136,165,114).

RGB: (136,165,114) (53%, 65%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 114 of 255 = 45%

136
165
114

R + G + B ~ 54%. #88A572 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 114 = 415 (100%)
R 136 of 415 ~ 32.77%
G 165 of 415 ~ 39.76%
B 114 of 415 ~ 27.47'%

%32.77
%39.76
%27.47

CMYK color model

#88A572 color CMYK value is (18,0,31,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 35.29%

CMYK: (18,0,31,35)
C18M0Y31K35 (18%, 0%, 31%, 35%)
(0.18 / 0.00 / 0.31 / 0.35)

CMYK percentages

%17.58
%0
%30.91
%35.29

Codes

Color #88A572 in popluar color models

88 A5 72
RGB 136 165 114
HSL 94° 22.08% 54.71%
HSB/HSV 94° 30.91% 64.71%
CMYK 17.58% 0.00% 30.91%
35.29%

Color #88A572 in popluar number systems.

HEX 88 A5 72
Decimal 136 165 114
Binary 10001000 10100101 1110010
Octal 210 245 162

Shades and tints

Shades of #88A572

#88A572
(136,165,114)
#7C9668
(124,150,104)
#70875E
(112,135,94)
#647854
(100,120,84)
#58694A
(88,105,74)
#4C5A40
(76,90,64)
#404B36
(64,75,54)
#343C2C
(52,60,44)
#282D22
(40,45,34)
#1C1E18
(28,30,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #88A572

#88A572
(136,165,114)
#92AD7E
(146,173,126)
#9CB58A
(156,181,138)
#A6BD96
(166,189,150)
#B0C5A2
(176,197,162)
#BACDAE
(186,205,174)
#C4D5BA
(196,213,186)
#CEDDC6
(206,221,198)
#D8E5D2
(216,229,210)
#E2EDDE
(226,237,222)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A572 color. Also use rgb(136,165,114) instead hex code.

Text Font Color

.myTextColor { color: #88A572; }

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

This text font color is #88A572.

Background Color

.myBgColor { background-color: #88A572; }

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

This div background color is #88A572.

Border color

.myBorderColor { border: 1px solid #88A572; }

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

This div border color is #88A572.

Opacity

.myOpacity80 { color: #88A572; opacity: 0.8; }

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

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

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

This text has shadow with #88A572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A572.

Preview

Color preview on black background

This text has color #88A572 on black background.


Color preview on white background

This text has color #88A572 on white background.


Black color preview on #88A572 background

This text has black color on #88A572 background.


White color preview on #88A572 background

This text has white color on #88A572 background.


Related colors

Complementary color

Complementary color for #hex is #775A8D.


I love getcolorcode.com

Triadic colors

1 #7288A5 and #A57288 with #88A572 are triadic colors.

2 #72A588 and #A58872 with #88A572 are triadic colors.