COLOR #84876D

HEX: #84876D
RGB: (132,135,109)

Color info

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

RGB color model

#84876D color RGB value is (132,135,109).

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

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 109 of 255 = 43%

132
135
109

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 109 = 376 (100%)
R 132 of 376 ~ 35.11%
G 135 of 376 ~ 35.9%
B 109 of 376 ~ 28.99%

%35.11
%35.9
%28.99

CMYK color model

#84876D color CMYK value is (2,0,19,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(2,0,19,47)
C2M0Y19K47 
(2%,0%,19%,47%)
(0.02/0.00/0.19/0.47)	

CMYK percentages

%2.22
%0
%19.26
%47.06

Codes

Color #84876D in popluar color models

84876D
RGB132135109
HSL67°10.66%47.84%
HSB/HSV67°19.26%52.94%
CMYK2.22%0.00%19.26%
47.06%

Color #84876D in popluar number systems.

HEX84876D
Decimal132135109
Binary10000100100001111101101
Octal204207155

Shades and tints

Shades of #84876D

#84876D
(132,135,109)
#787B64
(120,123,100)
#6C6F5B
(108,111,91)
#606352
(96,99,82)
#545749
(84,87,73)
#484B40
(72,75,64)
#3C3F37
(60,63,55)
#30332E
(48,51,46)
#242725
(36,39,37)
#181B1C
(24,27,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #84876D

#84876D
(132,135,109)
#8F917A
(143,145,122)
#9A9B87
(154,155,135)
#A5A594
(165,165,148)
#B0AFA1
(176,175,161)
#BBB9AE
(187,185,174)
#C6C3BB
(198,195,187)
#D1CDC8
(209,205,200)
#DCD7D5
(220,215,213)
#E7E1E2
(231,225,226)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84876D; }

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

This text font color is #84876D.


Background Color

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

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

This div background color is #84876D.


Border color

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

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

This div border color is #84876D.


Opacity

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

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

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

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

This text has shadow with #84876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84876D on black background.


Color preview on white background

This text has color #84876D on white background.



Black color preview on #84876D background

This text has black color on #84876D background.


White color preview on #84876D background

This text has white color on #84876D background.