COLOR #84847C

HEX: #84847C RGB: (132,132,124)

Color info

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

RGB color model

#84847C color RGB value is (132,132,124).

RGB: (132,132,124) (52%, 52%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 124 of 255 = 49%

132
132
124

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

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 124 = 388 (100%)
R 132 of 388 ~ 34.02%
G 132 of 388 ~ 34.02%
B 124 of 388 ~ 31.96'%

%34.02
%34.02
%31.96

CMYK color model

#84847C color CMYK value is (0,0,6,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%

CMYK: (0,0,6,48)
C0M0Y6K48 (0%, 0%, 6%, 48%)
(0.00 / 0.00 / 0.06 / 0.48)

CMYK percentages

%0
%0
%6.06
%48.24

Codes

Color #84847C in popluar color models

84 84 7C
RGB 132 132 124
HSL 60° 3.15% 50.20%
HSB/HSV 60° 6.06% 51.76%
CMYK 0.00% 0.00% 6.06%
48.24%

Color #84847C in popluar number systems.

HEX 84 84 7C
Decimal 132 132 124
Binary 10000100 10000100 1111100
Octal 204 204 174

Shades and tints

Shades of #84847C

#84847C
(132,132,124)
#787871
(120,120,113)
#6C6C66
(108,108,102)
#60605B
(96,96,91)
#545450
(84,84,80)
#484845
(72,72,69)
#3C3C3A
(60,60,58)
#30302F
(48,48,47)
#242424
(36,36,36)
#181819
(24,24,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #84847C

#84847C
(132,132,124)
#8F8F87
(143,143,135)
#9A9A92
(154,154,146)
#A5A59D
(165,165,157)
#B0B0A8
(176,176,168)
#BBBBB3
(187,187,179)
#C6C6BE
(198,198,190)
#D1D1C9
(209,209,201)
#DCDCD4
(220,220,212)
#E7E7DF
(231,231,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84847C color. Also use rgb(132,132,124) instead hex code.

Text Font Color

.myTextColor { color: #84847C; }

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

This text font color is #84847C.

Background Color

.myBgColor { background-color: #84847C; }

<div style="background-color:#84847C">Inner text</div>

This div background color is #84847C.

Border color

.myBorderColor { border: 1px solid #84847C; }

<div style="border:3px solid #84847C">Div</div>

This div border color is #84847C.

Opacity

.myOpacity80 { color: #84847C; opacity: 0.8; }

<p style="color:#84847C;opacity:0.8;">80%</p>

Text with #84847C 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 #84847C;}

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

This text has shadow with #84847C color.


.textShadow {text-shadow: 3px 3px 1px #84847C', 3px 3px 1px red;}

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

This text has shadow with #84847C primary color and red secondary color.


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

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

This text has shadow with #84847C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84847C; -webkit-box-shadow: 1px 1px 3px 2px #84847C; box-shadow:1px 1px 3px 2px #84847C;">
Div content here
</div>

This div box has shadow with color #84847C.

Preview

Color preview on black background

This text has color #84847C on black background.


Color preview on white background

This text has color #84847C on white background.


Black color preview on #84847C background

This text has black color on #84847C background.


White color preview on #84847C background

This text has white color on #84847C background.


Related colors

Complementary color

Complementary color for #hex is #7B7B83.


I love getcolorcode.com