COLOR #89966D

HEX: #89966D RGB: (137,150,109)

Color info

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

RGB color model

#89966D color RGB value is (137,150,109).

RGB: (137,150,109) (54%, 59%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 109 of 255 = 43%

137
150
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 150 + 109 = 396 (100%)
R 137 of 396 ~ 34.6%
G 150 of 396 ~ 37.88%
B 109 of 396 ~ 27.53'%

%34.6
%37.88
%27.53

CMYK color model

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

  • cyan value is 8.67%
  • 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

%8.67
%0
%27.33
%41.18

Codes

Color #89966D in popluar color models

89 96 6D
RGB 137 150 109
HSL 79° 16.33% 50.78%
HSB/HSV 79° 27.33% 58.82%
CMYK 8.67% 0.00% 27.33%
41.18%

Color #89966D in popluar number systems.

HEX 89 96 6D
Decimal 137 150 109
Binary 10001001 10010110 1101101
Octal 211 226 155

Shades and tints

Shades of #89966D

#89966D
(137,150,109)
#7D8964
(125,137,100)
#717C5B
(113,124,91)
#656F52
(101,111,82)
#596249
(89,98,73)
#4D5540
(77,85,64)
#414837
(65,72,55)
#353B2E
(53,59,46)
#292E25
(41,46,37)
#1D211C
(29,33,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89966D

#89966D
(137,150,109)
#939F7A
(147,159,122)
#9DA887
(157,168,135)
#A7B194
(167,177,148)
#B1BAA1
(177,186,161)
#BBC3AE
(187,195,174)
#C5CCBB
(197,204,187)
#CFD5C8
(207,213,200)
#D9DED5
(217,222,213)
#E3E7E2
(227,231,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89966D; }

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

This text font color is #89966D.

Background Color

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

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

This div background color is #89966D.

Border color

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

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

This div border color is #89966D.

Opacity

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

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

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

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

This text has shadow with #89966D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89966D.

Preview

Color preview on black background

This text has color #89966D on black background.


Color preview on white background

This text has color #89966D on white background.


Black color preview on #89966D background

This text has black color on #89966D background.


White color preview on #89966D background

This text has white color on #89966D background.


Related colors

Complementary color

Complementary color for #hex is #766992.


I love getcolorcode.com

Triadic colors

1 #6D8996 and #966D89 with #89966D are triadic colors.

2 #6D9689 and #96896D with #89966D are triadic colors.