COLOR #88A45F

HEX: #88A45F
RGB: (136,164,95)

Color info

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

RGB color model

#88A45F color RGB value is (136,164,95).

  • red value is 136;
  • green value is 164;
  • blue value is 95.
RGB:
(136,164,95)
(53%,64%,37%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 95 of 255 = 37%

136
164
95

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 95 = 395 (100%)
R 136 of 395 ~ 34.43%
G 164 of 395 ~ 41.52%
B 95 of 395 ~ 24.05%

%34.43
%41.52
%24.05

CMYK color model

#88A45F color CMYK value is (17,0,42,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK:
(17,0,42,36)
C17M0Y42K36 
(17%,0%,42%,36%)
(0.17/0.00/0.42/0.36)	

CMYK percentages

%17.07
%0
%42.07
%35.69

Codes

Color #88A45F in popluar color models

88A45F
RGB13616495
HSL84°27.49%50.78%
HSB/HSV84°42.07%64.31%
CMYK17.07%0.00%42.07%
35.69%

Color #88A45F in popluar number systems.

HEX88A45F
Decimal13616495
Binary10001000101001001011111
Octal210244137

Shades and tints

Shades of #88A45F

#88A45F
(136,164,95)
#7C9657
(124,150,87)
#70884F
(112,136,79)
#647A47
(100,122,71)
#586C3F
(88,108,63)
#4C5E37
(76,94,55)
#40502F
(64,80,47)
#344227
(52,66,39)
#28341F
(40,52,31)
#1C2617
(28,38,23)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #88A45F

#88A45F
(136,164,95)
#92AC6D
(146,172,109)
#9CB47B
(156,180,123)
#A6BC89
(166,188,137)
#B0C497
(176,196,151)
#BACCA5
(186,204,165)
#C4D4B3
(196,212,179)
#CEDCC1
(206,220,193)
#D8E4CF
(216,228,207)
#E2ECDD
(226,236,221)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A45F; }

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

This text font color is #88A45F.


Background Color

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

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

This div background color is #88A45F.


Border color

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

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

This div border color is #88A45F.


Opacity

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

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

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

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

This text has shadow with #88A45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A45F on black background.


Color preview on white background

This text has color #88A45F on white background.



Black color preview on #88A45F background

This text has black color on #88A45F background.


White color preview on #88A45F background

This text has white color on #88A45F background.