COLOR #88A84D

HEX: #88A84D
RGB: (136,168,77)

Color info

#88A84D contains mainly red and green colors. Web safe color of #88A84D is #999933 (or #993).

RGB color model

#88A84D color RGB value is (136,168,77).

  • red value is 136;
  • green value is 168;
  • blue value is 77.
RGB:
(136,168,77)
(53%,66%,30%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 77 of 255 = 30%

136
168
77

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 77 = 381 (100%)
R 136 of 381 ~ 35.7%
G 168 of 381 ~ 44.09%
B 77 of 381 ~ 20.21%

%35.7
%44.09
%20.21

CMYK color model

#88A84D color CMYK value is (19,0,54,34).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 34.12%
CMYK:
(19,0,54,34)
C19M0Y54K34 
(19%,0%,54%,34%)
(0.19/0.00/0.54/0.34)	

CMYK percentages

%19.05
%0
%54.17
%34.12

Codes

Color #88A84D in popluar color models

88A84D
RGB13616877
HSL81°37.14%48.04%
HSB/HSV81°54.17%65.88%
CMYK19.05%0.00%54.17%
34.12%

Color #88A84D in popluar number systems.

HEX88A84D
Decimal13616877
Binary10001000101010001001101
Octal210250115

Shades and tints

Shades of #88A84D

#88A84D
(136,168,77)
#7C9946
(124,153,70)
#708A3F
(112,138,63)
#647B38
(100,123,56)
#586C31
(88,108,49)
#4C5D2A
(76,93,42)
#404E23
(64,78,35)
#343F1C
(52,63,28)
#283015
(40,48,21)
#1C210E
(28,33,14)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #88A84D

#88A84D
(136,168,77)
#92AF5D
(146,175,93)
#9CB66D
(156,182,109)
#A6BD7D
(166,189,125)
#B0C48D
(176,196,141)
#BACB9D
(186,203,157)
#C4D2AD
(196,210,173)
#CED9BD
(206,217,189)
#D8E0CD
(216,224,205)
#E2E7DD
(226,231,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A84D color. Also use rgb(136,168,77) instead hex code.

Text Font Color

.myTextColor { color: #88A84D; }

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

This text font color is #88A84D.


Background Color

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

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

This div background color is #88A84D.


Border color

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

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

This div border color is #88A84D.


Opacity

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

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

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

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

This text has shadow with #88A84D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A84D on black background.


Color preview on white background

This text has color #88A84D on white background.



Black color preview on #88A84D background

This text has black color on #88A84D background.


White color preview on #88A84D background

This text has white color on #88A84D background.