COLOR #89756D

HEX: #89756D
RGB: (137,117,109)

Color info

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

RGB color model

#89756D color RGB value is (137,117,109).

  • red value is 137;
  • green value is 117;
  • blue value is 109.
RGB:
(137,117,109)
(54%,46%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 109 of 255 = 43%

137
117
109

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 109 = 363 (100%)
R 137 of 363 ~ 37.74%
G 117 of 363 ~ 32.23%
B 109 of 363 ~ 30.03%

%37.74
%32.23
%30.03

CMYK color model

#89756D color CMYK value is (0,15,20,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,15,20,46)
C0M15Y20K46 
(0%,15%,20%,46%)
(0.00/0.15/0.20/0.46)	

CMYK percentages

%0
%14.6
%20.44
%46.27

Codes

Color #89756D in popluar color models

89756D
RGB137117109
HSL17°11.38%48.24%
HSB/HSV17°20.44%53.73%
CMYK0.00%14.60%20.44%
46.27%

Color #89756D in popluar number systems.

HEX89756D
Decimal137117109
Binary1000100111101011101101
Octal211165155

Shades and tints

Shades of #89756D

#89756D
(137,117,109)
#7D6B64
(125,107,100)
#71615B
(113,97,91)
#655752
(101,87,82)
#594D49
(89,77,73)
#4D4340
(77,67,64)
#413937
(65,57,55)
#352F2E
(53,47,46)
#292525
(41,37,37)
#1D1B1C
(29,27,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #89756D

#89756D
(137,117,109)
#93817A
(147,129,122)
#9D8D87
(157,141,135)
#A79994
(167,153,148)
#B1A5A1
(177,165,161)
#BBB1AE
(187,177,174)
#C5BDBB
(197,189,187)
#CFC9C8
(207,201,200)
#D9D5D5
(217,213,213)
#E3E1E2
(227,225,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89756D; }

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

This text font color is #89756D.


Background Color

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

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

This div background color is #89756D.


Border color

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

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

This div border color is #89756D.


Opacity

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

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

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

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

This text has shadow with #89756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89756D on black background.


Color preview on white background

This text has color #89756D on white background.



Black color preview on #89756D background

This text has black color on #89756D background.


White color preview on #89756D background

This text has white color on #89756D background.