COLOR #84872F

HEX: #84872F
RGB: (132,135,47)

Color info

#84872F contains mainly red and green colors. Web safe color of #84872F is #999933 (or #993).

RGB color model

#84872F color RGB value is (132,135,47).

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

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 47 of 255 = 18%

132
135
47

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 47 = 314 (100%)
R 132 of 314 ~ 42.04%
G 135 of 314 ~ 42.99%
B 47 of 314 ~ 14.97%

%42.04
%42.99
%14.97

CMYK color model

#84872F color CMYK value is (2,0,65,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 65.19%
  • key color value is 47.06%
CMYK:
(2,0,65,47)
C2M0Y65K47 
(2%,0%,65%,47%)
(0.02/0.00/0.65/0.47)	

CMYK percentages

%2.22
%0
%65.19
%47.06

Codes

Color #84872F in popluar color models

84872F
RGB13213547
HSL62°48.35%35.69%
HSB/HSV62°65.19%52.94%
CMYK2.22%0.00%65.19%
47.06%

Color #84872F in popluar number systems.

HEX84872F
Decimal13213547
Binary1000010010000111101111
Octal20420757

Shades and tints

Shades of #84872F

#84872F
(132,135,47)
#787B2B
(120,123,43)
#6C6F27
(108,111,39)
#606323
(96,99,35)
#54571F
(84,87,31)
#484B1B
(72,75,27)
#3C3F17
(60,63,23)
#303313
(48,51,19)
#24270F
(36,39,15)
#181B0B
(24,27,11)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #84872F

#84872F
(132,135,47)
#8F9141
(143,145,65)
#9A9B53
(154,155,83)
#A5A565
(165,165,101)
#B0AF77
(176,175,119)
#BBB989
(187,185,137)
#C6C39B
(198,195,155)
#D1CDAD
(209,205,173)
#DCD7BF
(220,215,191)
#E7E1D1
(231,225,209)
#F2EBE3
(242,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84872F; }

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

This text font color is #84872F.


Background Color

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

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

This div background color is #84872F.


Border color

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

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

This div border color is #84872F.


Opacity

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

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

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

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

This text has shadow with #84872F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84872F on black background.


Color preview on white background

This text has color #84872F on white background.



Black color preview on #84872F background

This text has black color on #84872F background.


White color preview on #84872F background

This text has white color on #84872F background.