COLOR #89596B

HEX: #89596B
RGB: (137,89,107)

Color info

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

RGB color model

#89596B color RGB value is (137,89,107).

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

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 107 of 255 = 42%

137
89
107

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

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 107 = 333 (100%)
R 137 of 333 ~ 41.14%
G 89 of 333 ~ 26.73%
B 107 of 333 ~ 32.13%

%41.14
%26.73
%32.13

CMYK color model

#89596B color CMYK value is (0,35,22,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(0,35,22,46)
C0M35Y22K46 
(0%,35%,22%,46%)
(0.00/0.35/0.22/0.46)	

CMYK percentages

%0
%35.04
%21.9
%46.27

Codes

Color #89596B in popluar color models

89596B
RGB13789107
HSL338°21.24%44.31%
HSB/HSV338°35.04%53.73%
CMYK0.00%35.04%21.90%
46.27%

Color #89596B in popluar number systems.

HEX89596B
Decimal13789107
Binary1000100110110011101011
Octal211131153

Shades and tints

Shades of #89596B

#89596B
(137,89,107)
#7D5162
(125,81,98)
#714959
(113,73,89)
#654150
(101,65,80)
#593947
(89,57,71)
#4D313E
(77,49,62)
#412935
(65,41,53)
#35212C
(53,33,44)
#291923
(41,25,35)
#1D111A
(29,17,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #89596B

#89596B
(137,89,107)
#936878
(147,104,120)
#9D7785
(157,119,133)
#A78692
(167,134,146)
#B1959F
(177,149,159)
#BBA4AC
(187,164,172)
#C5B3B9
(197,179,185)
#CFC2C6
(207,194,198)
#D9D1D3
(217,209,211)
#E3E0E0
(227,224,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89596B; }

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

This text font color is #89596B.


Background Color

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

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

This div background color is #89596B.


Border color

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

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

This div border color is #89596B.


Opacity

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

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

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

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

This text has shadow with #89596B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89596B on black background.


Color preview on white background

This text has color #89596B on white background.



Black color preview on #89596B background

This text has black color on #89596B background.


White color preview on #89596B background

This text has white color on #89596B background.