COLOR #848B8D

HEX: #848B8D RGB: (132,139,141)

Color info

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

RGB color model

#848B8D color RGB value is (132,139,141).

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

RGB channels and saturation

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

132
139
141

R + G + B ~ 54%. #848B8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 139 + 141 = 412 (100%)
R 132 of 412 ~ 32.04%
G 139 of 412 ~ 33.74%
B 141 of 412 ~ 34.22'%

%32.04
%33.74
%34.22

CMYK color model

#848B8D color CMYK value is (6,1,0,45).

  • cyan value is 6.38%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,1,0,45)
C6M1Y0K45 (6%, 1%, 0%, 45%)
(0.06 / 0.01 / 0.00 / 0.45)

CMYK percentages

%6.38
%1.42
%0
%44.71

Codes

Color #848B8D in popluar color models

84 8B 8D
RGB 132 139 141
HSL 193° 3.80% 53.53%
HSB/HSV 193° 6.38% 55.29%
CMYK 6.38% 1.42% 0.00%
44.71%

Color #848B8D in popluar number systems.

HEX 84 8B 8D
Decimal 132 139 141
Binary 10000100 10001011 10001101
Octal 204 213 215

Shades and tints

Shades of #848B8D

#848B8D
(132,139,141)
#787F81
(120,127,129)
#6C7375
(108,115,117)
#606769
(96,103,105)
#545B5D
(84,91,93)
#484F51
(72,79,81)
#3C4345
(60,67,69)
#303739
(48,55,57)
#242B2D
(36,43,45)
#181F21
(24,31,33)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #848B8D

#848B8D
(132,139,141)
#8F9597
(143,149,151)
#9A9FA1
(154,159,161)
#A5A9AB
(165,169,171)
#B0B3B5
(176,179,181)
#BBBDBF
(187,189,191)
#C6C7C9
(198,199,201)
#D1D1D3
(209,209,211)
#DCDBDD
(220,219,221)
#E7E5E7
(231,229,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848B8D color. Also use rgb(132,139,141) instead hex code.

Text Font Color

.myTextColor { color: #848B8D; }

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

This text font color is #848B8D.

Background Color

.myBgColor { background-color: #848B8D; }

<div style="background-color:#848B8D">Inner text</div>

This div background color is #848B8D.

Border color

.myBorderColor { border: 1px solid #848B8D; }

<div style="border:3px solid #848B8D">Div</div>

This div border color is #848B8D.

Opacity

.myOpacity80 { color: #848B8D; opacity: 0.8; }

<p style="color:#848B8D;opacity:0.8;">80%</p>

Text with #848B8D 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 #848B8D;}

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

This text has shadow with #848B8D color.


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

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

This text has shadow with #848B8D primary color and red secondary color.


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

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

This text has shadow with #848B8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #848B8D.

Preview

Color preview on black background

This text has color #848B8D on black background.


Color preview on white background

This text has color #848B8D on white background.


Black color preview on #848B8D background

This text has black color on #848B8D background.


White color preview on #848B8D background

This text has white color on #848B8D background.


Related colors

Complementary color

Complementary color for #hex is #7B7472.


I love getcolorcode.com

Triadic colors

1 #8D848B and #8B8D84 with #848B8D are triadic colors.

2 #8D8B84 and #8B848D with #848B8D are triadic colors.