COLOR #88966D

HEX: #88966D RGB: (136,150,109)

Color info

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

RGB color model

#88966D color RGB value is (136,150,109).

RGB: (136,150,109) (53%, 59%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 109 of 255 = 43%

136
150
109

R + G + B ~ 52%. #88966D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 109 = 395 (100%)
R 136 of 395 ~ 34.43%
G 150 of 395 ~ 37.97%
B 109 of 395 ~ 27.59'%

%34.43
%37.97
%27.59

CMYK color model

#88966D color CMYK value is (9,0,27,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%

CMYK: (9,0,27,41)
C9M0Y27K41 (9%, 0%, 27%, 41%)
(0.09 / 0.00 / 0.27 / 0.41)

CMYK percentages

%9.33
%0
%27.33
%41.18

Codes

Color #88966D in popluar color models

88 96 6D
RGB 136 150 109
HSL 80° 16.33% 50.78%
HSB/HSV 80° 27.33% 58.82%
CMYK 9.33% 0.00% 27.33%
41.18%

Color #88966D in popluar number systems.

HEX 88 96 6D
Decimal 136 150 109
Binary 10001000 10010110 1101101
Octal 210 226 155

Shades and tints

Shades of #88966D

#88966D
(136,150,109)
#7C8964
(124,137,100)
#707C5B
(112,124,91)
#646F52
(100,111,82)
#586249
(88,98,73)
#4C5540
(76,85,64)
#404837
(64,72,55)
#343B2E
(52,59,46)
#282E25
(40,46,37)
#1C211C
(28,33,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #88966D

#88966D
(136,150,109)
#929F7A
(146,159,122)
#9CA887
(156,168,135)
#A6B194
(166,177,148)
#B0BAA1
(176,186,161)
#BAC3AE
(186,195,174)
#C4CCBB
(196,204,187)
#CED5C8
(206,213,200)
#D8DED5
(216,222,213)
#E2E7E2
(226,231,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88966D color. Also use rgb(136,150,109) instead hex code.

Text Font Color

.myTextColor { color: #88966D; }

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

This text font color is #88966D.

Background Color

.myBgColor { background-color: #88966D; }

<div style="background-color:#88966D">Inner text</div>

This div background color is #88966D.

Border color

.myBorderColor { border: 1px solid #88966D; }

<div style="border:3px solid #88966D">Div</div>

This div border color is #88966D.

Opacity

.myOpacity80 { color: #88966D; opacity: 0.8; }

<p style="color:#88966D;opacity:0.8;">80%</p>

Text with #88966D 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 #88966D;}

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

This text has shadow with #88966D color.


.textShadow {text-shadow: 3px 3px 1px #88966D', 3px 3px 1px red;}

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

This text has shadow with #88966D primary color and red secondary color.


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

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

This text has shadow with #88966D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88966D; -webkit-box-shadow: 1px 1px 3px 2px #88966D; box-shadow:1px 1px 3px 2px #88966D;">
Div content here
</div>

This div box has shadow with color #88966D.

Preview

Color preview on black background

This text has color #88966D on black background.


Color preview on white background

This text has color #88966D on white background.


Black color preview on #88966D background

This text has black color on #88966D background.


White color preview on #88966D background

This text has white color on #88966D background.


Related colors

Complementary color

Complementary color for #hex is #776992.


I love getcolorcode.com

Triadic colors

1 #6D8896 and #966D88 with #88966D are triadic colors.

2 #6D9688 and #96886D with #88966D are triadic colors.