COLOR #84786C

HEX: #84786C
RGB: (132,120,108)

Color info

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

RGB color model

#84786C color RGB value is (132,120,108).

  • red value is 132;
  • green value is 120;
  • blue value is 108.
RGB:
(132,120,108)
(52%,47%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 108 of 255 = 42%

132
120
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 108 = 360 (100%)
R 132 of 360 ~ 36.67%
G 120 of 360 ~ 33.33%
B 108 of 360 ~ 30%

%36.67
%33.33
%30

CMYK color model

#84786C color CMYK value is (0,9,18,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(0,9,18,48)
C0M9Y18K48 
(0%,9%,18%,48%)
(0.00/0.09/0.18/0.48)	

CMYK percentages

%0
%9.09
%18.18
%48.24

Codes

Color #84786C in popluar color models

84786C
RGB132120108
HSL30°10.00%47.06%
HSB/HSV30°18.18%51.76%
CMYK0.00%9.09%18.18%
48.24%

Color #84786C in popluar number systems.

HEX84786C
Decimal132120108
Binary1000010011110001101100
Octal204170154

Shades and tints

Shades of #84786C

#84786C
(132,120,108)
#786E63
(120,110,99)
#6C645A
(108,100,90)
#605A51
(96,90,81)
#545048
(84,80,72)
#48463F
(72,70,63)
#3C3C36
(60,60,54)
#30322D
(48,50,45)
#242824
(36,40,36)
#181E1B
(24,30,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #84786C

#84786C
(132,120,108)
#8F8479
(143,132,121)
#9A9086
(154,144,134)
#A59C93
(165,156,147)
#B0A8A0
(176,168,160)
#BBB4AD
(187,180,173)
#C6C0BA
(198,192,186)
#D1CCC7
(209,204,199)
#DCD8D4
(220,216,212)
#E7E4E1
(231,228,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84786C color. Also use rgb(132,120,108) instead hex code.

Text Font Color

.myTextColor { color: #84786C; }

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

This text font color is #84786C.


Background Color

.myBgColor { background-color: #84786C; }

<div style="background-color:#84786C">Inner text</div>

This div background color is #84786C.


Border color

.myBorderColor { border: 1px solid #84786C; }

<div style="border:3px solid #84786C">Div</div>

This div border color is #84786C.


Opacity

.myOpacity80 { color: #84786C; opacity: 0.8; }

<p style="color:#84786C;opacity:0.8;">80%</p>

Text with #84786C 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 #84786C;}

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

This text has shadow with #84786C color.

.textShadow {text-shadow: 3px 3px 1px #84786C, 3px 3px 1px red;}

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

This text has shadow with #84786C primary color and red secondary color.


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

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

This text has shadow with #84786C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84786C on black background.


Color preview on white background

This text has color #84786C on white background.



Black color preview on #84786C background

This text has black color on #84786C background.


White color preview on #84786C background

This text has white color on #84786C background.