COLOR #84705F

HEX: #84705F
RGB: (132,112,95)

Color info

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

RGB color model

#84705F color RGB value is (132,112,95).

  • red value is 132;
  • green value is 112;
  • blue value is 95.
RGB:
(132,112,95)
(52%,44%,37%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 95 of 255 = 37%

132
112
95

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 95 = 339 (100%)
R 132 of 339 ~ 38.94%
G 112 of 339 ~ 33.04%
B 95 of 339 ~ 28.02%

%38.94
%33.04
%28.02

CMYK color model

#84705F color CMYK value is (0,15,28,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 28.03%
  • key color value is 48.24%
CMYK:
(0,15,28,48)
C0M15Y28K48 
(0%,15%,28%,48%)
(0.00/0.15/0.28/0.48)	

CMYK percentages

%0
%15.15
%28.03
%48.24

Codes

Color #84705F in popluar color models

84705F
RGB13211295
HSL28°16.30%44.51%
HSB/HSV28°28.03%51.76%
CMYK0.00%15.15%28.03%
48.24%

Color #84705F in popluar number systems.

HEX84705F
Decimal13211295
Binary1000010011100001011111
Octal204160137

Shades and tints

Shades of #84705F

#84705F
(132,112,95)
#786657
(120,102,87)
#6C5C4F
(108,92,79)
#605247
(96,82,71)
#54483F
(84,72,63)
#483E37
(72,62,55)
#3C342F
(60,52,47)
#302A27
(48,42,39)
#24201F
(36,32,31)
#181617
(24,22,23)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #84705F

#84705F
(132,112,95)
#8F7D6D
(143,125,109)
#9A8A7B
(154,138,123)
#A59789
(165,151,137)
#B0A497
(176,164,151)
#BBB1A5
(187,177,165)
#C6BEB3
(198,190,179)
#D1CBC1
(209,203,193)
#DCD8CF
(220,216,207)
#E7E5DD
(231,229,221)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84705F color. Also use rgb(132,112,95) instead hex code.

Text Font Color

.myTextColor { color: #84705F; }

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

This text font color is #84705F.


Background Color

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

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

This div background color is #84705F.


Border color

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

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

This div border color is #84705F.


Opacity

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

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

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

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

This text has shadow with #84705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84705F on black background.


Color preview on white background

This text has color #84705F on white background.



Black color preview on #84705F background

This text has black color on #84705F background.


White color preview on #84705F background

This text has white color on #84705F background.