COLOR #84706A

HEX: #84706A RGB: (132,112,106)

Color info

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

RGB color model

#84706A color RGB value is (132,112,106).

RGB: (132,112,106) (52%, 44%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 106 of 255 = 42%

132
112
106

R + G + B ~ 46%. #84706A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 112 + 106 = 350 (100%)
R 132 of 350 ~ 37.71%
G 112 of 350 ~ 32%
B 106 of 350 ~ 30.29'%

%37.71
%32
%30.29

CMYK color model

#84706A color CMYK value is (0,15,20,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 19.70%
  • key color value is 48.24%

CMYK: (0,15,20,48)
C0M15Y20K48 (0%, 15%, 20%, 48%)
(0.00 / 0.15 / 0.20 / 0.48)

CMYK percentages

%0
%15.15
%19.7
%48.24

Codes

Color #84706A in popluar color models

84 70 6A
RGB 132 112 106
HSL 14° 10.92% 46.67%
HSB/HSV 14° 19.70% 51.76%
CMYK 0.00% 15.15% 19.70%
48.24%

Color #84706A in popluar number systems.

HEX 84 70 6A
Decimal 132 112 106
Binary 10000100 1110000 1101010
Octal 204 160 152

Shades and tints

Shades of #84706A

#84706A
(132,112,106)
#786661
(120,102,97)
#6C5C58
(108,92,88)
#60524F
(96,82,79)
#544846
(84,72,70)
#483E3D
(72,62,61)
#3C3434
(60,52,52)
#302A2B
(48,42,43)
#242022
(36,32,34)
#181619
(24,22,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #84706A

#84706A
(132,112,106)
#8F7D77
(143,125,119)
#9A8A84
(154,138,132)
#A59791
(165,151,145)
#B0A49E
(176,164,158)
#BBB1AB
(187,177,171)
#C6BEB8
(198,190,184)
#D1CBC5
(209,203,197)
#DCD8D2
(220,216,210)
#E7E5DF
(231,229,223)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84706A color. Also use rgb(132,112,106) instead hex code.

Text Font Color

.myTextColor { color: #84706A; }

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

This text font color is #84706A.

Background Color

.myBgColor { background-color: #84706A; }

<div style="background-color:#84706A">Inner text</div>

This div background color is #84706A.

Border color

.myBorderColor { border: 1px solid #84706A; }

<div style="border:3px solid #84706A">Div</div>

This div border color is #84706A.

Opacity

.myOpacity80 { color: #84706A; opacity: 0.8; }

<p style="color:#84706A;opacity:0.8;">80%</p>

Text with #84706A 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 #84706A;}

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

This text has shadow with #84706A color.


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

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

This text has shadow with #84706A primary color and red secondary color.


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

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

This text has shadow with #84706A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84706A.

Preview

Color preview on black background

This text has color #84706A on black background.


Color preview on white background

This text has color #84706A on white background.


Black color preview on #84706A background

This text has black color on #84706A background.


White color preview on #84706A background

This text has white color on #84706A background.


Related colors

Complementary color

Complementary color for #hex is #7B8F95.


I love getcolorcode.com

Triadic colors

1 #6A8470 and #706A84 with #84706A are triadic colors.

2 #6A7084 and #70846A with #84706A are triadic colors.