COLOR #84966C

HEX: #84966C RGB: (132,150,108)

Color info

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

RGB color model

#84966C color RGB value is (132,150,108).

RGB: (132,150,108) (52%, 59%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 108 of 255 = 42%

132
150
108

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

Portions of RGB colors in percentages

R + G + B = 132 + 150 + 108 = 390 (100%)
R 132 of 390 ~ 33.85%
G 150 of 390 ~ 38.46%
B 108 of 390 ~ 27.69'%

%33.85
%38.46
%27.69

CMYK color model

#84966C color CMYK value is (12,0,28,41).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 41.18%

CMYK: (12,0,28,41)
C12M0Y28K41 (12%, 0%, 28%, 41%)
(0.12 / 0.00 / 0.28 / 0.41)

CMYK percentages

%12
%0
%28
%41.18

Codes

Color #84966C in popluar color models

84 96 6C
RGB 132 150 108
HSL 86° 16.67% 50.59%
HSB/HSV 86° 28.00% 58.82%
CMYK 12.00% 0.00% 28.00%
41.18%

Color #84966C in popluar number systems.

HEX 84 96 6C
Decimal 132 150 108
Binary 10000100 10010110 1101100
Octal 204 226 154

Shades and tints

Shades of #84966C

#84966C
(132,150,108)
#788963
(120,137,99)
#6C7C5A
(108,124,90)
#606F51
(96,111,81)
#546248
(84,98,72)
#48553F
(72,85,63)
#3C4836
(60,72,54)
#303B2D
(48,59,45)
#242E24
(36,46,36)
#18211B
(24,33,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #84966C

#84966C
(132,150,108)
#8F9F79
(143,159,121)
#9AA886
(154,168,134)
#A5B193
(165,177,147)
#B0BAA0
(176,186,160)
#BBC3AD
(187,195,173)
#C6CCBA
(198,204,186)
#D1D5C7
(209,213,199)
#DCDED4
(220,222,212)
#E7E7E1
(231,231,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84966C; }

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

This text font color is #84966C.

Background Color

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

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

This div background color is #84966C.

Border color

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

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

This div border color is #84966C.

Opacity

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

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

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

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

This text has shadow with #84966C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84966C.

Preview

Color preview on black background

This text has color #84966C on black background.


Color preview on white background

This text has color #84966C on white background.


Black color preview on #84966C background

This text has black color on #84966C background.


White color preview on #84966C background

This text has white color on #84966C background.


Related colors

Complementary color

Complementary color for #hex is #7B6993.


I love getcolorcode.com

Triadic colors

1 #6C8496 and #966C84 with #84966C are triadic colors.

2 #6C9684 and #96846C with #84966C are triadic colors.