COLOR #89636F

HEX: #89636F
RGB: (137,99,111)

Color info

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

RGB color model

#89636F color RGB value is (137,99,111).

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

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 111 of 255 = 44%

137
99
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 111 = 347 (100%)
R 137 of 347 ~ 39.48%
G 99 of 347 ~ 28.53%
B 111 of 347 ~ 31.99%

%39.48
%28.53
%31.99

CMYK color model

#89636F color CMYK value is (0,28,19,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(0,28,19,46)
C0M28Y19K46 
(0%,28%,19%,46%)
(0.00/0.28/0.19/0.46)	

CMYK percentages

%0
%27.74
%18.98
%46.27

Codes

Color #89636F in popluar color models

89636F
RGB13799111
HSL341°16.10%46.27%
HSB/HSV341°27.74%53.73%
CMYK0.00%27.74%18.98%
46.27%

Color #89636F in popluar number systems.

HEX89636F
Decimal13799111
Binary1000100111000111101111
Octal211143157

Shades and tints

Shades of #89636F

#89636F
(137,99,111)
#7D5A65
(125,90,101)
#71515B
(113,81,91)
#654851
(101,72,81)
#593F47
(89,63,71)
#4D363D
(77,54,61)
#412D33
(65,45,51)
#352429
(53,36,41)
#291B1F
(41,27,31)
#1D1215
(29,18,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #89636F

#89636F
(137,99,111)
#93717C
(147,113,124)
#9D7F89
(157,127,137)
#A78D96
(167,141,150)
#B19BA3
(177,155,163)
#BBA9B0
(187,169,176)
#C5B7BD
(197,183,189)
#CFC5CA
(207,197,202)
#D9D3D7
(217,211,215)
#E3E1E4
(227,225,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89636F; }

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

This text font color is #89636F.


Background Color

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

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

This div background color is #89636F.


Border color

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

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

This div border color is #89636F.


Opacity

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

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

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

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

This text has shadow with #89636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89636F on black background.


Color preview on white background

This text has color #89636F on white background.



Black color preview on #89636F background

This text has black color on #89636F background.


White color preview on #89636F background

This text has white color on #89636F background.