COLOR #84897F

HEX: #84897F RGB: (132,137,127)

Color info

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

RGB color model

#84897F color RGB value is (132,137,127).

RGB: (132,137,127) (52%, 54%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 127 of 255 = 50%

132
137
127

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

Portions of RGB colors in percentages

R + G + B = 132 + 137 + 127 = 396 (100%)
R 132 of 396 ~ 33.33%
G 137 of 396 ~ 34.6%
B 127 of 396 ~ 32.07'%

%33.33
%34.6
%32.07

CMYK color model

#84897F color CMYK value is (4,0,7,46).

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

CMYK: (4,0,7,46)
C4M0Y7K46 (4%, 0%, 7%, 46%)
(0.04 / 0.00 / 0.07 / 0.46)

CMYK percentages

%3.65
%0
%7.3
%46.27

Codes

Color #84897F in popluar color models

84 89 7F
RGB 132 137 127
HSL 90° 4.07% 51.76%
HSB/HSV 90° 7.30% 53.73%
CMYK 3.65% 0.00% 7.30%
46.27%

Color #84897F in popluar number systems.

HEX 84 89 7F
Decimal 132 137 127
Binary 10000100 10001001 1111111
Octal 204 211 177

Shades and tints

Shades of #84897F

#84897F
(132,137,127)
#787D74
(120,125,116)
#6C7169
(108,113,105)
#60655E
(96,101,94)
#545953
(84,89,83)
#484D48
(72,77,72)
#3C413D
(60,65,61)
#303532
(48,53,50)
#242927
(36,41,39)
#181D1C
(24,29,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #84897F

#84897F
(132,137,127)
#8F938A
(143,147,138)
#9A9D95
(154,157,149)
#A5A7A0
(165,167,160)
#B0B1AB
(176,177,171)
#BBBBB6
(187,187,182)
#C6C5C1
(198,197,193)
#D1CFCC
(209,207,204)
#DCD9D7
(220,217,215)
#E7E3E2
(231,227,226)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84897F color. Also use rgb(132,137,127) instead hex code.

Text Font Color

.myTextColor { color: #84897F; }

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

This text font color is #84897F.

Background Color

.myBgColor { background-color: #84897F; }

<div style="background-color:#84897F">Inner text</div>

This div background color is #84897F.

Border color

.myBorderColor { border: 1px solid #84897F; }

<div style="border:3px solid #84897F">Div</div>

This div border color is #84897F.

Opacity

.myOpacity80 { color: #84897F; opacity: 0.8; }

<p style="color:#84897F;opacity:0.8;">80%</p>

Text with #84897F 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 #84897F;}

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

This text has shadow with #84897F color.


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

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

This text has shadow with #84897F primary color and red secondary color.


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

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

This text has shadow with #84897F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84897F.

Preview

Color preview on black background

This text has color #84897F on black background.


Color preview on white background

This text has color #84897F on white background.


Black color preview on #84897F background

This text has black color on #84897F background.


White color preview on #84897F background

This text has white color on #84897F background.


Related colors

Complementary color

Complementary color for #hex is #7B7680.


I love getcolorcode.com

Triadic colors

1 #7F8489 and #897F84 with #84897F are triadic colors.

2 #7F8984 and #89847F with #84897F are triadic colors.