COLOR #84858B

HEX: #84858B RGB: (132,133,139)

Color info

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

RGB color model

#84858B color RGB value is (132,133,139).

RGB: (132,133,139) (52%, 52%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 133 of 255 = 52%
B 139 of 255 = 55%

132
133
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 133 + 139 = 404 (100%)
R 132 of 404 ~ 32.67%
G 133 of 404 ~ 32.92%
B 139 of 404 ~ 34.41'%

%32.67
%32.92
%34.41

CMYK color model

#84858B color CMYK value is (5,4,0,45).

  • cyan value is 5.04%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,4,0,45)
C5M4Y0K45 (5%, 4%, 0%, 45%)
(0.05 / 0.04 / 0.00 / 0.45)

CMYK percentages

%5.04
%4.32
%0
%45.49

Codes

Color #84858B in popluar color models

84 85 8B
RGB 132 133 139
HSL 231° 2.93% 53.14%
HSB/HSV 231° 5.04% 54.51%
CMYK 5.04% 4.32% 0.00%
45.49%

Color #84858B in popluar number systems.

HEX 84 85 8B
Decimal 132 133 139
Binary 10000100 10000101 10001011
Octal 204 205 213

Shades and tints

Shades of #84858B

#84858B
(132,133,139)
#78797F
(120,121,127)
#6C6D73
(108,109,115)
#606167
(96,97,103)
#54555B
(84,85,91)
#48494F
(72,73,79)
#3C3D43
(60,61,67)
#303137
(48,49,55)
#24252B
(36,37,43)
#18191F
(24,25,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #84858B

#84858B
(132,133,139)
#8F9095
(143,144,149)
#9A9B9F
(154,155,159)
#A5A6A9
(165,166,169)
#B0B1B3
(176,177,179)
#BBBCBD
(187,188,189)
#C6C7C7
(198,199,199)
#D1D2D1
(209,210,209)
#DCDDDB
(220,221,219)
#E7E8E5
(231,232,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84858B color. Also use rgb(132,133,139) instead hex code.

Text Font Color

.myTextColor { color: #84858B; }

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

This text font color is #84858B.

Background Color

.myBgColor { background-color: #84858B; }

<div style="background-color:#84858B">Inner text</div>

This div background color is #84858B.

Border color

.myBorderColor { border: 1px solid #84858B; }

<div style="border:3px solid #84858B">Div</div>

This div border color is #84858B.

Opacity

.myOpacity80 { color: #84858B; opacity: 0.8; }

<p style="color:#84858B;opacity:0.8;">80%</p>

Text with #84858B 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 #84858B;}

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

This text has shadow with #84858B color.


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

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

This text has shadow with #84858B primary color and red secondary color.


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

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

This text has shadow with #84858B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84858B.

Preview

Color preview on black background

This text has color #84858B on black background.


Color preview on white background

This text has color #84858B on white background.


Black color preview on #84858B background

This text has black color on #84858B background.


White color preview on #84858B background

This text has white color on #84858B background.


Related colors

Complementary color

Complementary color for #hex is #7B7A74.


I love getcolorcode.com

Triadic colors

1 #8B8485 and #858B84 with #84858B are triadic colors.

2 #8B8584 and #85848B with #84858B are triadic colors.