COLOR #89748D

HEX: #89748D RGB: (137,116,141)

Color info

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

RGB color model

#89748D color RGB value is (137,116,141).

RGB: (137,116,141) (54%, 45%, 55%)

RGB channels and saturation

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

137
116
141

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

Portions of RGB colors in percentages

R + G + B = 137 + 116 + 141 = 394 (100%)
R 137 of 394 ~ 34.77%
G 116 of 394 ~ 29.44%
B 141 of 394 ~ 35.79'%

%34.77
%29.44
%35.79

CMYK color model

#89748D color CMYK value is (3,18,0,45).

  • cyan value is 2.84%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (3,18,0,45) C3M18Y0K45 (3%,18%,0%,45%) (0.03/0.18/0.00/0.45) 

CMYK percentages

%2.84
%17.73
%0
%44.71

Codes

Color #89748D in popluar color models

89 74 8D
RGB 137 116 141
HSL 290° 9.88% 50.39%
HSB/HSV 290° 17.73% 55.29%
CMYK 2.84% 17.73% 0.00%
44.71%

Color #89748D in popluar number systems.

HEX 89 74 8D
Decimal 137 116 141
Binary 10001001 1110100 10001101
Octal 211 164 215

Shades and tints

Shades of #89748D

#89748D
(137,116,141)
#7D6A81
(125,106,129)
#716075
(113,96,117)
#655669
(101,86,105)
#594C5D
(89,76,93)
#4D4251
(77,66,81)
#413845
(65,56,69)
#352E39
(53,46,57)
#29242D
(41,36,45)
#1D1A21
(29,26,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #89748D

#89748D
(137,116,141)
#938097
(147,128,151)
#9D8CA1
(157,140,161)
#A798AB
(167,152,171)
#B1A4B5
(177,164,181)
#BBB0BF
(187,176,191)
#C5BCC9
(197,188,201)
#CFC8D3
(207,200,211)
#D9D4DD
(217,212,221)
#E3E0E7
(227,224,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89748D; }

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

This text font color is #89748D.

Background Color

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

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

This div background color is #89748D.

Border color

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

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

This div border color is #89748D.

Opacity

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

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

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

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

This text has shadow with #89748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89748D.

Preview

Color preview on black background

This text has color #89748D on black background.


Color preview on white background

This text has color #89748D on white background.


Black color preview on #89748D background

This text has black color on #89748D background.


White color preview on #89748D background

This text has white color on #89748D background.


Related colors

Complementary color

Complementary color for #hex is #768B72.


I love getcolorcode.com

Triadic colors

1 #8D8974 and #748D89 with #89748D are triadic colors.

2 #8D7489 and #74898D with #89748D are triadic colors.