COLOR #89686C

HEX: #89686C
RGB: (137,104,108)

Color info

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

RGB color model

#89686C color RGB value is (137,104,108).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 108 of 255 = 42%

137
104
108

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 108 = 349 (100%)
R 137 of 349 ~ 39.26%
G 104 of 349 ~ 29.8%
B 108 of 349 ~ 30.95%

%39.26
%29.8
%30.95

CMYK color model

#89686C color CMYK value is (0,24,21,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,24,21,46)
C0M24Y21K46 
(0%,24%,21%,46%)
(0.00/0.24/0.21/0.46)	

CMYK percentages

%0
%24.09
%21.17
%46.27

Codes

Color #89686C in popluar color models

89686C
RGB137104108
HSL353°13.69%47.25%
HSB/HSV353°24.09%53.73%
CMYK0.00%24.09%21.17%
46.27%

Color #89686C in popluar number systems.

HEX89686C
Decimal137104108
Binary1000100111010001101100
Octal211150154

Shades and tints

Shades of #89686C

#89686C
(137,104,108)
#7D5F63
(125,95,99)
#71565A
(113,86,90)
#654D51
(101,77,81)
#594448
(89,68,72)
#4D3B3F
(77,59,63)
#413236
(65,50,54)
#35292D
(53,41,45)
#292024
(41,32,36)
#1D171B
(29,23,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #89686C

#89686C
(137,104,108)
#937579
(147,117,121)
#9D8286
(157,130,134)
#A78F93
(167,143,147)
#B19CA0
(177,156,160)
#BBA9AD
(187,169,173)
#C5B6BA
(197,182,186)
#CFC3C7
(207,195,199)
#D9D0D4
(217,208,212)
#E3DDE1
(227,221,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89686C; }

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

This text font color is #89686C.


Background Color

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

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

This div background color is #89686C.


Border color

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

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

This div border color is #89686C.


Opacity

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

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

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

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

This text has shadow with #89686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89686C on black background.


Color preview on white background

This text has color #89686C on white background.



Black color preview on #89686C background

This text has black color on #89686C background.


White color preview on #89686C background

This text has white color on #89686C background.