COLOR #84867C

HEX: #84867C
RGB: (132,134,124)

Color info

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

RGB color model

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

  • red value is 132;
  • green value is 134;
  • blue value is 124.
RGB:
(132,134,124)
(52%,53%,49%)

RGB channels and saturation

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

132
134
124

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 124 = 390 (100%)
R 132 of 390 ~ 33.85%
G 134 of 390 ~ 34.36%
B 124 of 390 ~ 31.79%

%33.85
%34.36
%31.79

CMYK color model

#84867C color CMYK value is (1,0,7,47).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 47.45%
CMYK:
(1,0,7,47)
C1M0Y7K47 
(1%,0%,7%,47%)
(0.01/0.00/0.07/0.47)	

CMYK percentages

%1.49
%0
%7.46
%47.45

Codes

Color #84867C in popluar color models

84867C
RGB132134124
HSL72°3.97%50.59%
HSB/HSV72°7.46%52.55%
CMYK1.49%0.00%7.46%
47.45%

Color #84867C in popluar number systems.

HEX84867C
Decimal132134124
Binary10000100100001101111100
Octal204206174

Shades and tints

Shades of #84867C

#84867C
(132,134,124)
#787A71
(120,122,113)
#6C6E66
(108,110,102)
#60625B
(96,98,91)
#545650
(84,86,80)
#484A45
(72,74,69)
#3C3E3A
(60,62,58)
#30322F
(48,50,47)
#242624
(36,38,36)
#181A19
(24,26,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #84867C

#84867C
(132,134,124)
#8F9187
(143,145,135)
#9A9C92
(154,156,146)
#A5A79D
(165,167,157)
#B0B2A8
(176,178,168)
#BBBDB3
(187,189,179)
#C6C8BE
(198,200,190)
#D1D3C9
(209,211,201)
#DCDED4
(220,222,212)
#E7E9DF
(231,233,223)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84867C; }

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

This text font color is #84867C.


Background Color

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

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

This div background color is #84867C.


Border color

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

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

This div border color is #84867C.


Opacity

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

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

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

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

This text has shadow with #84867C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84867C on black background.


Color preview on white background

This text has color #84867C on white background.



Black color preview on #84867C background

This text has black color on #84867C background.


White color preview on #84867C background

This text has white color on #84867C background.