COLOR #84805F

HEX: #84805F
RGB: (132,128,95)

Color info

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

RGB color model

#84805F color RGB value is (132,128,95).

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

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 95 of 255 = 37%

132
128
95

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 95 = 355 (100%)
R 132 of 355 ~ 37.18%
G 128 of 355 ~ 36.06%
B 95 of 355 ~ 26.76%

%37.18
%36.06
%26.76

CMYK color model

#84805F color CMYK value is (0,3,28,48).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 28.03%
  • key color value is 48.24%
CMYK:
(0,3,28,48)
C0M3Y28K48 
(0%,3%,28%,48%)
(0.00/0.03/0.28/0.48)	

CMYK percentages

%0
%3.03
%28.03
%48.24

Codes

Color #84805F in popluar color models

84805F
RGB13212895
HSL54°16.30%44.51%
HSB/HSV54°28.03%51.76%
CMYK0.00%3.03%28.03%
48.24%

Color #84805F in popluar number systems.

HEX84805F
Decimal13212895
Binary10000100100000001011111
Octal204200137

Shades and tints

Shades of #84805F

#84805F
(132,128,95)
#787557
(120,117,87)
#6C6A4F
(108,106,79)
#605F47
(96,95,71)
#54543F
(84,84,63)
#484937
(72,73,55)
#3C3E2F
(60,62,47)
#303327
(48,51,39)
#24281F
(36,40,31)
#181D17
(24,29,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #84805F

#84805F
(132,128,95)
#8F8B6D
(143,139,109)
#9A967B
(154,150,123)
#A5A189
(165,161,137)
#B0AC97
(176,172,151)
#BBB7A5
(187,183,165)
#C6C2B3
(198,194,179)
#D1CDC1
(209,205,193)
#DCD8CF
(220,216,207)
#E7E3DD
(231,227,221)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84805F; }

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

This text font color is #84805F.


Background Color

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

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

This div background color is #84805F.


Border color

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

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

This div border color is #84805F.


Opacity

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

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

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

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

This text has shadow with #84805F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84805F on black background.


Color preview on white background

This text has color #84805F on white background.



Black color preview on #84805F background

This text has black color on #84805F background.


White color preview on #84805F background

This text has white color on #84805F background.