COLOR #84705D

HEX: #84705D
RGB: (132,112,93)

Color info

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

RGB color model

#84705D color RGB value is (132,112,93).

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

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 93 of 255 = 36%

132
112
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 93 = 337 (100%)
R 132 of 337 ~ 39.17%
G 112 of 337 ~ 33.23%
B 93 of 337 ~ 27.6%

%39.17
%33.23
%27.6

CMYK color model

#84705D color CMYK value is (0,15,30,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(0,15,30,48)
C0M15Y30K48 
(0%,15%,30%,48%)
(0.00/0.15/0.30/0.48)	

CMYK percentages

%0
%15.15
%29.55
%48.24

Codes

Color #84705D in popluar color models

84705D
RGB13211293
HSL29°17.33%44.12%
HSB/HSV29°29.55%51.76%
CMYK0.00%15.15%29.55%
48.24%

Color #84705D in popluar number systems.

HEX84705D
Decimal13211293
Binary1000010011100001011101
Octal204160135

Shades and tints

Shades of #84705D

#84705D
(132,112,93)
#786655
(120,102,85)
#6C5C4D
(108,92,77)
#605245
(96,82,69)
#54483D
(84,72,61)
#483E35
(72,62,53)
#3C342D
(60,52,45)
#302A25
(48,42,37)
#24201D
(36,32,29)
#181615
(24,22,21)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #84705D

#84705D
(132,112,93)
#8F7D6B
(143,125,107)
#9A8A79
(154,138,121)
#A59787
(165,151,135)
#B0A495
(176,164,149)
#BBB1A3
(187,177,163)
#C6BEB1
(198,190,177)
#D1CBBF
(209,203,191)
#DCD8CD
(220,216,205)
#E7E5DB
(231,229,219)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84705D; }

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

This text font color is #84705D.


Background Color

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

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

This div background color is #84705D.


Border color

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

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

This div border color is #84705D.


Opacity

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

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

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

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

This text has shadow with #84705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84705D on black background.


Color preview on white background

This text has color #84705D on white background.



Black color preview on #84705D background

This text has black color on #84705D background.


White color preview on #84705D background

This text has white color on #84705D background.