COLOR #89636C

HEX: #89636C
RGB: (137,99,108)

Color info

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

RGB color model

#89636C color RGB value is (137,99,108).

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

RGB channels and saturation

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

137
99
108

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 108 = 344 (100%)
R 137 of 344 ~ 39.83%
G 99 of 344 ~ 28.78%
B 108 of 344 ~ 31.4%

%39.83
%28.78
%31.4

CMYK color model

#89636C color CMYK value is (0,28,21,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,28,21,46)
C0M28Y21K46 
(0%,28%,21%,46%)
(0.00/0.28/0.21/0.46)	

CMYK percentages

%0
%27.74
%21.17
%46.27

Codes

Color #89636C in popluar color models

89636C
RGB13799108
HSL346°16.10%46.27%
HSB/HSV346°27.74%53.73%
CMYK0.00%27.74%21.17%
46.27%

Color #89636C in popluar number systems.

HEX89636C
Decimal13799108
Binary1000100111000111101100
Octal211143154

Shades and tints

Shades of #89636C

#89636C
(137,99,108)
#7D5A63
(125,90,99)
#71515A
(113,81,90)
#654851
(101,72,81)
#593F48
(89,63,72)
#4D363F
(77,54,63)
#412D36
(65,45,54)
#35242D
(53,36,45)
#291B24
(41,27,36)
#1D121B
(29,18,27)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #89636C

#89636C
(137,99,108)
#937179
(147,113,121)
#9D7F86
(157,127,134)
#A78D93
(167,141,147)
#B19BA0
(177,155,160)
#BBA9AD
(187,169,173)
#C5B7BA
(197,183,186)
#CFC5C7
(207,197,199)
#D9D3D4
(217,211,212)
#E3E1E1
(227,225,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89636C; }

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

This text font color is #89636C.


Background Color

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

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

This div background color is #89636C.


Border color

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

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

This div border color is #89636C.


Opacity

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

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

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

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

This text has shadow with #89636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89636C on black background.


Color preview on white background

This text has color #89636C on white background.



Black color preview on #89636C background

This text has black color on #89636C background.


White color preview on #89636C background

This text has white color on #89636C background.