COLOR #89705E

HEX: #89705E RGB: (137,112,94)

Color info

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

RGB color model

#89705E color RGB value is (137,112,94).

RGB: (137,112,94) (54%, 44%, 37%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 94 of 255 = 37%

137
112
94

R + G + B ~ 45%. #89705E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 112 + 94 = 343 (100%)
R 137 of 343 ~ 39.94%
G 112 of 343 ~ 32.65%
B 94 of 343 ~ 27.41'%

%39.94
%32.65
%27.41

CMYK color model

#89705E color CMYK value is (0,18,31,46).

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

CMYK: (0,18,31,46)
C0M18Y31K46 (0%, 18%, 31%, 46%)
(0.00 / 0.18 / 0.31 / 0.46)

CMYK percentages

%0
%18.25
%31.39
%46.27

Codes

Color #89705E in popluar color models

89 70 5E
RGB 137 112 94
HSL 25° 18.61% 45.29%
HSB/HSV 25° 31.39% 53.73%
CMYK 0.00% 18.25% 31.39%
46.27%

Color #89705E in popluar number systems.

HEX 89 70 5E
Decimal 137 112 94
Binary 10001001 1110000 1011110
Octal 211 160 136

Shades and tints

Shades of #89705E

#89705E
(137,112,94)
#7D6656
(125,102,86)
#715C4E
(113,92,78)
#655246
(101,82,70)
#59483E
(89,72,62)
#4D3E36
(77,62,54)
#41342E
(65,52,46)
#352A26
(53,42,38)
#29201E
(41,32,30)
#1D1616
(29,22,22)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #89705E

#89705E
(137,112,94)
#937D6C
(147,125,108)
#9D8A7A
(157,138,122)
#A79788
(167,151,136)
#B1A496
(177,164,150)
#BBB1A4
(187,177,164)
#C5BEB2
(197,190,178)
#CFCBC0
(207,203,192)
#D9D8CE
(217,216,206)
#E3E5DC
(227,229,220)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89705E color. Also use rgb(137,112,94) instead hex code.

Text Font Color

.myTextColor { color: #89705E; }

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

This text font color is #89705E.

Background Color

.myBgColor { background-color: #89705E; }

<div style="background-color:#89705E">Inner text</div>

This div background color is #89705E.

Border color

.myBorderColor { border: 1px solid #89705E; }

<div style="border:3px solid #89705E">Div</div>

This div border color is #89705E.

Opacity

.myOpacity80 { color: #89705E; opacity: 0.8; }

<p style="color:#89705E;opacity:0.8;">80%</p>

Text with #89705E 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 #89705E;}

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

This text has shadow with #89705E color.


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

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

This text has shadow with #89705E primary color and red secondary color.


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

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

This text has shadow with #89705E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89705E.

Preview

Color preview on black background

This text has color #89705E on black background.


Color preview on white background

This text has color #89705E on white background.


Black color preview on #89705E background

This text has black color on #89705E background.


White color preview on #89705E background

This text has white color on #89705E background.


Related colors

Complementary color

Complementary color for #hex is #768FA1.


I love getcolorcode.com

Triadic colors

1 #5E8970 and #705E89 with #89705E are triadic colors.

2 #5E7089 and #70895E with #89705E are triadic colors.