COLOR #89586A

HEX: #89586A
RGB: (137,88,106)

Color info

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

RGB color model

#89586A color RGB value is (137,88,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 88 of 255 = 35%
B 106 of 255 = 42%

137
88
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 88 + 106 = 331 (100%)
R 137 of 331 ~ 41.39%
G 88 of 331 ~ 26.59%
B 106 of 331 ~ 32.02%

%41.39
%26.59
%32.02

CMYK color model

#89586A color CMYK value is (0,36,23,46).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,36,23,46)
C0M36Y23K46 
(0%,36%,23%,46%)
(0.00/0.36/0.23/0.46)	

CMYK percentages

%0
%35.77
%22.63
%46.27

Codes

Color #89586A in popluar color models

89586A
RGB13788106
HSL338°21.78%44.12%
HSB/HSV338°35.77%53.73%
CMYK0.00%35.77%22.63%
46.27%

Color #89586A in popluar number systems.

HEX89586A
Decimal13788106
Binary1000100110110001101010
Octal211130152

Shades and tints

Shades of #89586A

#89586A
(137,88,106)
#7D5061
(125,80,97)
#714858
(113,72,88)
#65404F
(101,64,79)
#593846
(89,56,70)
#4D303D
(77,48,61)
#412834
(65,40,52)
#35202B
(53,32,43)
#291822
(41,24,34)
#1D1019
(29,16,25)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #89586A

#89586A
(137,88,106)
#936777
(147,103,119)
#9D7684
(157,118,132)
#A78591
(167,133,145)
#B1949E
(177,148,158)
#BBA3AB
(187,163,171)
#C5B2B8
(197,178,184)
#CFC1C5
(207,193,197)
#D9D0D2
(217,208,210)
#E3DFDF
(227,223,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89586A color. Also use rgb(137,88,106) instead hex code.

Text Font Color

.myTextColor { color: #89586A; }

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

This text font color is #89586A.


Background Color

.myBgColor { background-color: #89586A; }

<div style="background-color:#89586A">Inner text</div>

This div background color is #89586A.


Border color

.myBorderColor { border: 1px solid #89586A; }

<div style="border:3px solid #89586A">Div</div>

This div border color is #89586A.


Opacity

.myOpacity80 { color: #89586A; opacity: 0.8; }

<p style="color:#89586A;opacity:0.8;">80%</p>

Text with #89586A 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 #89586A;}

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

This text has shadow with #89586A color.

.textShadow {text-shadow: 3px 3px 1px #89586A, 3px 3px 1px red;}

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

This text has shadow with #89586A primary color and red secondary color.


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

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

This text has shadow with #89586A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89586A on black background.


Color preview on white background

This text has color #89586A on white background.



Black color preview on #89586A background

This text has black color on #89586A background.


White color preview on #89586A background

This text has white color on #89586A background.