COLOR #84766C

HEX: #84766C
RGB: (132,118,108)

Color info

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

RGB color model

#84766C color RGB value is (132,118,108).

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

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 108 of 255 = 42%

132
118
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 108 = 358 (100%)
R 132 of 358 ~ 36.87%
G 118 of 358 ~ 32.96%
B 108 of 358 ~ 30.17%

%36.87
%32.96
%30.17

CMYK color model

#84766C color CMYK value is (0,11,18,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(0,11,18,48)
C0M11Y18K48 
(0%,11%,18%,48%)
(0.00/0.11/0.18/0.48)	

CMYK percentages

%0
%10.61
%18.18
%48.24

Codes

Color #84766C in popluar color models

84766C
RGB132118108
HSL25°10.00%47.06%
HSB/HSV25°18.18%51.76%
CMYK0.00%10.61%18.18%
48.24%

Color #84766C in popluar number systems.

HEX84766C
Decimal132118108
Binary1000010011101101101100
Octal204166154

Shades and tints

Shades of #84766C

#84766C
(132,118,108)
#786C63
(120,108,99)
#6C625A
(108,98,90)
#605851
(96,88,81)
#544E48
(84,78,72)
#48443F
(72,68,63)
#3C3A36
(60,58,54)
#30302D
(48,48,45)
#242624
(36,38,36)
#181C1B
(24,28,27)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84766C

#84766C
(132,118,108)
#8F8279
(143,130,121)
#9A8E86
(154,142,134)
#A59A93
(165,154,147)
#B0A6A0
(176,166,160)
#BBB2AD
(187,178,173)
#C6BEBA
(198,190,186)
#D1CAC7
(209,202,199)
#DCD6D4
(220,214,212)
#E7E2E1
(231,226,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84766C; }

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

This text font color is #84766C.


Background Color

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

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

This div background color is #84766C.


Border color

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

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

This div border color is #84766C.


Opacity

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

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

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

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

This text has shadow with #84766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84766C on black background.


Color preview on white background

This text has color #84766C on white background.



Black color preview on #84766C background

This text has black color on #84766C background.


White color preview on #84766C background

This text has white color on #84766C background.