COLOR #84786E

HEX: #84786E
RGB: (132,120,110)

Color info

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

RGB color model

#84786E color RGB value is (132,120,110).

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

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 110 of 255 = 43%

132
120
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 110 = 362 (100%)
R 132 of 362 ~ 36.46%
G 120 of 362 ~ 33.15%
B 110 of 362 ~ 30.39%

%36.46
%33.15
%30.39

CMYK color model

#84786E color CMYK value is (0,9,17,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(0,9,17,48)
C0M9Y17K48 
(0%,9%,17%,48%)
(0.00/0.09/0.17/0.48)	

CMYK percentages

%0
%9.09
%16.67
%48.24

Codes

Color #84786E in popluar color models

84786E
RGB132120110
HSL27°9.09%47.45%
HSB/HSV27°16.67%51.76%
CMYK0.00%9.09%16.67%
48.24%

Color #84786E in popluar number systems.

HEX84786E
Decimal132120110
Binary1000010011110001101110
Octal204170156

Shades and tints

Shades of #84786E

#84786E
(132,120,110)
#786E64
(120,110,100)
#6C645A
(108,100,90)
#605A50
(96,90,80)
#545046
(84,80,70)
#48463C
(72,70,60)
#3C3C32
(60,60,50)
#303228
(48,50,40)
#24281E
(36,40,30)
#181E14
(24,30,20)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #84786E

#84786E
(132,120,110)
#8F847B
(143,132,123)
#9A9088
(154,144,136)
#A59C95
(165,156,149)
#B0A8A2
(176,168,162)
#BBB4AF
(187,180,175)
#C6C0BC
(198,192,188)
#D1CCC9
(209,204,201)
#DCD8D6
(220,216,214)
#E7E4E3
(231,228,227)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84786E; }

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

This text font color is #84786E.


Background Color

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

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

This div background color is #84786E.


Border color

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

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

This div border color is #84786E.


Opacity

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

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

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

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

This text has shadow with #84786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84786E on black background.


Color preview on white background

This text has color #84786E on white background.



Black color preview on #84786E background

This text has black color on #84786E background.


White color preview on #84786E background

This text has white color on #84786E background.