COLOR #89646B

HEX: #89646B
RGB: (137,100,107)

Color info

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

RGB color model

#89646B color RGB value is (137,100,107).

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

RGB channels and saturation

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

137
100
107

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 107 = 344 (100%)
R 137 of 344 ~ 39.83%
G 100 of 344 ~ 29.07%
B 107 of 344 ~ 31.1%

%39.83
%29.07
%31.1

CMYK color model

#89646B color CMYK value is (0,27,22,46).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK: (0,27,22,46) C0M27Y22K46 (0%,27%,22%,46%) (0.00/0.27/0.22/0.46)

CMYK percentages

%0
%27.01
%21.9
%46.27

Codes

Color #89646B in popluar color models

89646B
RGB137100107
HSL349°15.61%46.47%
HSB/HSV349°27.01%53.73%
CMYK0.00%27.01%21.90%
46.27%

Color #89646B in popluar number systems.

HEX89646B
Decimal137100107
Binary1000100111001001101011
Octal211144153

Shades and tints

Shades of #89646B

#89646B
(137,100,107)
#7D5B62
(125,91,98)
#715259
(113,82,89)
#654950
(101,73,80)
#594047
(89,64,71)
#4D373E
(77,55,62)
#412E35
(65,46,53)
#35252C
(53,37,44)
#291C23
(41,28,35)
#1D131A
(29,19,26)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #89646B

#89646B
(137,100,107)
#937278
(147,114,120)
#9D8085
(157,128,133)
#A78E92
(167,142,146)
#B19C9F
(177,156,159)
#BBAAAC
(187,170,172)
#C5B8B9
(197,184,185)
#CFC6C6
(207,198,198)
#D9D4D3
(217,212,211)
#E3E2E0
(227,226,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89646B; }

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

This text font color is #89646B.


Background Color

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

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

This div background color is #89646B.


Border color

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

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

This div border color is #89646B.


Opacity

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

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

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

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

This text has shadow with #89646B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89646B on black background.


Color preview on white background

This text has color #89646B on white background.



Black color preview on #89646B background

This text has black color on #89646B background.


White color preview on #89646B background

This text has white color on #89646B background.