COLOR #88A55B

HEX: #88A55B
RGB: (136,165,91)

Color info

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

RGB color model

#88A55B color RGB value is (136,165,91).

  • red value is 136;
  • green value is 165;
  • blue value is 91.
RGB:
(136,165,91)
(53%,65%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 91 of 255 = 36%

136
165
91

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

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 91 = 392 (100%)
R 136 of 392 ~ 34.69%
G 165 of 392 ~ 42.09%
B 91 of 392 ~ 23.21%

%34.69
%42.09
%23.21

CMYK color model

#88A55B color CMYK value is (18,0,45,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 35.29%
CMYK:
(18,0,45,35)
C18M0Y45K35 
(18%,0%,45%,35%)
(0.18/0.00/0.45/0.35)	

CMYK percentages

%17.58
%0
%44.85
%35.29

Codes

Color #88A55B in popluar color models

88A55B
RGB13616591
HSL84°29.13%50.20%
HSB/HSV84°44.85%64.71%
CMYK17.58%0.00%44.85%
35.29%

Color #88A55B in popluar number systems.

HEX88A55B
Decimal13616591
Binary10001000101001011011011
Octal210245133

Shades and tints

Shades of #88A55B

#88A55B
(136,165,91)
#7C9653
(124,150,83)
#70874B
(112,135,75)
#647843
(100,120,67)
#58693B
(88,105,59)
#4C5A33
(76,90,51)
#404B2B
(64,75,43)
#343C23
(52,60,35)
#282D1B
(40,45,27)
#1C1E13
(28,30,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #88A55B

#88A55B
(136,165,91)
#92AD69
(146,173,105)
#9CB577
(156,181,119)
#A6BD85
(166,189,133)
#B0C593
(176,197,147)
#BACDA1
(186,205,161)
#C4D5AF
(196,213,175)
#CEDDBD
(206,221,189)
#D8E5CB
(216,229,203)
#E2EDD9
(226,237,217)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A55B color. Also use rgb(136,165,91) instead hex code.

Text Font Color

.myTextColor { color: #88A55B; }

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

This text font color is #88A55B.


Background Color

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

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

This div background color is #88A55B.


Border color

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

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

This div border color is #88A55B.


Opacity

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

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

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

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

This text has shadow with #88A55B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A55B on black background.


Color preview on white background

This text has color #88A55B on white background.



Black color preview on #88A55B background

This text has black color on #88A55B background.


White color preview on #88A55B background

This text has white color on #88A55B background.