COLOR #89706D

HEX: #89706D RGB: (137,112,109)

Color info

#89706D contains red, green and blue colors in about the same proportion. Web safe color of #89706D is #996666 (or #966).

RGB color model

#89706D color RGB value is (137,112,109).

RGB: (137,112,109) (54%, 44%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 109 of 255 = 43%

137
112
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 112 + 109 = 358 (100%)
R 137 of 358 ~ 38.27%
G 112 of 358 ~ 31.28%
B 109 of 358 ~ 30.45'%

%38.27
%31.28
%30.45

CMYK color model

#89706D color CMYK value is (0,18,20,46).

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

CMYK: (0,18,20,46)
C0M18Y20K46 (0%, 18%, 20%, 46%)
(0.00 / 0.18 / 0.20 / 0.46)

CMYK percentages

%0
%18.25
%20.44
%46.27

Codes

Color #89706D in popluar color models

89 70 6D
RGB 137 112 109
HSL 11.38% 48.24%
HSB/HSV 20.44% 53.73%
CMYK 0.00% 18.25% 20.44%
46.27%

Color #89706D in popluar number systems.

HEX 89 70 6D
Decimal 137 112 109
Binary 10001001 1110000 1101101
Octal 211 160 155

Shades and tints

Shades of #89706D

#89706D
(137,112,109)
#7D6664
(125,102,100)
#715C5B
(113,92,91)
#655252
(101,82,82)
#594849
(89,72,73)
#4D3E40
(77,62,64)
#413437
(65,52,55)
#352A2E
(53,42,46)
#292025
(41,32,37)
#1D161C
(29,22,28)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #89706D

#89706D
(137,112,109)
#937D7A
(147,125,122)
#9D8A87
(157,138,135)
#A79794
(167,151,148)
#B1A4A1
(177,164,161)
#BBB1AE
(187,177,174)
#C5BEBB
(197,190,187)
#CFCBC8
(207,203,200)
#D9D8D5
(217,216,213)
#E3E5E2
(227,229,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89706D; }

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

This text font color is #89706D.

Background Color

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

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

This div background color is #89706D.

Border color

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

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

This div border color is #89706D.

Opacity

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

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

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

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

This text has shadow with #89706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89706D.

Preview

Color preview on black background

This text has color #89706D on black background.


Color preview on white background

This text has color #89706D on white background.


Black color preview on #89706D background

This text has black color on #89706D background.


White color preview on #89706D background

This text has white color on #89706D background.


Related colors

Complementary color

Complementary color for #hex is #768F92.


I love getcolorcode.com

Triadic colors

1 #6D8970 and #706D89 with #89706D are triadic colors.

2 #6D7089 and #70896D with #89706D are triadic colors.