COLOR #89816D

HEX: #89816D RGB: (137,129,109)

Color info

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

RGB color model

#89816D color RGB value is (137,129,109).

RGB: (137,129,109) (54%, 51%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 109 of 255 = 43%

137
129
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 129 + 109 = 375 (100%)
R 137 of 375 ~ 36.53%
G 129 of 375 ~ 34.4%
B 109 of 375 ~ 29.07'%

%36.53
%34.4
%29.07

CMYK color model

#89816D color CMYK value is (0,6,20,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 20.44%
  • key color value is 46.27%

CMYK: (0,6,20,46)
C0M6Y20K46 (0%, 6%, 20%, 46%)
(0.00 / 0.06 / 0.20 / 0.46)

CMYK percentages

%0
%5.84
%20.44
%46.27

Codes

Color #89816D in popluar color models

89 81 6D
RGB 137 129 109
HSL 43° 11.38% 48.24%
HSB/HSV 43° 20.44% 53.73%
CMYK 0.00% 5.84% 20.44%
46.27%

Color #89816D in popluar number systems.

HEX 89 81 6D
Decimal 137 129 109
Binary 10001001 10000001 1101101
Octal 211 201 155

Shades and tints

Shades of #89816D

#89816D
(137,129,109)
#7D7664
(125,118,100)
#716B5B
(113,107,91)
#656052
(101,96,82)
#595549
(89,85,73)
#4D4A40
(77,74,64)
#413F37
(65,63,55)
#35342E
(53,52,46)
#292925
(41,41,37)
#1D1E1C
(29,30,28)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #89816D

#89816D
(137,129,109)
#938C7A
(147,140,122)
#9D9787
(157,151,135)
#A7A294
(167,162,148)
#B1ADA1
(177,173,161)
#BBB8AE
(187,184,174)
#C5C3BB
(197,195,187)
#CFCEC8
(207,206,200)
#D9D9D5
(217,217,213)
#E3E4E2
(227,228,226)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89816D; }

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

This text font color is #89816D.

Background Color

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

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

This div background color is #89816D.

Border color

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

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

This div border color is #89816D.

Opacity

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

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

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

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

This text has shadow with #89816D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89816D.

Preview

Color preview on black background

This text has color #89816D on black background.


Color preview on white background

This text has color #89816D on white background.


Black color preview on #89816D background

This text has black color on #89816D background.


White color preview on #89816D background

This text has white color on #89816D background.


Related colors

Complementary color

Complementary color for #hex is #767E92.


I love getcolorcode.com

Triadic colors

1 #6D8981 and #816D89 with #89816D are triadic colors.

2 #6D8189 and #81896D with #89816D are triadic colors.