COLOR #84868A

HEX: #84868A
RGB: (132,134,138)

Color info

#84868A contains red, green and blue colors in about the same proportion. Web safe color of #84868A is #999999 (or #999).

RGB color model

#84868A color RGB value is (132,134,138).

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

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 138 of 255 = 54%

132
134
138

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 138 = 404 (100%)
R 132 of 404 ~ 32.67%
G 134 of 404 ~ 33.17%
B 138 of 404 ~ 34.16%

%32.67
%33.17
%34.16

CMYK color model

#84868A color CMYK value is (4,3,0,46).

  • cyan value is 4.35%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,3,0,46)
C4M3Y0K46 
(4%,3%,0%,46%)
(0.04/0.03/0.00/0.46)	

CMYK percentages

%4.35
%2.9
%0
%45.88

Codes

Color #84868A in popluar color models

84868A
RGB132134138
HSL220°2.50%52.94%
HSB/HSV220°4.35%54.12%
CMYK4.35%2.90%0.00%
45.88%

Color #84868A in popluar number systems.

HEX84868A
Decimal132134138
Binary100001001000011010001010
Octal204206212

Shades and tints

Shades of #84868A

#84868A
(132,134,138)
#787A7E
(120,122,126)
#6C6E72
(108,110,114)
#606266
(96,98,102)
#54565A
(84,86,90)
#484A4E
(72,74,78)
#3C3E42
(60,62,66)
#303236
(48,50,54)
#24262A
(36,38,42)
#181A1E
(24,26,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #84868A

#84868A
(132,134,138)
#8F9194
(143,145,148)
#9A9C9E
(154,156,158)
#A5A7A8
(165,167,168)
#B0B2B2
(176,178,178)
#BBBDBC
(187,189,188)
#C6C8C6
(198,200,198)
#D1D3D0
(209,211,208)
#DCDEDA
(220,222,218)
#E7E9E4
(231,233,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84868A color. Also use rgb(132,134,138) instead hex code.

Text Font Color

.myTextColor { color: #84868A; }

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

This text font color is #84868A.


Background Color

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

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

This div background color is #84868A.


Border color

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

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

This div border color is #84868A.


Opacity

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

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

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

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

This text has shadow with #84868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84868A on black background.


Color preview on white background

This text has color #84868A on white background.



Black color preview on #84868A background

This text has black color on #84868A background.


White color preview on #84868A background

This text has white color on #84868A background.