COLOR #84816C

HEX: #84816C
RGB: (132,129,108)

Color info

#84816C contains red, green and blue colors in about the same proportion. Web safe color of #84816C is #999966 (or #996).

RGB color model

#84816C color RGB value is (132,129,108).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 108 of 255 = 42%

132
129
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 108 = 369 (100%)
R 132 of 369 ~ 35.77%
G 129 of 369 ~ 34.96%
B 108 of 369 ~ 29.27%

%35.77
%34.96
%29.27

CMYK color model

#84816C color CMYK value is (0,2,18,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(0,2,18,48)
C0M2Y18K48 
(0%,2%,18%,48%)
(0.00/0.02/0.18/0.48)	

CMYK percentages

%0
%2.27
%18.18
%48.24

Codes

Color #84816C in popluar color models

84816C
RGB132129108
HSL53°10.00%47.06%
HSB/HSV53°18.18%51.76%
CMYK0.00%2.27%18.18%
48.24%

Color #84816C in popluar number systems.

HEX84816C
Decimal132129108
Binary10000100100000011101100
Octal204201154

Shades and tints

Shades of #84816C

#84816C
(132,129,108)
#787663
(120,118,99)
#6C6B5A
(108,107,90)
#606051
(96,96,81)
#545548
(84,85,72)
#484A3F
(72,74,63)
#3C3F36
(60,63,54)
#30342D
(48,52,45)
#242924
(36,41,36)
#181E1B
(24,30,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #84816C

#84816C
(132,129,108)
#8F8C79
(143,140,121)
#9A9786
(154,151,134)
#A5A293
(165,162,147)
#B0ADA0
(176,173,160)
#BBB8AD
(187,184,173)
#C6C3BA
(198,195,186)
#D1CEC7
(209,206,199)
#DCD9D4
(220,217,212)
#E7E4E1
(231,228,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84816C; }

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

This text font color is #84816C.


Background Color

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

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

This div background color is #84816C.


Border color

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

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

This div border color is #84816C.


Opacity

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

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

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

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

This text has shadow with #84816C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84816C on black background.


Color preview on white background

This text has color #84816C on white background.



Black color preview on #84816C background

This text has black color on #84816C background.


White color preview on #84816C background

This text has white color on #84816C background.