COLOR #88A371

HEX: #88A371 RGB: (136,163,113)

Color info

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

RGB color model

#88A371 color RGB value is (136,163,113).

RGB: (136,163,113) (53%, 64%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 113 of 255 = 44%

136
163
113

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

Portions of RGB colors in percentages

R + G + B = 136 + 163 + 113 = 412 (100%)
R 136 of 412 ~ 33.01%
G 163 of 412 ~ 39.56%
B 113 of 412 ~ 27.43'%

%33.01
%39.56
%27.43

CMYK color model

#88A371 color CMYK value is (17,0,31,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%

CMYK: (17,0,31,36)
C17M0Y31K36 (17%, 0%, 31%, 36%)
(0.17 / 0.00 / 0.31 / 0.36)

CMYK percentages

%16.56
%0
%30.67
%36.08

Codes

Color #88A371 in popluar color models

88 A3 71
RGB 136 163 113
HSL 92° 21.37% 54.12%
HSB/HSV 92° 30.67% 63.92%
CMYK 16.56% 0.00% 30.67%
36.08%

Color #88A371 in popluar number systems.

HEX 88 A3 71
Decimal 136 163 113
Binary 10001000 10100011 1110001
Octal 210 243 161

Shades and tints

Shades of #88A371

#88A371
(136,163,113)
#7C9567
(124,149,103)
#70875D
(112,135,93)
#647953
(100,121,83)
#586B49
(88,107,73)
#4C5D3F
(76,93,63)
#404F35
(64,79,53)
#34412B
(52,65,43)
#283321
(40,51,33)
#1C2517
(28,37,23)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #88A371

#88A371
(136,163,113)
#92AB7D
(146,171,125)
#9CB389
(156,179,137)
#A6BB95
(166,187,149)
#B0C3A1
(176,195,161)
#BACBAD
(186,203,173)
#C4D3B9
(196,211,185)
#CEDBC5
(206,219,197)
#D8E3D1
(216,227,209)
#E2EBDD
(226,235,221)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A371 color. Also use rgb(136,163,113) instead hex code.

Text Font Color

.myTextColor { color: #88A371; }

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

This text font color is #88A371.

Background Color

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

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

This div background color is #88A371.

Border color

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

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

This div border color is #88A371.

Opacity

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

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

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

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

This text has shadow with #88A371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A371.

Preview

Color preview on black background

This text has color #88A371 on black background.


Color preview on white background

This text has color #88A371 on white background.


Black color preview on #88A371 background

This text has black color on #88A371 background.


White color preview on #88A371 background

This text has white color on #88A371 background.


Related colors

Complementary color

Complementary color for #hex is #775C8E.


I love getcolorcode.com

Triadic colors

1 #7188A3 and #A37188 with #88A371 are triadic colors.

2 #71A388 and #A38871 with #88A371 are triadic colors.