COLOR #88AA53

HEX: #88AA53
RGB: (136,170,83)

Color info

#88AA53 contains mainly red and green colors. Web safe color of #88AA53 is #999966 (or #996).

RGB color model

#88AA53 color RGB value is (136,170,83).

  • red value is 136;
  • green value is 170;
  • blue value is 83.
RGB:
(136,170,83)
(53%,67%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 83 of 255 = 33%

136
170
83

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

Portions of RGB colors in percentages

R + G + B =
136 + 170 + 83 = 389 (100%)
R 136 of 389 ~ 34.96%
G 170 of 389 ~ 43.7%
B 83 of 389 ~ 21.34%

%34.96
%43.7
%21.34

CMYK color model

#88AA53 color CMYK value is (20,0,51,33).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(20,0,51,33)
C20M0Y51K33 
(20%,0%,51%,33%)
(0.20/0.00/0.51/0.33)	

CMYK percentages

%20
%0
%51.18
%33.33

Codes

Color #88AA53 in popluar color models

88AA53
RGB13617083
HSL83°34.39%49.61%
HSB/HSV83°51.18%66.67%
CMYK20.00%0.00%51.18%
33.33%

Color #88AA53 in popluar number systems.

HEX88AA53
Decimal13617083
Binary10001000101010101010011
Octal210252123

Shades and tints

Shades of #88AA53

#88AA53
(136,170,83)
#7C9B4C
(124,155,76)
#708C45
(112,140,69)
#647D3E
(100,125,62)
#586E37
(88,110,55)
#4C5F30
(76,95,48)
#405029
(64,80,41)
#344122
(52,65,34)
#28321B
(40,50,27)
#1C2314
(28,35,20)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88AA53

#88AA53
(136,170,83)
#92B162
(146,177,98)
#9CB871
(156,184,113)
#A6BF80
(166,191,128)
#B0C68F
(176,198,143)
#BACD9E
(186,205,158)
#C4D4AD
(196,212,173)
#CEDBBC
(206,219,188)
#D8E2CB
(216,226,203)
#E2E9DA
(226,233,218)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AA53 color. Also use rgb(136,170,83) instead hex code.

Text Font Color

.myTextColor { color: #88AA53; }

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

This text font color is #88AA53.


Background Color

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

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

This div background color is #88AA53.


Border color

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

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

This div border color is #88AA53.


Opacity

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

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

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

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

This text has shadow with #88AA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AA53 on black background.


Color preview on white background

This text has color #88AA53 on white background.



Black color preview on #88AA53 background

This text has black color on #88AA53 background.


White color preview on #88AA53 background

This text has white color on #88AA53 background.