COLOR #84766F

HEX: #84766F
RGB: (132,118,111)

Color info

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

RGB color model

#84766F color RGB value is (132,118,111).

  • red value is 132;
  • green value is 118;
  • blue value is 111.
RGB:
(132,118,111)
(52%,46%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 111 of 255 = 44%

132
118
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 111 = 361 (100%)
R 132 of 361 ~ 36.57%
G 118 of 361 ~ 32.69%
B 111 of 361 ~ 30.75%

%36.57
%32.69
%30.75

CMYK color model

#84766F color CMYK value is (0,11,16,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,11,16,48)
C0M11Y16K48 
(0%,11%,16%,48%)
(0.00/0.11/0.16/0.48)	

CMYK percentages

%0
%10.61
%15.91
%48.24

Codes

Color #84766F in popluar color models

84766F
RGB132118111
HSL20°8.64%47.65%
HSB/HSV20°15.91%51.76%
CMYK0.00%10.61%15.91%
48.24%

Color #84766F in popluar number systems.

HEX84766F
Decimal132118111
Binary1000010011101101101111
Octal204166157

Shades and tints

Shades of #84766F

#84766F
(132,118,111)
#786C65
(120,108,101)
#6C625B
(108,98,91)
#605851
(96,88,81)
#544E47
(84,78,71)
#48443D
(72,68,61)
#3C3A33
(60,58,51)
#303029
(48,48,41)
#24261F
(36,38,31)
#181C15
(24,28,21)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #84766F

#84766F
(132,118,111)
#8F827C
(143,130,124)
#9A8E89
(154,142,137)
#A59A96
(165,154,150)
#B0A6A3
(176,166,163)
#BBB2B0
(187,178,176)
#C6BEBD
(198,190,189)
#D1CACA
(209,202,202)
#DCD6D7
(220,214,215)
#E7E2E4
(231,226,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84766F color. Also use rgb(132,118,111) instead hex code.

Text Font Color

.myTextColor { color: #84766F; }

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

This text font color is #84766F.


Background Color

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

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

This div background color is #84766F.


Border color

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

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

This div border color is #84766F.


Opacity

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

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

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

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

This text has shadow with #84766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84766F on black background.


Color preview on white background

This text has color #84766F on white background.



Black color preview on #84766F background

This text has black color on #84766F background.


White color preview on #84766F background

This text has white color on #84766F background.