COLOR #88A480

HEX: #88A480 RGB: (136,164,128)

Color info

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

RGB color model

#88A480 color RGB value is (136,164,128).

RGB: (136,164,128) (53%, 64%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 128 of 255 = 50%

136
164
128

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

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 128 = 428 (100%)
R 136 of 428 ~ 31.78%
G 164 of 428 ~ 38.32%
B 128 of 428 ~ 29.91'%

%31.78
%38.32
%29.91

CMYK color model

#88A480 color CMYK value is (17,0,22,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (17,0,22,36)
C17M0Y22K36 (17%, 0%, 22%, 36%)
(0.17 / 0.00 / 0.22 / 0.36)

CMYK percentages

%17.07
%0
%21.95
%35.69

Codes

Color #88A480 in popluar color models

88 A4 80
RGB 136 164 128
HSL 107° 16.51% 57.25%
HSB/HSV 107° 21.95% 64.31%
CMYK 17.07% 0.00% 21.95%
35.69%

Color #88A480 in popluar number systems.

HEX 88 A4 80
Decimal 136 164 128
Binary 10001000 10100100 10000000
Octal 210 244 200

Shades and tints

Shades of #88A480

#88A480
(136,164,128)
#7C9675
(124,150,117)
#70886A
(112,136,106)
#647A5F
(100,122,95)
#586C54
(88,108,84)
#4C5E49
(76,94,73)
#40503E
(64,80,62)
#344233
(52,66,51)
#283428
(40,52,40)
#1C261D
(28,38,29)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88A480

#88A480
(136,164,128)
#92AC8B
(146,172,139)
#9CB496
(156,180,150)
#A6BCA1
(166,188,161)
#B0C4AC
(176,196,172)
#BACCB7
(186,204,183)
#C4D4C2
(196,212,194)
#CEDCCD
(206,220,205)
#D8E4D8
(216,228,216)
#E2ECE3
(226,236,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A480 color. Also use rgb(136,164,128) instead hex code.

Text Font Color

.myTextColor { color: #88A480; }

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

This text font color is #88A480.

Background Color

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

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

This div background color is #88A480.

Border color

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

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

This div border color is #88A480.

Opacity

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

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

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

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

This text has shadow with #88A480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A480.

Preview

Color preview on black background

This text has color #88A480 on black background.


Color preview on white background

This text has color #88A480 on white background.


Black color preview on #88A480 background

This text has black color on #88A480 background.


White color preview on #88A480 background

This text has white color on #88A480 background.


Related colors

Complementary color

Complementary color for #hex is #775B7F.


I love getcolorcode.com

Triadic colors

1 #8088A4 and #A48088 with #88A480 are triadic colors.

2 #80A488 and #A48880 with #88A480 are triadic colors.