COLOR #89606C

HEX: #89606C
RGB: (137,96,108)

Color info

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

RGB color model

#89606C color RGB value is (137,96,108).

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

RGB channels and saturation

R 137 of 255 = 54%
G 96 of 255 = 38%
B 108 of 255 = 42%

137
96
108

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

Portions of RGB colors in percentages

R + G + B =
137 + 96 + 108 = 341 (100%)
R 137 of 341 ~ 40.18%
G 96 of 341 ~ 28.15%
B 108 of 341 ~ 31.67%

%40.18
%28.15
%31.67

CMYK color model

#89606C color CMYK value is (0,30,21,46).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,30,21,46)
C0M30Y21K46 
(0%,30%,21%,46%)
(0.00/0.30/0.21/0.46)	

CMYK percentages

%0
%29.93
%21.17
%46.27

Codes

Color #89606C in popluar color models

89606C
RGB13796108
HSL342°17.60%45.69%
HSB/HSV342°29.93%53.73%
CMYK0.00%29.93%21.17%
46.27%

Color #89606C in popluar number systems.

HEX89606C
Decimal13796108
Binary1000100111000001101100
Octal211140154

Shades and tints

Shades of #89606C

#89606C
(137,96,108)
#7D5863
(125,88,99)
#71505A
(113,80,90)
#654851
(101,72,81)
#594048
(89,64,72)
#4D383F
(77,56,63)
#413036
(65,48,54)
#35282D
(53,40,45)
#292024
(41,32,36)
#1D181B
(29,24,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #89606C

#89606C
(137,96,108)
#936E79
(147,110,121)
#9D7C86
(157,124,134)
#A78A93
(167,138,147)
#B198A0
(177,152,160)
#BBA6AD
(187,166,173)
#C5B4BA
(197,180,186)
#CFC2C7
(207,194,199)
#D9D0D4
(217,208,212)
#E3DEE1
(227,222,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89606C; }

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

This text font color is #89606C.


Background Color

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

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

This div background color is #89606C.


Border color

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

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

This div border color is #89606C.


Opacity

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

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

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

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

This text has shadow with #89606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89606C on black background.


Color preview on white background

This text has color #89606C on white background.



Black color preview on #89606C background

This text has black color on #89606C background.


White color preview on #89606C background

This text has white color on #89606C background.