COLOR #89636B

HEX: #89636B
RGB: (137,99,107)

Color info

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

RGB color model

#89636B color RGB value is (137,99,107).

  • red value is 137;
  • green value is 99;
  • blue value is 107.
RGB:
(137,99,107)
(54%,39%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 107 of 255 = 42%

137
99
107

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 107 = 343 (100%)
R 137 of 343 ~ 39.94%
G 99 of 343 ~ 28.86%
B 107 of 343 ~ 31.2%

%39.94
%28.86
%31.2

CMYK color model

#89636B color CMYK value is (0,28,22,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(0,28,22,46)
C0M28Y22K46 
(0%,28%,22%,46%)
(0.00/0.28/0.22/0.46)	

CMYK percentages

%0
%27.74
%21.9
%46.27

Codes

Color #89636B in popluar color models

89636B
RGB13799107
HSL347°16.10%46.27%
HSB/HSV347°27.74%53.73%
CMYK0.00%27.74%21.90%
46.27%

Color #89636B in popluar number systems.

HEX89636B
Decimal13799107
Binary1000100111000111101011
Octal211143153

Shades and tints

Shades of #89636B

#89636B
(137,99,107)
#7D5A62
(125,90,98)
#715159
(113,81,89)
#654850
(101,72,80)
#593F47
(89,63,71)
#4D363E
(77,54,62)
#412D35
(65,45,53)
#35242C
(53,36,44)
#291B23
(41,27,35)
#1D121A
(29,18,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #89636B

#89636B
(137,99,107)
#937178
(147,113,120)
#9D7F85
(157,127,133)
#A78D92
(167,141,146)
#B19B9F
(177,155,159)
#BBA9AC
(187,169,172)
#C5B7B9
(197,183,185)
#CFC5C6
(207,197,198)
#D9D3D3
(217,211,211)
#E3E1E0
(227,225,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89636B color. Also use rgb(137,99,107) instead hex code.

Text Font Color

.myTextColor { color: #89636B; }

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

This text font color is #89636B.


Background Color

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

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

This div background color is #89636B.


Border color

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

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

This div border color is #89636B.


Opacity

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

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

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

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

This text has shadow with #89636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89636B on black background.


Color preview on white background

This text has color #89636B on white background.



Black color preview on #89636B background

This text has black color on #89636B background.


White color preview on #89636B background

This text has white color on #89636B background.