COLOR #84876F

HEX: #84876F
RGB: (132,135,111)

Color info

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

RGB color model

#84876F color RGB value is (132,135,111).

  • red value is 132;
  • green value is 135;
  • blue value is 111.
RGB:
(132,135,111)
(52%,53%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 111 of 255 = 44%

132
135
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 111 = 378 (100%)
R 132 of 378 ~ 34.92%
G 135 of 378 ~ 35.71%
B 111 of 378 ~ 29.37%

%34.92
%35.71
%29.37

CMYK color model

#84876F color CMYK value is (2,0,18,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(2,0,18,47)
C2M0Y18K47 
(2%,0%,18%,47%)
(0.02/0.00/0.18/0.47)	

CMYK percentages

%2.22
%0
%17.78
%47.06

Codes

Color #84876F in popluar color models

84876F
RGB132135111
HSL68°9.76%48.24%
HSB/HSV68°17.78%52.94%
CMYK2.22%0.00%17.78%
47.06%

Color #84876F in popluar number systems.

HEX84876F
Decimal132135111
Binary10000100100001111101111
Octal204207157

Shades and tints

Shades of #84876F

#84876F
(132,135,111)
#787B65
(120,123,101)
#6C6F5B
(108,111,91)
#606351
(96,99,81)
#545747
(84,87,71)
#484B3D
(72,75,61)
#3C3F33
(60,63,51)
#303329
(48,51,41)
#24271F
(36,39,31)
#181B15
(24,27,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #84876F

#84876F
(132,135,111)
#8F917C
(143,145,124)
#9A9B89
(154,155,137)
#A5A596
(165,165,150)
#B0AFA3
(176,175,163)
#BBB9B0
(187,185,176)
#C6C3BD
(198,195,189)
#D1CDCA
(209,205,202)
#DCD7D7
(220,215,215)
#E7E1E4
(231,225,228)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84876F color. Also use rgb(132,135,111) instead hex code.

Text Font Color

.myTextColor { color: #84876F; }

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

This text font color is #84876F.


Background Color

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

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

This div background color is #84876F.


Border color

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

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

This div border color is #84876F.


Opacity

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

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

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

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

This text has shadow with #84876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84876F on black background.


Color preview on white background

This text has color #84876F on white background.



Black color preview on #84876F background

This text has black color on #84876F background.


White color preview on #84876F background

This text has white color on #84876F background.