COLOR #84806D

HEX: #84806D RGB: (132,128,109)

Color info

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

RGB color model

#84806D color RGB value is (132,128,109).

RGB: (132,128,109) (52%, 50%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 109 of 255 = 43%

132
128
109

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

Portions of RGB colors in percentages

R + G + B = 132 + 128 + 109 = 369 (100%)
R 132 of 369 ~ 35.77%
G 128 of 369 ~ 34.69%
B 109 of 369 ~ 29.54'%

%35.77
%34.69
%29.54

CMYK color model

#84806D color CMYK value is (0,3,17,48).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 17.42%
  • key color value is 48.24%

CMYK: (0,3,17,48)
C0M3Y17K48 (0%, 3%, 17%, 48%)
(0.00 / 0.03 / 0.17 / 0.48)

CMYK percentages

%0
%3.03
%17.42
%48.24

Codes

Color #84806D in popluar color models

84 80 6D
RGB 132 128 109
HSL 50° 9.54% 47.25%
HSB/HSV 50° 17.42% 51.76%
CMYK 0.00% 3.03% 17.42%
48.24%

Color #84806D in popluar number systems.

HEX 84 80 6D
Decimal 132 128 109
Binary 10000100 10000000 1101101
Octal 204 200 155

Shades and tints

Shades of #84806D

#84806D
(132,128,109)
#787564
(120,117,100)
#6C6A5B
(108,106,91)
#605F52
(96,95,82)
#545449
(84,84,73)
#484940
(72,73,64)
#3C3E37
(60,62,55)
#30332E
(48,51,46)
#242825
(36,40,37)
#181D1C
(24,29,28)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #84806D

#84806D
(132,128,109)
#8F8B7A
(143,139,122)
#9A9687
(154,150,135)
#A5A194
(165,161,148)
#B0ACA1
(176,172,161)
#BBB7AE
(187,183,174)
#C6C2BB
(198,194,187)
#D1CDC8
(209,205,200)
#DCD8D5
(220,216,213)
#E7E3E2
(231,227,226)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84806D color. Also use rgb(132,128,109) instead hex code.

Text Font Color

.myTextColor { color: #84806D; }

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

This text font color is #84806D.

Background Color

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

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

This div background color is #84806D.

Border color

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

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

This div border color is #84806D.

Opacity

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

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

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

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

This text has shadow with #84806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84806D.

Preview

Color preview on black background

This text has color #84806D on black background.


Color preview on white background

This text has color #84806D on white background.


Black color preview on #84806D background

This text has black color on #84806D background.


White color preview on #84806D background

This text has white color on #84806D background.


Related colors

Complementary color

Complementary color for #hex is #7B7F92.


I love getcolorcode.com

Triadic colors

1 #6D8480 and #806D84 with #84806D are triadic colors.

2 #6D8084 and #80846D with #84806D are triadic colors.