COLOR #84866C

HEX: #84866C RGB: (132,134,108)

Color info

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

RGB color model

#84866C color RGB value is (132,134,108).

RGB: (132,134,108) (52%, 53%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 108 of 255 = 42%

132
134
108

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

Portions of RGB colors in percentages

R + G + B = 132 + 134 + 108 = 374 (100%)
R 132 of 374 ~ 35.29%
G 134 of 374 ~ 35.83%
B 108 of 374 ~ 28.88'%

%35.29
%35.83
%28.88

CMYK color model

#84866C color CMYK value is (1,0,19,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 47.45%

CMYK: (1,0,19,47)
C1M0Y19K47 (1%, 0%, 19%, 47%)
(0.01 / 0.00 / 0.19 / 0.47)

CMYK percentages

%1.49
%0
%19.4
%47.45

Codes

Color #84866C in popluar color models

84 86 6C
RGB 132 134 108
HSL 65° 10.74% 47.45%
HSB/HSV 65° 19.40% 52.55%
CMYK 1.49% 0.00% 19.40%
47.45%

Color #84866C in popluar number systems.

HEX 84 86 6C
Decimal 132 134 108
Binary 10000100 10000110 1101100
Octal 204 206 154

Shades and tints

Shades of #84866C

#84866C
(132,134,108)
#787A63
(120,122,99)
#6C6E5A
(108,110,90)
#606251
(96,98,81)
#545648
(84,86,72)
#484A3F
(72,74,63)
#3C3E36
(60,62,54)
#30322D
(48,50,45)
#242624
(36,38,36)
#181A1B
(24,26,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #84866C

#84866C
(132,134,108)
#8F9179
(143,145,121)
#9A9C86
(154,156,134)
#A5A793
(165,167,147)
#B0B2A0
(176,178,160)
#BBBDAD
(187,189,173)
#C6C8BA
(198,200,186)
#D1D3C7
(209,211,199)
#DCDED4
(220,222,212)
#E7E9E1
(231,233,225)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84866C; }

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

This text font color is #84866C.

Background Color

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

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

This div background color is #84866C.

Border color

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

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

This div border color is #84866C.

Opacity

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

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

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

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

This text has shadow with #84866C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84866C.

Preview

Color preview on black background

This text has color #84866C on black background.


Color preview on white background

This text has color #84866C on white background.


Black color preview on #84866C background

This text has black color on #84866C background.


White color preview on #84866C background

This text has white color on #84866C background.


Related colors

Complementary color

Complementary color for #hex is #7B7993.


I love getcolorcode.com

Triadic colors

1 #6C8486 and #866C84 with #84866C are triadic colors.

2 #6C8684 and #86846C with #84866C are triadic colors.