COLOR #84705A

HEX: #84705A RGB: (132,112,90)

Color info

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

RGB color model

#84705A color RGB value is (132,112,90).

RGB: (132,112,90) (52%, 44%, 35%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 90 of 255 = 35%

132
112
90

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

Portions of RGB colors in percentages

R + G + B = 132 + 112 + 90 = 334 (100%)
R 132 of 334 ~ 39.52%
G 112 of 334 ~ 33.53%
B 90 of 334 ~ 26.95'%

%39.52
%33.53
%26.95

CMYK color model

#84705A color CMYK value is (0,15,32,48).

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

CMYK: (0,15,32,48)
C0M15Y32K48 (0%, 15%, 32%, 48%)
(0.00 / 0.15 / 0.32 / 0.48)

CMYK percentages

%0
%15.15
%31.82
%48.24

Codes

Color #84705A in popluar color models

84 70 5A
RGB 132 112 90
HSL 31° 18.92% 43.53%
HSB/HSV 31° 31.82% 51.76%
CMYK 0.00% 15.15% 31.82%
48.24%

Color #84705A in popluar number systems.

HEX 84 70 5A
Decimal 132 112 90
Binary 10000100 1110000 1011010
Octal 204 160 132

Shades and tints

Shades of #84705A

#84705A
(132,112,90)
#786652
(120,102,82)
#6C5C4A
(108,92,74)
#605242
(96,82,66)
#54483A
(84,72,58)
#483E32
(72,62,50)
#3C342A
(60,52,42)
#302A22
(48,42,34)
#24201A
(36,32,26)
#181612
(24,22,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #84705A

#84705A
(132,112,90)
#8F7D69
(143,125,105)
#9A8A78
(154,138,120)
#A59787
(165,151,135)
#B0A496
(176,164,150)
#BBB1A5
(187,177,165)
#C6BEB4
(198,190,180)
#D1CBC3
(209,203,195)
#DCD8D2
(220,216,210)
#E7E5E1
(231,229,225)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84705A; }

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

This text font color is #84705A.

Background Color

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

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

This div background color is #84705A.

Border color

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

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

This div border color is #84705A.

Opacity

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

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

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

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

This text has shadow with #84705A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84705A.

Preview

Color preview on black background

This text has color #84705A on black background.


Color preview on white background

This text has color #84705A on white background.


Black color preview on #84705A background

This text has black color on #84705A background.


White color preview on #84705A background

This text has white color on #84705A background.


Related colors

Complementary color

Complementary color for #hex is #7B8FA5.


I love getcolorcode.com

Triadic colors

1 #5A8470 and #705A84 with #84705A are triadic colors.

2 #5A7084 and #70845A with #84705A are triadic colors.