COLOR #84827E

HEX: #84827E
RGB: (132,130,126)

Color info

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

RGB color model

#84827E color RGB value is (132,130,126).

  • red value is 132;
  • green value is 130;
  • blue value is 126.
RGB:
(132,130,126)
(52%,51%,49%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 126 of 255 = 49%

132
130
126

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 126 = 388 (100%)
R 132 of 388 ~ 34.02%
G 130 of 388 ~ 33.51%
B 126 of 388 ~ 32.47%

%34.02
%33.51
%32.47

CMYK color model

#84827E color CMYK value is (0,2,5,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,2,5,48)
C0M2Y5K48 
(0%,2%,5%,48%)
(0.00/0.02/0.05/0.48)	

CMYK percentages

%0
%1.52
%4.55
%48.24

Codes

Color #84827E in popluar color models

84827E
RGB132130126
HSL40°2.38%50.59%
HSB/HSV40°4.55%51.76%
CMYK0.00%1.52%4.55%
48.24%

Color #84827E in popluar number systems.

HEX84827E
Decimal132130126
Binary10000100100000101111110
Octal204202176

Shades and tints

Shades of #84827E

#84827E
(132,130,126)
#787773
(120,119,115)
#6C6C68
(108,108,104)
#60615D
(96,97,93)
#545652
(84,86,82)
#484B47
(72,75,71)
#3C403C
(60,64,60)
#303531
(48,53,49)
#242A26
(36,42,38)
#181F1B
(24,31,27)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #84827E

#84827E
(132,130,126)
#8F8D89
(143,141,137)
#9A9894
(154,152,148)
#A5A39F
(165,163,159)
#B0AEAA
(176,174,170)
#BBB9B5
(187,185,181)
#C6C4C0
(198,196,192)
#D1CFCB
(209,207,203)
#DCDAD6
(220,218,214)
#E7E5E1
(231,229,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84827E color. Also use rgb(132,130,126) instead hex code.

Text Font Color

.myTextColor { color: #84827E; }

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

This text font color is #84827E.


Background Color

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

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

This div background color is #84827E.


Border color

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

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

This div border color is #84827E.


Opacity

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

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

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

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

This text has shadow with #84827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84827E on black background.


Color preview on white background

This text has color #84827E on white background.



Black color preview on #84827E background

This text has black color on #84827E background.


White color preview on #84827E background

This text has white color on #84827E background.