COLOR #89847D

HEX: #89847D RGB: (137,132,125)

Color info

#89847D contains red, green and blue colors in about the same proportion. Web safe color of #89847D is #999966 (or #996).

RGB color model

#89847D color RGB value is (137,132,125).

RGB: (137,132,125) (54%, 52%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 125 of 255 = 49%

137
132
125

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

Portions of RGB colors in percentages

R + G + B = 137 + 132 + 125 = 394 (100%)
R 137 of 394 ~ 34.77%
G 132 of 394 ~ 33.5%
B 125 of 394 ~ 31.73'%

%34.77
%33.5
%31.73

CMYK color model

#89847D color CMYK value is (0,4,9,46).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 8.76%
  • key color value is 46.27%

CMYK: (0,4,9,46)
C0M4Y9K46 (0%, 4%, 9%, 46%)
(0.00 / 0.04 / 0.09 / 0.46)

CMYK percentages

%0
%3.65
%8.76
%46.27

Codes

Color #89847D in popluar color models

89 84 7D
RGB 137 132 125
HSL 35° 4.84% 51.37%
HSB/HSV 35° 8.76% 53.73%
CMYK 0.00% 3.65% 8.76%
46.27%

Color #89847D in popluar number systems.

HEX 89 84 7D
Decimal 137 132 125
Binary 10001001 10000100 1111101
Octal 211 204 175

Shades and tints

Shades of #89847D

#89847D
(137,132,125)
#7D7872
(125,120,114)
#716C67
(113,108,103)
#65605C
(101,96,92)
#595451
(89,84,81)
#4D4846
(77,72,70)
#413C3B
(65,60,59)
#353030
(53,48,48)
#292425
(41,36,37)
#1D181A
(29,24,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #89847D

#89847D
(137,132,125)
#938F88
(147,143,136)
#9D9A93
(157,154,147)
#A7A59E
(167,165,158)
#B1B0A9
(177,176,169)
#BBBBB4
(187,187,180)
#C5C6BF
(197,198,191)
#CFD1CA
(207,209,202)
#D9DCD5
(217,220,213)
#E3E7E0
(227,231,224)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89847D color. Also use rgb(137,132,125) instead hex code.

Text Font Color

.myTextColor { color: #89847D; }

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

This text font color is #89847D.

Background Color

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

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

This div background color is #89847D.

Border color

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

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

This div border color is #89847D.

Opacity

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

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

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

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

This text has shadow with #89847D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89847D.

Preview

Color preview on black background

This text has color #89847D on black background.


Color preview on white background

This text has color #89847D on white background.


Black color preview on #89847D background

This text has black color on #89847D background.


White color preview on #89847D background

This text has white color on #89847D background.


Related colors

Complementary color

Complementary color for #hex is #767B82.


I love getcolorcode.com

Triadic colors

1 #7D8984 and #847D89 with #89847D are triadic colors.

2 #7D8489 and #84897D with #89847D are triadic colors.