COLOR #89755F

HEX: #89755F
RGB: (137,117,95)

Color info

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

RGB color model

#89755F color RGB value is (137,117,95).

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

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 95 of 255 = 37%

137
117
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 95 = 349 (100%)
R 137 of 349 ~ 39.26%
G 117 of 349 ~ 33.52%
B 95 of 349 ~ 27.22%

%39.26
%33.52
%27.22

CMYK color model

#89755F color CMYK value is (0,15,31,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(0,15,31,46)
C0M15Y31K46 
(0%,15%,31%,46%)
(0.00/0.15/0.31/0.46)	

CMYK percentages

%0
%14.6
%30.66
%46.27

Codes

Color #89755F in popluar color models

89755F
RGB13711795
HSL31°18.10%45.49%
HSB/HSV31°30.66%53.73%
CMYK0.00%14.60%30.66%
46.27%

Color #89755F in popluar number systems.

HEX89755F
Decimal13711795
Binary1000100111101011011111
Octal211165137

Shades and tints

Shades of #89755F

#89755F
(137,117,95)
#7D6B57
(125,107,87)
#71614F
(113,97,79)
#655747
(101,87,71)
#594D3F
(89,77,63)
#4D4337
(77,67,55)
#41392F
(65,57,47)
#352F27
(53,47,39)
#29251F
(41,37,31)
#1D1B17
(29,27,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #89755F

#89755F
(137,117,95)
#93816D
(147,129,109)
#9D8D7B
(157,141,123)
#A79989
(167,153,137)
#B1A597
(177,165,151)
#BBB1A5
(187,177,165)
#C5BDB3
(197,189,179)
#CFC9C1
(207,201,193)
#D9D5CF
(217,213,207)
#E3E1DD
(227,225,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89755F; }

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

This text font color is #89755F.


Background Color

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

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

This div background color is #89755F.


Border color

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

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

This div border color is #89755F.


Opacity

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

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

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

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

This text has shadow with #89755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89755F on black background.


Color preview on white background

This text has color #89755F on white background.



Black color preview on #89755F background

This text has black color on #89755F background.


White color preview on #89755F background

This text has white color on #89755F background.