COLOR #84827F

HEX: #84827F
RGB: (132,130,127)

Color info

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

RGB color model

#84827F color RGB value is (132,130,127).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 127 of 255 = 50%

132
130
127

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 127 = 389 (100%)
R 132 of 389 ~ 33.93%
G 130 of 389 ~ 33.42%
B 127 of 389 ~ 32.65%

%33.93
%33.42
%32.65

CMYK color model

#84827F color CMYK value is (0,2,4,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,2,4,48)
C0M2Y4K48 
(0%,2%,4%,48%)
(0.00/0.02/0.04/0.48)	

CMYK percentages

%0
%1.52
%3.79
%48.24

Codes

Color #84827F in popluar color models

84827F
RGB132130127
HSL36°1.99%50.78%
HSB/HSV36°3.79%51.76%
CMYK0.00%1.52%3.79%
48.24%

Color #84827F in popluar number systems.

HEX84827F
Decimal132130127
Binary10000100100000101111111
Octal204202177

Shades and tints

Shades of #84827F

#84827F
(132,130,127)
#787774
(120,119,116)
#6C6C69
(108,108,105)
#60615E
(96,97,94)
#545653
(84,86,83)
#484B48
(72,75,72)
#3C403D
(60,64,61)
#303532
(48,53,50)
#242A27
(36,42,39)
#181F1C
(24,31,28)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #84827F

#84827F
(132,130,127)
#8F8D8A
(143,141,138)
#9A9895
(154,152,149)
#A5A3A0
(165,163,160)
#B0AEAB
(176,174,171)
#BBB9B6
(187,185,182)
#C6C4C1
(198,196,193)
#D1CFCC
(209,207,204)
#DCDAD7
(220,218,215)
#E7E5E2
(231,229,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84827F; }

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

This text font color is #84827F.


Background Color

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

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

This div background color is #84827F.


Border color

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

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

This div border color is #84827F.


Opacity

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

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

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

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

This text has shadow with #84827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84827F on black background.


Color preview on white background

This text has color #84827F on white background.



Black color preview on #84827F background

This text has black color on #84827F background.


White color preview on #84827F background

This text has white color on #84827F background.