COLOR #84816F

HEX: #84816F
RGB: (132,129,111)

Color info

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

RGB color model

#84816F color RGB value is (132,129,111).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 111 of 255 = 44%

132
129
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 111 = 372 (100%)
R 132 of 372 ~ 35.48%
G 129 of 372 ~ 34.68%
B 111 of 372 ~ 29.84%

%35.48
%34.68
%29.84

CMYK color model

#84816F color CMYK value is (0,2,16,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,2,16,48)
C0M2Y16K48 
(0%,2%,16%,48%)
(0.00/0.02/0.16/0.48)	

CMYK percentages

%0
%2.27
%15.91
%48.24

Codes

Color #84816F in popluar color models

84816F
RGB132129111
HSL51°8.64%47.65%
HSB/HSV51°15.91%51.76%
CMYK0.00%2.27%15.91%
48.24%

Color #84816F in popluar number systems.

HEX84816F
Decimal132129111
Binary10000100100000011101111
Octal204201157

Shades and tints

Shades of #84816F

#84816F
(132,129,111)
#787665
(120,118,101)
#6C6B5B
(108,107,91)
#606051
(96,96,81)
#545547
(84,85,71)
#484A3D
(72,74,61)
#3C3F33
(60,63,51)
#303429
(48,52,41)
#24291F
(36,41,31)
#181E15
(24,30,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #84816F

#84816F
(132,129,111)
#8F8C7C
(143,140,124)
#9A9789
(154,151,137)
#A5A296
(165,162,150)
#B0ADA3
(176,173,163)
#BBB8B0
(187,184,176)
#C6C3BD
(198,195,189)
#D1CECA
(209,206,202)
#DCD9D7
(220,217,215)
#E7E4E4
(231,228,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84816F; }

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

This text font color is #84816F.


Background Color

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

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

This div background color is #84816F.


Border color

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

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

This div border color is #84816F.


Opacity

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

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

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

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

This text has shadow with #84816F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84816F on black background.


Color preview on white background

This text has color #84816F on white background.



Black color preview on #84816F background

This text has black color on #84816F background.


White color preview on #84816F background

This text has white color on #84816F background.