COLOR #84947F

HEX: #84947F
RGB: (132,148,127)

Color info

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

RGB color model

#84947F color RGB value is (132,148,127).

  • red value is 132;
  • green value is 148;
  • blue value is 127.
RGB:
(132,148,127)
(52%,58%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 127 of 255 = 50%

132
148
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 127 = 407 (100%)
R 132 of 407 ~ 32.43%
G 148 of 407 ~ 36.36%
B 127 of 407 ~ 31.2%

%32.43
%36.36
%31.2

CMYK color model

#84947F color CMYK value is (11,0,14,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(11,0,14,42)
C11M0Y14K42 
(11%,0%,14%,42%)
(0.11/0.00/0.14/0.42)	

CMYK percentages

%10.81
%0
%14.19
%41.96

Codes

Color #84947F in popluar color models

84947F
RGB132148127
HSL106°8.94%53.92%
HSB/HSV106°14.19%58.04%
CMYK10.81%0.00%14.19%
41.96%

Color #84947F in popluar number systems.

HEX84947F
Decimal132148127
Binary10000100100101001111111
Octal204224177

Shades and tints

Shades of #84947F

#84947F
(132,148,127)
#788774
(120,135,116)
#6C7A69
(108,122,105)
#606D5E
(96,109,94)
#546053
(84,96,83)
#485348
(72,83,72)
#3C463D
(60,70,61)
#303932
(48,57,50)
#242C27
(36,44,39)
#181F1C
(24,31,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #84947F

#84947F
(132,148,127)
#8F9D8A
(143,157,138)
#9AA695
(154,166,149)
#A5AFA0
(165,175,160)
#B0B8AB
(176,184,171)
#BBC1B6
(187,193,182)
#C6CAC1
(198,202,193)
#D1D3CC
(209,211,204)
#DCDCD7
(220,220,215)
#E7E5E2
(231,229,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84947F color. Also use rgb(132,148,127) instead hex code.

Text Font Color

.myTextColor { color: #84947F; }

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

This text font color is #84947F.


Background Color

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

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

This div background color is #84947F.


Border color

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

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

This div border color is #84947F.


Opacity

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

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

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

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

This text has shadow with #84947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84947F on black background.


Color preview on white background

This text has color #84947F on white background.



Black color preview on #84947F background

This text has black color on #84947F background.


White color preview on #84947F background

This text has white color on #84947F background.