COLOR #84892F

HEX: #84892F
RGB: (132,137,47)

Color info

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

RGB color model

#84892F color RGB value is (132,137,47).

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

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 47 of 255 = 18%

132
137
47

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 47 = 316 (100%)
R 132 of 316 ~ 41.77%
G 137 of 316 ~ 43.35%
B 47 of 316 ~ 14.87%

%41.77
%43.35
%14.87

CMYK color model

#84892F color CMYK value is (4,0,66,46).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 65.69%
  • key color value is 46.27%
CMYK:
(4,0,66,46)
C4M0Y66K46 
(4%,0%,66%,46%)
(0.04/0.00/0.66/0.46)	

CMYK percentages

%3.65
%0
%65.69
%46.27

Codes

Color #84892F in popluar color models

84892F
RGB13213747
HSL63°48.91%36.08%
HSB/HSV63°65.69%53.73%
CMYK3.65%0.00%65.69%
46.27%

Color #84892F in popluar number systems.

HEX84892F
Decimal13213747
Binary1000010010001001101111
Octal20421157

Shades and tints

Shades of #84892F

#84892F
(132,137,47)
#787D2B
(120,125,43)
#6C7127
(108,113,39)
#606523
(96,101,35)
#54591F
(84,89,31)
#484D1B
(72,77,27)
#3C4117
(60,65,23)
#303513
(48,53,19)
#24290F
(36,41,15)
#181D0B
(24,29,11)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #84892F

#84892F
(132,137,47)
#8F9341
(143,147,65)
#9A9D53
(154,157,83)
#A5A765
(165,167,101)
#B0B177
(176,177,119)
#BBBB89
(187,187,137)
#C6C59B
(198,197,155)
#D1CFAD
(209,207,173)
#DCD9BF
(220,217,191)
#E7E3D1
(231,227,209)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84892F; }

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

This text font color is #84892F.


Background Color

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

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

This div background color is #84892F.


Border color

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

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

This div border color is #84892F.


Opacity

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

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

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

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

This text has shadow with #84892F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84892F on black background.


Color preview on white background

This text has color #84892F on white background.



Black color preview on #84892F background

This text has black color on #84892F background.


White color preview on #84892F background

This text has white color on #84892F background.