COLOR #84827A

HEX: #84827A
RGB: (132,130,122)

Color info

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

RGB color model

#84827A color RGB value is (132,130,122).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 122 of 255 = 48%

132
130
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 122 = 384 (100%)
R 132 of 384 ~ 34.38%
G 130 of 384 ~ 33.85%
B 122 of 384 ~ 31.77%

%34.38
%33.85
%31.77

CMYK color model

#84827A color CMYK value is (0,2,8,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,2,8,48)
C0M2Y8K48 
(0%,2%,8%,48%)
(0.00/0.02/0.08/0.48)	

CMYK percentages

%0
%1.52
%7.58
%48.24

Codes

Color #84827A in popluar color models

84827A
RGB132130122
HSL48°3.94%49.80%
HSB/HSV48°7.58%51.76%
CMYK0.00%1.52%7.58%
48.24%

Color #84827A in popluar number systems.

HEX84827A
Decimal132130122
Binary10000100100000101111010
Octal204202172

Shades and tints

Shades of #84827A

#84827A
(132,130,122)
#78776F
(120,119,111)
#6C6C64
(108,108,100)
#606159
(96,97,89)
#54564E
(84,86,78)
#484B43
(72,75,67)
#3C4038
(60,64,56)
#30352D
(48,53,45)
#242A22
(36,42,34)
#181F17
(24,31,23)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #84827A

#84827A
(132,130,122)
#8F8D86
(143,141,134)
#9A9892
(154,152,146)
#A5A39E
(165,163,158)
#B0AEAA
(176,174,170)
#BBB9B6
(187,185,182)
#C6C4C2
(198,196,194)
#D1CFCE
(209,207,206)
#DCDADA
(220,218,218)
#E7E5E6
(231,229,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84827A; }

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

This text font color is #84827A.


Background Color

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

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

This div background color is #84827A.


Border color

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

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

This div border color is #84827A.


Opacity

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

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

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

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

This text has shadow with #84827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84827A on black background.


Color preview on white background

This text has color #84827A on white background.



Black color preview on #84827A background

This text has black color on #84827A background.


White color preview on #84827A background

This text has white color on #84827A background.