COLOR #84806E

HEX: #84806E RGB: (132,128,110)

Color info

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

RGB color model

#84806E color RGB value is (132,128,110).

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

RGB channels and saturation

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

132
128
110

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

Portions of RGB colors in percentages

R + G + B = 132 + 128 + 110 = 370 (100%)
R 132 of 370 ~ 35.68%
G 128 of 370 ~ 34.59%
B 110 of 370 ~ 29.73'%

%35.68
%34.59
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 16.67%
  • 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
%16.67
%48.24

Codes

Color #84806E in popluar color models

84 80 6E
RGB 132 128 110
HSL 49° 9.09% 47.45%
HSB/HSV 49° 16.67% 51.76%
CMYK 0.00% 3.03% 16.67%
48.24%

Color #84806E in popluar number systems.

HEX 84 80 6E
Decimal 132 128 110
Binary 10000100 10000000 1101110
Octal 204 200 156

Shades and tints

Shades of #84806E

#84806E
(132,128,110)
#787564
(120,117,100)
#6C6A5A
(108,106,90)
#605F50
(96,95,80)
#545446
(84,84,70)
#48493C
(72,73,60)
#3C3E32
(60,62,50)
#303328
(48,51,40)
#24281E
(36,40,30)
#181D14
(24,29,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #84806E

#84806E
(132,128,110)
#8F8B7B
(143,139,123)
#9A9688
(154,150,136)
#A5A195
(165,161,149)
#B0ACA2
(176,172,162)
#BBB7AF
(187,183,175)
#C6C2BC
(198,194,188)
#D1CDC9
(209,205,201)
#DCD8D6
(220,216,214)
#E7E3E3
(231,227,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84806E; }

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

This text font color is #84806E.

Background Color

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

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

This div background color is #84806E.

Border color

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

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

This div border color is #84806E.

Opacity

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

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

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

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

This text has shadow with #84806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84806E.

Preview

Color preview on black background

This text has color #84806E on black background.


Color preview on white background

This text has color #84806E on white background.


Black color preview on #84806E background

This text has black color on #84806E background.


White color preview on #84806E background

This text has white color on #84806E background.


Related colors

Complementary color

Complementary color for #hex is #7B7F91.


I love getcolorcode.com

Triadic colors

1 #6E8480 and #806E84 with #84806E are triadic colors.

2 #6E8084 and #80846E with #84806E are triadic colors.