COLOR #84946C

HEX: #84946C
RGB: (132,148,108)

Color info

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

RGB color model

#84946C color RGB value is (132,148,108).

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

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 108 of 255 = 42%

132
148
108

R + G + B ~ 51%. #84946C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 108 = 388 (100%)
R 132 of 388 ~ 34.02%
G 148 of 388 ~ 38.14%
B 108 of 388 ~ 27.84%

%34.02
%38.14
%27.84

CMYK color model

#84946C color CMYK value is (11,0,27,42).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 41.96%
CMYK:
(11,0,27,42)
C11M0Y27K42 
(11%,0%,27%,42%)
(0.11/0.00/0.27/0.42)	

CMYK percentages

%10.81
%0
%27.03
%41.96

Codes

Color #84946C in popluar color models

84946C
RGB132148108
HSL84°15.75%50.20%
HSB/HSV84°27.03%58.04%
CMYK10.81%0.00%27.03%
41.96%

Color #84946C in popluar number systems.

HEX84946C
Decimal132148108
Binary10000100100101001101100
Octal204224154

Shades and tints

Shades of #84946C

#84946C
(132,148,108)
#788763
(120,135,99)
#6C7A5A
(108,122,90)
#606D51
(96,109,81)
#546048
(84,96,72)
#48533F
(72,83,63)
#3C4636
(60,70,54)
#30392D
(48,57,45)
#242C24
(36,44,36)
#181F1B
(24,31,27)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84946C

#84946C
(132,148,108)
#8F9D79
(143,157,121)
#9AA686
(154,166,134)
#A5AF93
(165,175,147)
#B0B8A0
(176,184,160)
#BBC1AD
(187,193,173)
#C6CABA
(198,202,186)
#D1D3C7
(209,211,199)
#DCDCD4
(220,220,212)
#E7E5E1
(231,229,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84946C color. Also use rgb(132,148,108) instead hex code.

Text Font Color

.myTextColor { color: #84946C; }

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

This text font color is #84946C.


Background Color

.myBgColor { background-color: #84946C; }

<div style="background-color:#84946C">Inner text</div>

This div background color is #84946C.


Border color

.myBorderColor { border: 1px solid #84946C; }

<div style="border:3px solid #84946C">Div</div>

This div border color is #84946C.


Opacity

.myOpacity80 { color: #84946C; opacity: 0.8; }

<p style="color:#84946C;opacity:0.8;">80%</p>

Text with #84946C 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 #84946C;}

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

This text has shadow with #84946C color.

.textShadow {text-shadow: 3px 3px 1px #84946C, 3px 3px 1px red;}

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

This text has shadow with #84946C primary color and red secondary color.


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

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

This text has shadow with #84946C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84946C on black background.


Color preview on white background

This text has color #84946C on white background.



Black color preview on #84946C background

This text has black color on #84946C background.


White color preview on #84946C background

This text has white color on #84946C background.