COLOR #88A46F

HEX: #88A46F
RGB: (136,164,111)

Color info

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

RGB color model

#88A46F color RGB value is (136,164,111).

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

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 111 of 255 = 44%

136
164
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 111 = 411 (100%)
R 136 of 411 ~ 33.09%
G 164 of 411 ~ 39.9%
B 111 of 411 ~ 27.01%

%33.09
%39.9
%27.01

CMYK color model

#88A46F color CMYK value is (17,0,32,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK:
(17,0,32,36)
C17M0Y32K36 
(17%,0%,32%,36%)
(0.17/0.00/0.32/0.36)	

CMYK percentages

%17.07
%0
%32.32
%35.69

Codes

Color #88A46F in popluar color models

88A46F
RGB136164111
HSL92°22.55%53.92%
HSB/HSV92°32.32%64.31%
CMYK17.07%0.00%32.32%
35.69%

Color #88A46F in popluar number systems.

HEX88A46F
Decimal136164111
Binary10001000101001001101111
Octal210244157

Shades and tints

Shades of #88A46F

#88A46F
(136,164,111)
#7C9665
(124,150,101)
#70885B
(112,136,91)
#647A51
(100,122,81)
#586C47
(88,108,71)
#4C5E3D
(76,94,61)
#405033
(64,80,51)
#344229
(52,66,41)
#28341F
(40,52,31)
#1C2615
(28,38,21)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #88A46F

#88A46F
(136,164,111)
#92AC7C
(146,172,124)
#9CB489
(156,180,137)
#A6BC96
(166,188,150)
#B0C4A3
(176,196,163)
#BACCB0
(186,204,176)
#C4D4BD
(196,212,189)
#CEDCCA
(206,220,202)
#D8E4D7
(216,228,215)
#E2ECE4
(226,236,228)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A46F; }

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

This text font color is #88A46F.


Background Color

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

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

This div background color is #88A46F.


Border color

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

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

This div border color is #88A46F.


Opacity

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

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

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

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

This text has shadow with #88A46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A46F on black background.


Color preview on white background

This text has color #88A46F on white background.



Black color preview on #88A46F background

This text has black color on #88A46F background.


White color preview on #88A46F background

This text has white color on #88A46F background.