COLOR #84716F

HEX: #84716F RGB: (132,113,111)

Color info

#84716F contains red, green and blue colors in about the same proportion. Web safe color of #84716F is #996666 (or #966).

RGB color model

#84716F color RGB value is (132,113,111).

RGB: (132,113,111) (52%, 44%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 111 of 255 = 44%

132
113
111

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

Portions of RGB colors in percentages

R + G + B = 132 + 113 + 111 = 356 (100%)
R 132 of 356 ~ 37.08%
G 113 of 356 ~ 31.74%
B 111 of 356 ~ 31.18'%

%37.08
%31.74
%31.18

CMYK color model

#84716F color CMYK value is (0,14,16,48).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 15.91%
  • key color value is 48.24%

CMYK: (0,14,16,48)
C0M14Y16K48 (0%, 14%, 16%, 48%)
(0.00 / 0.14 / 0.16 / 0.48)

CMYK percentages

%0
%14.39
%15.91
%48.24

Codes

Color #84716F in popluar color models

84 71 6F
RGB 132 113 111
HSL 8.64% 47.65%
HSB/HSV 15.91% 51.76%
CMYK 0.00% 14.39% 15.91%
48.24%

Color #84716F in popluar number systems.

HEX 84 71 6F
Decimal 132 113 111
Binary 10000100 1110001 1101111
Octal 204 161 157

Shades and tints

Shades of #84716F

#84716F
(132,113,111)
#786765
(120,103,101)
#6C5D5B
(108,93,91)
#605351
(96,83,81)
#544947
(84,73,71)
#483F3D
(72,63,61)
#3C3533
(60,53,51)
#302B29
(48,43,41)
#24211F
(36,33,31)
#181715
(24,23,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #84716F

#84716F
(132,113,111)
#8F7D7C
(143,125,124)
#9A8989
(154,137,137)
#A59596
(165,149,150)
#B0A1A3
(176,161,163)
#BBADB0
(187,173,176)
#C6B9BD
(198,185,189)
#D1C5CA
(209,197,202)
#DCD1D7
(220,209,215)
#E7DDE4
(231,221,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84716F; }

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

This text font color is #84716F.

Background Color

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

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

This div background color is #84716F.

Border color

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

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

This div border color is #84716F.

Opacity

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

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

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

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

This text has shadow with #84716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84716F.

Preview

Color preview on black background

This text has color #84716F on black background.


Color preview on white background

This text has color #84716F on white background.


Black color preview on #84716F background

This text has black color on #84716F background.


White color preview on #84716F background

This text has white color on #84716F background.


Related colors

Complementary color

Complementary color for #hex is #7B8E90.


I love getcolorcode.com

Triadic colors

1 #6F8471 and #716F84 with #84716F are triadic colors.

2 #6F7184 and #71846F with #84716F are triadic colors.