COLOR #89716B

HEX: #89716B RGB: (137,113,107)

Color info

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

RGB color model

#89716B color RGB value is (137,113,107).

RGB: (137,113,107) (54%, 44%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 107 of 255 = 42%

137
113
107

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

Portions of RGB colors in percentages

R + G + B = 137 + 113 + 107 = 357 (100%)
R 137 of 357 ~ 38.38%
G 113 of 357 ~ 31.65%
B 107 of 357 ~ 29.97'%

%38.38
%31.65
%29.97

CMYK color model

#89716B color CMYK value is (0,18,22,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (0,18,22,46)
C0M18Y22K46 (0%, 18%, 22%, 46%)
(0.00 / 0.18 / 0.22 / 0.46)

CMYK percentages

%0
%17.52
%21.9
%46.27

Codes

Color #89716B in popluar color models

89 71 6B
RGB 137 113 107
HSL 12° 12.30% 47.84%
HSB/HSV 12° 21.90% 53.73%
CMYK 0.00% 17.52% 21.90%
46.27%

Color #89716B in popluar number systems.

HEX 89 71 6B
Decimal 137 113 107
Binary 10001001 1110001 1101011
Octal 211 161 153

Shades and tints

Shades of #89716B

#89716B
(137,113,107)
#7D6762
(125,103,98)
#715D59
(113,93,89)
#655350
(101,83,80)
#594947
(89,73,71)
#4D3F3E
(77,63,62)
#413535
(65,53,53)
#352B2C
(53,43,44)
#292123
(41,33,35)
#1D171A
(29,23,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #89716B

#89716B
(137,113,107)
#937D78
(147,125,120)
#9D8985
(157,137,133)
#A79592
(167,149,146)
#B1A19F
(177,161,159)
#BBADAC
(187,173,172)
#C5B9B9
(197,185,185)
#CFC5C6
(207,197,198)
#D9D1D3
(217,209,211)
#E3DDE0
(227,221,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89716B color. Also use rgb(137,113,107) instead hex code.

Text Font Color

.myTextColor { color: #89716B; }

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

This text font color is #89716B.

Background Color

.myBgColor { background-color: #89716B; }

<div style="background-color:#89716B">Inner text</div>

This div background color is #89716B.

Border color

.myBorderColor { border: 1px solid #89716B; }

<div style="border:3px solid #89716B">Div</div>

This div border color is #89716B.

Opacity

.myOpacity80 { color: #89716B; opacity: 0.8; }

<p style="color:#89716B;opacity:0.8;">80%</p>

Text with #89716B 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 #89716B;}

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

This text has shadow with #89716B color.


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

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

This text has shadow with #89716B primary color and red secondary color.


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

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

This text has shadow with #89716B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89716B.

Preview

Color preview on black background

This text has color #89716B on black background.


Color preview on white background

This text has color #89716B on white background.


Black color preview on #89716B background

This text has black color on #89716B background.


White color preview on #89716B background

This text has white color on #89716B background.


Related colors

Complementary color

Complementary color for #hex is #768E94.


I love getcolorcode.com

Triadic colors

1 #6B8971 and #716B89 with #89716B are triadic colors.

2 #6B7189 and #71896B with #89716B are triadic colors.