COLOR #89728D

HEX: #89728D
RGB: (137,114,141)

Color info

#89728D contains red, green and blue colors in about the same proportion. Web safe color of #89728D is #996699 (or #969).

RGB color model

#89728D color RGB value is (137,114,141).

  • red value is 137;
  • green value is 114;
  • blue value is 141.
RGB:
(137,114,141)
(54%,45%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 141 of 255 = 55%

137
114
141

R + G + B ~ 51%. #89728D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 141 = 392 (100%)
R 137 of 392 ~ 34.95%
G 114 of 392 ~ 29.08%
B 141 of 392 ~ 35.97%

%34.95
%29.08
%35.97

CMYK color model

#89728D color CMYK value is (3,19,0,45).

  • cyan value is 2.84%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(3,19,0,45)
C3M19Y0K45 
(3%,19%,0%,45%)
(0.03/0.19/0.00/0.45)	

CMYK percentages

%2.84
%19.15
%0
%44.71

Codes

Color #89728D in popluar color models

89728D
RGB137114141
HSL291°10.59%50.00%
HSB/HSV291°19.15%55.29%
CMYK2.84%19.15%0.00%
44.71%

Color #89728D in popluar number systems.

HEX89728D
Decimal137114141
Binary10001001111001010001101
Octal211162215

Shades and tints

Shades of #89728D

#89728D
(137,114,141)
#7D6881
(125,104,129)
#715E75
(113,94,117)
#655469
(101,84,105)
#594A5D
(89,74,93)
#4D4051
(77,64,81)
#413645
(65,54,69)
#352C39
(53,44,57)
#29222D
(41,34,45)
#1D1821
(29,24,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #89728D

#89728D
(137,114,141)
#937E97
(147,126,151)
#9D8AA1
(157,138,161)
#A796AB
(167,150,171)
#B1A2B5
(177,162,181)
#BBAEBF
(187,174,191)
#C5BAC9
(197,186,201)
#CFC6D3
(207,198,211)
#D9D2DD
(217,210,221)
#E3DEE7
(227,222,231)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89728D color. Also use rgb(137,114,141) instead hex code.

Text Font Color

.myTextColor { color: #89728D; }

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

This text font color is #89728D.


Background Color

.myBgColor { background-color: #89728D; }

<div style="background-color:#89728D">Inner text</div>

This div background color is #89728D.


Border color

.myBorderColor { border: 1px solid #89728D; }

<div style="border:3px solid #89728D">Div</div>

This div border color is #89728D.


Opacity

.myOpacity80 { color: #89728D; opacity: 0.8; }

<p style="color:#89728D;opacity:0.8;">80%</p>

Text with #89728D 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 #89728D;}

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

This text has shadow with #89728D color.

.textShadow {text-shadow: 3px 3px 1px #89728D, 3px 3px 1px red;}

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

This text has shadow with #89728D primary color and red secondary color.


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

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

This text has shadow with #89728D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89728D on black background.


Color preview on white background

This text has color #89728D on white background.



Black color preview on #89728D background

This text has black color on #89728D background.


White color preview on #89728D background

This text has white color on #89728D background.