COLOR #84896A

HEX: #84896A
RGB: (132,137,106)

Color info

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

RGB color model

#84896A color RGB value is (132,137,106).

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

RGB channels and saturation

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

132
137
106

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 106 = 375 (100%)
R 132 of 375 ~ 35.2%
G 137 of 375 ~ 36.53%
B 106 of 375 ~ 28.27%

%35.2
%36.53
%28.27

CMYK color model

#84896A color CMYK value is (4,0,23,46).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(4,0,23,46)
C4M0Y23K46 
(4%,0%,23%,46%)
(0.04/0.00/0.23/0.46)	

CMYK percentages

%3.65
%0
%22.63
%46.27

Codes

Color #84896A in popluar color models

84896A
RGB132137106
HSL70°12.76%47.65%
HSB/HSV70°22.63%53.73%
CMYK3.65%0.00%22.63%
46.27%

Color #84896A in popluar number systems.

HEX84896A
Decimal132137106
Binary10000100100010011101010
Octal204211152

Shades and tints

Shades of #84896A

#84896A
(132,137,106)
#787D61
(120,125,97)
#6C7158
(108,113,88)
#60654F
(96,101,79)
#545946
(84,89,70)
#484D3D
(72,77,61)
#3C4134
(60,65,52)
#30352B
(48,53,43)
#242922
(36,41,34)
#181D19
(24,29,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #84896A

#84896A
(132,137,106)
#8F9377
(143,147,119)
#9A9D84
(154,157,132)
#A5A791
(165,167,145)
#B0B19E
(176,177,158)
#BBBBAB
(187,187,171)
#C6C5B8
(198,197,184)
#D1CFC5
(209,207,197)
#DCD9D2
(220,217,210)
#E7E3DF
(231,227,223)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84896A color. Also use rgb(132,137,106) instead hex code.

Text Font Color

.myTextColor { color: #84896A; }

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

This text font color is #84896A.


Background Color

.myBgColor { background-color: #84896A; }

<div style="background-color:#84896A">Inner text</div>

This div background color is #84896A.


Border color

.myBorderColor { border: 1px solid #84896A; }

<div style="border:3px solid #84896A">Div</div>

This div border color is #84896A.


Opacity

.myOpacity80 { color: #84896A; opacity: 0.8; }

<p style="color:#84896A;opacity:0.8;">80%</p>

Text with #84896A 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 #84896A;}

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

This text has shadow with #84896A color.

.textShadow {text-shadow: 3px 3px 1px #84896A, 3px 3px 1px red;}

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

This text has shadow with #84896A primary color and red secondary color.


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

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

This text has shadow with #84896A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84896A on black background.


Color preview on white background

This text has color #84896A on white background.



Black color preview on #84896A background

This text has black color on #84896A background.


White color preview on #84896A background

This text has white color on #84896A background.