COLOR #89755D

HEX: #89755D
RGB: (137,117,93)

Color info

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

RGB color model

#89755D color RGB value is (137,117,93).

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

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 93 of 255 = 36%

137
117
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 93 = 347 (100%)
R 137 of 347 ~ 39.48%
G 117 of 347 ~ 33.72%
B 93 of 347 ~ 26.8%

%39.48
%33.72
%26.8

CMYK color model

#89755D color CMYK value is (0,15,32,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(0,15,32,46)
C0M15Y32K46 
(0%,15%,32%,46%)
(0.00/0.15/0.32/0.46)	

CMYK percentages

%0
%14.6
%32.12
%46.27

Codes

Color #89755D in popluar color models

89755D
RGB13711793
HSL33°19.13%45.10%
HSB/HSV33°32.12%53.73%
CMYK0.00%14.60%32.12%
46.27%

Color #89755D in popluar number systems.

HEX89755D
Decimal13711793
Binary1000100111101011011101
Octal211165135

Shades and tints

Shades of #89755D

#89755D
(137,117,93)
#7D6B55
(125,107,85)
#71614D
(113,97,77)
#655745
(101,87,69)
#594D3D
(89,77,61)
#4D4335
(77,67,53)
#41392D
(65,57,45)
#352F25
(53,47,37)
#29251D
(41,37,29)
#1D1B15
(29,27,21)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #89755D

#89755D
(137,117,93)
#93816B
(147,129,107)
#9D8D79
(157,141,121)
#A79987
(167,153,135)
#B1A595
(177,165,149)
#BBB1A3
(187,177,163)
#C5BDB1
(197,189,177)
#CFC9BF
(207,201,191)
#D9D5CD
(217,213,205)
#E3E1DB
(227,225,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89755D; }

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

This text font color is #89755D.


Background Color

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

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

This div background color is #89755D.


Border color

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

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

This div border color is #89755D.


Opacity

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

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

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

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

This text has shadow with #89755D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89755D on black background.


Color preview on white background

This text has color #89755D on white background.



Black color preview on #89755D background

This text has black color on #89755D background.


White color preview on #89755D background

This text has white color on #89755D background.