COLOR #84866F

HEX: #84866F RGB: (132,134,111)

Color info

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

RGB color model

#84866F color RGB value is (132,134,111).

RGB: (132,134,111) (52%, 53%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 111 of 255 = 44%

132
134
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 134 + 111 = 377 (100%)
R 132 of 377 ~ 35.01%
G 134 of 377 ~ 35.54%
B 111 of 377 ~ 29.44'%

%35.01
%35.54
%29.44

CMYK color model

#84866F color CMYK value is (1,0,17,47).

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

CMYK: (1,0,17,47)
C1M0Y17K47 (1%, 0%, 17%, 47%)
(0.01 / 0.00 / 0.17 / 0.47)

CMYK percentages

%1.49
%0
%17.16
%47.45

Codes

Color #84866F in popluar color models

84 86 6F
RGB 132 134 111
HSL 65° 9.39% 48.04%
HSB/HSV 65° 17.16% 52.55%
CMYK 1.49% 0.00% 17.16%
47.45%

Color #84866F in popluar number systems.

HEX 84 86 6F
Decimal 132 134 111
Binary 10000100 10000110 1101111
Octal 204 206 157

Shades and tints

Shades of #84866F

#84866F
(132,134,111)
#787A65
(120,122,101)
#6C6E5B
(108,110,91)
#606251
(96,98,81)
#545647
(84,86,71)
#484A3D
(72,74,61)
#3C3E33
(60,62,51)
#303229
(48,50,41)
#24261F
(36,38,31)
#181A15
(24,26,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #84866F

#84866F
(132,134,111)
#8F917C
(143,145,124)
#9A9C89
(154,156,137)
#A5A796
(165,167,150)
#B0B2A3
(176,178,163)
#BBBDB0
(187,189,176)
#C6C8BD
(198,200,189)
#D1D3CA
(209,211,202)
#DCDED7
(220,222,215)
#E7E9E4
(231,233,228)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84866F; }

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

This text font color is #84866F.

Background Color

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

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

This div background color is #84866F.

Border color

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

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

This div border color is #84866F.

Opacity

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

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

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

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

This text has shadow with #84866F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84866F.

Preview

Color preview on black background

This text has color #84866F on black background.


Color preview on white background

This text has color #84866F on white background.


Black color preview on #84866F background

This text has black color on #84866F background.


White color preview on #84866F background

This text has white color on #84866F background.


Related colors

Complementary color

Complementary color for #hex is #7B7990.


I love getcolorcode.com

Triadic colors

1 #6F8486 and #866F84 with #84866F are triadic colors.

2 #6F8684 and #86846F with #84866F are triadic colors.