COLOR #89887D

HEX: #89887D RGB: (137,136,125)

Color info

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

RGB color model

#89887D color RGB value is (137,136,125).

RGB: (137,136,125) (54%, 53%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 125 of 255 = 49%

137
136
125

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

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 125 = 398 (100%)
R 137 of 398 ~ 34.42%
G 136 of 398 ~ 34.17%
B 125 of 398 ~ 31.41'%

%34.42
%34.17
%31.41

CMYK color model

#89887D color CMYK value is (0,1,9,46).

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

CMYK: (0,1,9,46)
C0M1Y9K46 (0%, 1%, 9%, 46%)
(0.00 / 0.01 / 0.09 / 0.46)

CMYK percentages

%0
%0.73
%8.76
%46.27

Codes

Color #89887D in popluar color models

89 88 7D
RGB 137 136 125
HSL 55° 4.84% 51.37%
HSB/HSV 55° 8.76% 53.73%
CMYK 0.00% 0.73% 8.76%
46.27%

Color #89887D in popluar number systems.

HEX 89 88 7D
Decimal 137 136 125
Binary 10001001 10001000 1111101
Octal 211 210 175

Shades and tints

Shades of #89887D

#89887D
(137,136,125)
#7D7C72
(125,124,114)
#717067
(113,112,103)
#65645C
(101,100,92)
#595851
(89,88,81)
#4D4C46
(77,76,70)
#41403B
(65,64,59)
#353430
(53,52,48)
#292825
(41,40,37)
#1D1C1A
(29,28,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #89887D

#89887D
(137,136,125)
#939288
(147,146,136)
#9D9C93
(157,156,147)
#A7A69E
(167,166,158)
#B1B0A9
(177,176,169)
#BBBAB4
(187,186,180)
#C5C4BF
(197,196,191)
#CFCECA
(207,206,202)
#D9D8D5
(217,216,213)
#E3E2E0
(227,226,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89887D; }

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

This text font color is #89887D.

Background Color

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

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

This div background color is #89887D.

Border color

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

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

This div border color is #89887D.

Opacity

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

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

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

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

This text has shadow with #89887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89887D.

Preview

Color preview on black background

This text has color #89887D on black background.


Color preview on white background

This text has color #89887D on white background.


Black color preview on #89887D background

This text has black color on #89887D background.


White color preview on #89887D background

This text has white color on #89887D background.


Related colors

Complementary color

Complementary color for #hex is #767782.


I love getcolorcode.com

Triadic colors

1 #7D8988 and #887D89 with #89887D are triadic colors.

2 #7D8889 and #88897D with #89887D are triadic colors.