COLOR #84816E

HEX: #84816E
RGB: (132,129,110)

Color info

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

RGB color model

#84816E color RGB value is (132,129,110).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 110 of 255 = 43%

132
129
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 110 = 371 (100%)
R 132 of 371 ~ 35.58%
G 129 of 371 ~ 34.77%
B 110 of 371 ~ 29.65%

%35.58
%34.77
%29.65

CMYK color model

#84816E color CMYK value is (0,2,17,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(0,2,17,48)
C0M2Y17K48 
(0%,2%,17%,48%)
(0.00/0.02/0.17/0.48)	

CMYK percentages

%0
%2.27
%16.67
%48.24

Codes

Color #84816E in popluar color models

84816E
RGB132129110
HSL52°9.09%47.45%
HSB/HSV52°16.67%51.76%
CMYK0.00%2.27%16.67%
48.24%

Color #84816E in popluar number systems.

HEX84816E
Decimal132129110
Binary10000100100000011101110
Octal204201156

Shades and tints

Shades of #84816E

#84816E
(132,129,110)
#787664
(120,118,100)
#6C6B5A
(108,107,90)
#606050
(96,96,80)
#545546
(84,85,70)
#484A3C
(72,74,60)
#3C3F32
(60,63,50)
#303428
(48,52,40)
#24291E
(36,41,30)
#181E14
(24,30,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #84816E

#84816E
(132,129,110)
#8F8C7B
(143,140,123)
#9A9788
(154,151,136)
#A5A295
(165,162,149)
#B0ADA2
(176,173,162)
#BBB8AF
(187,184,175)
#C6C3BC
(198,195,188)
#D1CEC9
(209,206,201)
#DCD9D6
(220,217,214)
#E7E4E3
(231,228,227)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84816E; }

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

This text font color is #84816E.


Background Color

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

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

This div background color is #84816E.


Border color

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

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

This div border color is #84816E.


Opacity

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

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

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

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

This text has shadow with #84816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84816E on black background.


Color preview on white background

This text has color #84816E on white background.



Black color preview on #84816E background

This text has black color on #84816E background.


White color preview on #84816E background

This text has white color on #84816E background.