COLOR #89775B

HEX: #89775B
RGB: (137,119,91)

Color info

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

RGB color model

#89775B color RGB value is (137,119,91).

  • red value is 137;
  • green value is 119;
  • blue value is 91.
RGB:
(137,119,91)
(54%,47%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 91 of 255 = 36%

137
119
91

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 91 = 347 (100%)
R 137 of 347 ~ 39.48%
G 119 of 347 ~ 34.29%
B 91 of 347 ~ 26.22%

%39.48
%34.29
%26.22

CMYK color model

#89775B color CMYK value is (0,13,34,46).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 33.58%
  • key color value is 46.27%
CMYK:
(0,13,34,46)
C0M13Y34K46 
(0%,13%,34%,46%)
(0.00/0.13/0.34/0.46)	

CMYK percentages

%0
%13.14
%33.58
%46.27

Codes

Color #89775B in popluar color models

89775B
RGB13711991
HSL37°20.18%44.71%
HSB/HSV37°33.58%53.73%
CMYK0.00%13.14%33.58%
46.27%

Color #89775B in popluar number systems.

HEX89775B
Decimal13711991
Binary1000100111101111011011
Octal211167133

Shades and tints

Shades of #89775B

#89775B
(137,119,91)
#7D6D53
(125,109,83)
#71634B
(113,99,75)
#655943
(101,89,67)
#594F3B
(89,79,59)
#4D4533
(77,69,51)
#413B2B
(65,59,43)
#353123
(53,49,35)
#29271B
(41,39,27)
#1D1D13
(29,29,19)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #89775B

#89775B
(137,119,91)
#938369
(147,131,105)
#9D8F77
(157,143,119)
#A79B85
(167,155,133)
#B1A793
(177,167,147)
#BBB3A1
(187,179,161)
#C5BFAF
(197,191,175)
#CFCBBD
(207,203,189)
#D9D7CB
(217,215,203)
#E3E3D9
(227,227,217)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89775B color. Also use rgb(137,119,91) instead hex code.

Text Font Color

.myTextColor { color: #89775B; }

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

This text font color is #89775B.


Background Color

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

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

This div background color is #89775B.


Border color

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

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

This div border color is #89775B.


Opacity

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

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

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

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

This text has shadow with #89775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89775B on black background.


Color preview on white background

This text has color #89775B on white background.



Black color preview on #89775B background

This text has black color on #89775B background.


White color preview on #89775B background

This text has white color on #89775B background.