COLOR #88A46D

HEX: #88A46D
RGB: (136,164,109)

Color info

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

RGB color model

#88A46D color RGB value is (136,164,109).

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

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 109 of 255 = 43%

136
164
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 109 = 409 (100%)
R 136 of 409 ~ 33.25%
G 164 of 409 ~ 40.1%
B 109 of 409 ~ 26.65%

%33.25
%40.1
%26.65

CMYK color model

#88A46D color CMYK value is (17,0,34,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(17,0,34,36)
C17M0Y34K36 
(17%,0%,34%,36%)
(0.17/0.00/0.34/0.36)	

CMYK percentages

%17.07
%0
%33.54
%35.69

Codes

Color #88A46D in popluar color models

88A46D
RGB136164109
HSL91°23.21%53.53%
HSB/HSV91°33.54%64.31%
CMYK17.07%0.00%33.54%
35.69%

Color #88A46D in popluar number systems.

HEX88A46D
Decimal136164109
Binary10001000101001001101101
Octal210244155

Shades and tints

Shades of #88A46D

#88A46D
(136,164,109)
#7C9664
(124,150,100)
#70885B
(112,136,91)
#647A52
(100,122,82)
#586C49
(88,108,73)
#4C5E40
(76,94,64)
#405037
(64,80,55)
#34422E
(52,66,46)
#283425
(40,52,37)
#1C261C
(28,38,28)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #88A46D

#88A46D
(136,164,109)
#92AC7A
(146,172,122)
#9CB487
(156,180,135)
#A6BC94
(166,188,148)
#B0C4A1
(176,196,161)
#BACCAE
(186,204,174)
#C4D4BB
(196,212,187)
#CEDCC8
(206,220,200)
#D8E4D5
(216,228,213)
#E2ECE2
(226,236,226)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A46D; }

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

This text font color is #88A46D.


Background Color

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

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

This div background color is #88A46D.


Border color

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

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

This div border color is #88A46D.


Opacity

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

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

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

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

This text has shadow with #88A46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A46D on black background.


Color preview on white background

This text has color #88A46D on white background.



Black color preview on #88A46D background

This text has black color on #88A46D background.


White color preview on #88A46D background

This text has white color on #88A46D background.