COLOR #84897D

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

Color info

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

RGB color model

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

  • red value is 132;
  • green value is 137;
  • blue value is 125.
RGB:
(132,137,125)
(52%,54%,49%)

RGB channels and saturation

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

132
137
125

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

Portions of RGB colors in percentages

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

%33.5
%34.77
%31.73

CMYK color model

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

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(4,0,9,46)
C4M0Y9K46 
(4%,0%,9%,46%)
(0.04/0.00/0.09/0.46)	

CMYK percentages

%3.65
%0
%8.76
%46.27

Codes

Color #84897D in popluar color models

84897D
RGB132137125
HSL85°4.84%51.37%
HSB/HSV85°8.76%53.73%
CMYK3.65%0.00%8.76%
46.27%

Color #84897D in popluar number systems.

HEX84897D
Decimal132137125
Binary10000100100010011111101
Octal204211175

Shades and tints

Shades of #84897D

#84897D
(132,137,125)
#787D72
(120,125,114)
#6C7167
(108,113,103)
#60655C
(96,101,92)
#545951
(84,89,81)
#484D46
(72,77,70)
#3C413B
(60,65,59)
#303530
(48,53,48)
#242925
(36,41,37)
#181D1A
(24,29,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #84897D

#84897D
(132,137,125)
#8F9388
(143,147,136)
#9A9D93
(154,157,147)
#A5A79E
(165,167,158)
#B0B1A9
(176,177,169)
#BBBBB4
(187,187,180)
#C6C5BF
(198,197,191)
#D1CFCA
(209,207,202)
#DCD9D5
(220,217,213)
#E7E3E0
(231,227,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84897D; }

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

This text font color is #84897D.


Background Color

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

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

This div background color is #84897D.


Border color

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

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

This div border color is #84897D.


Opacity

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

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

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

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

This text has shadow with #84897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84897D on black background.


Color preview on white background

This text has color #84897D on white background.



Black color preview on #84897D background

This text has black color on #84897D background.


White color preview on #84897D background

This text has white color on #84897D background.