COLOR #88AC4D

HEX: #88AC4D RGB: (136,172,77)

Color info

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

RGB color model

#88AC4D color RGB value is (136,172,77).

RGB: (136,172,77) (53%, 67%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 77 of 255 = 30%

136
172
77

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

Portions of RGB colors in percentages

R + G + B = 136 + 172 + 77 = 385 (100%)
R 136 of 385 ~ 35.32%
G 172 of 385 ~ 44.68%
B 77 of 385 ~ 20'%

%35.32
%44.68
%20

CMYK color model

#88AC4D color CMYK value is (21,0,55,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 55.23%
  • key color value is 32.55%

CMYK: (21,0,55,33)
C21M0Y55K33 (21%, 0%, 55%, 33%)
(0.21 / 0.00 / 0.55 / 0.33)

CMYK percentages

%20.93
%0
%55.23
%32.55

Codes

Color #88AC4D in popluar color models

88 AC 4D
RGB 136 172 77
HSL 83° 38.15% 48.82%
HSB/HSV 83° 55.23% 67.45%
CMYK 20.93% 0.00% 55.23%
32.55%

Color #88AC4D in popluar number systems.

HEX 88 AC 4D
Decimal 136 172 77
Binary 10001000 10101100 1001101
Octal 210 254 115

Shades and tints

Shades of #88AC4D

#88AC4D
(136,172,77)
#7C9D46
(124,157,70)
#708E3F
(112,142,63)
#647F38
(100,127,56)
#587031
(88,112,49)
#4C612A
(76,97,42)
#405223
(64,82,35)
#34431C
(52,67,28)
#283415
(40,52,21)
#1C250E
(28,37,14)
#101607
(16,22,7)
#000000
(0,0,0)

Tints of #88AC4D

#88AC4D
(136,172,77)
#92B35D
(146,179,93)
#9CBA6D
(156,186,109)
#A6C17D
(166,193,125)
#B0C88D
(176,200,141)
#BACF9D
(186,207,157)
#C4D6AD
(196,214,173)
#CEDDBD
(206,221,189)
#D8E4CD
(216,228,205)
#E2EBDD
(226,235,221)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AC4D; }

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

This text font color is #88AC4D.

Background Color

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

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

This div background color is #88AC4D.

Border color

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

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

This div border color is #88AC4D.

Opacity

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

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

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

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

This text has shadow with #88AC4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AC4D.

Preview

Color preview on black background

This text has color #88AC4D on black background.


Color preview on white background

This text has color #88AC4D on white background.


Black color preview on #88AC4D background

This text has black color on #88AC4D background.


White color preview on #88AC4D background

This text has white color on #88AC4D background.


Related colors

Complementary color

Complementary color for #hex is #7753B2.


I love getcolorcode.com

Triadic colors

1 #4D88AC and #AC4D88 with #88AC4D are triadic colors.

2 #4DAC88 and #AC884D with #88AC4D are triadic colors.