COLOR #89846C

HEX: #89846C RGB: (137,132,108)

Color info

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

RGB color model

#89846C color RGB value is (137,132,108).

RGB: (137,132,108) (54%, 52%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 108 of 255 = 42%

137
132
108

R + G + B ~ 49%. #89846C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 132 + 108 = 377 (100%)
R 137 of 377 ~ 36.34%
G 132 of 377 ~ 35.01%
B 108 of 377 ~ 28.65'%

%36.34
%35.01
%28.65

CMYK color model

#89846C color CMYK value is (0,4,21,46).

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

CMYK: (0,4,21,46)
C0M4Y21K46 (0%, 4%, 21%, 46%)
(0.00 / 0.04 / 0.21 / 0.46)

CMYK percentages

%0
%3.65
%21.17
%46.27

Codes

Color #89846C in popluar color models

89 84 6C
RGB 137 132 108
HSL 50° 11.84% 48.04%
HSB/HSV 50° 21.17% 53.73%
CMYK 0.00% 3.65% 21.17%
46.27%

Color #89846C in popluar number systems.

HEX 89 84 6C
Decimal 137 132 108
Binary 10001001 10000100 1101100
Octal 211 204 154

Shades and tints

Shades of #89846C

#89846C
(137,132,108)
#7D7863
(125,120,99)
#716C5A
(113,108,90)
#656051
(101,96,81)
#595448
(89,84,72)
#4D483F
(77,72,63)
#413C36
(65,60,54)
#35302D
(53,48,45)
#292424
(41,36,36)
#1D181B
(29,24,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #89846C

#89846C
(137,132,108)
#938F79
(147,143,121)
#9D9A86
(157,154,134)
#A7A593
(167,165,147)
#B1B0A0
(177,176,160)
#BBBBAD
(187,187,173)
#C5C6BA
(197,198,186)
#CFD1C7
(207,209,199)
#D9DCD4
(217,220,212)
#E3E7E1
(227,231,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89846C color. Also use rgb(137,132,108) instead hex code.

Text Font Color

.myTextColor { color: #89846C; }

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

This text font color is #89846C.

Background Color

.myBgColor { background-color: #89846C; }

<div style="background-color:#89846C">Inner text</div>

This div background color is #89846C.

Border color

.myBorderColor { border: 1px solid #89846C; }

<div style="border:3px solid #89846C">Div</div>

This div border color is #89846C.

Opacity

.myOpacity80 { color: #89846C; opacity: 0.8; }

<p style="color:#89846C;opacity:0.8;">80%</p>

Text with #89846C 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 #89846C;}

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

This text has shadow with #89846C color.


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

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

This text has shadow with #89846C primary color and red secondary color.


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

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

This text has shadow with #89846C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89846C.

Preview

Color preview on black background

This text has color #89846C on black background.


Color preview on white background

This text has color #89846C on white background.


Black color preview on #89846C background

This text has black color on #89846C background.


White color preview on #89846C background

This text has white color on #89846C background.


Related colors

Complementary color

Complementary color for #hex is #767B93.


I love getcolorcode.com

Triadic colors

1 #6C8984 and #846C89 with #89846C are triadic colors.

2 #6C8489 and #84896C with #89846C are triadic colors.