COLOR #848B8E

HEX: #848B8E
RGB: (132,139,142)

Color info

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

RGB color model

#848B8E color RGB value is (132,139,142).

  • red value is 132;
  • green value is 139;
  • blue value is 142.
RGB:
(132,139,142)
(52%,55%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 142 of 255 = 56%

132
139
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 142 = 413 (100%)
R 132 of 413 ~ 31.96%
G 139 of 413 ~ 33.66%
B 142 of 413 ~ 34.38%

%31.96
%33.66
%34.38

CMYK color model

#848B8E color CMYK value is (7,2,0,44).

  • cyan value is 7.04%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(7,2,0,44)
C7M2Y0K44 
(7%,2%,0%,44%)
(0.07/0.02/0.00/0.44)	

CMYK percentages

%7.04
%2.11
%0
%44.31

Codes

Color #848B8E in popluar color models

848B8E
RGB132139142
HSL198°4.24%53.73%
HSB/HSV198°7.04%55.69%
CMYK7.04%2.11%0.00%
44.31%

Color #848B8E in popluar number systems.

HEX848B8E
Decimal132139142
Binary100001001000101110001110
Octal204213216

Shades and tints

Shades of #848B8E

#848B8E
(132,139,142)
#787F82
(120,127,130)
#6C7376
(108,115,118)
#60676A
(96,103,106)
#545B5E
(84,91,94)
#484F52
(72,79,82)
#3C4346
(60,67,70)
#30373A
(48,55,58)
#242B2E
(36,43,46)
#181F22
(24,31,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #848B8E

#848B8E
(132,139,142)
#8F9598
(143,149,152)
#9A9FA2
(154,159,162)
#A5A9AC
(165,169,172)
#B0B3B6
(176,179,182)
#BBBDC0
(187,189,192)
#C6C7CA
(198,199,202)
#D1D1D4
(209,209,212)
#DCDBDE
(220,219,222)
#E7E5E8
(231,229,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848B8E; }

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

This text font color is #848B8E.


Background Color

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

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

This div background color is #848B8E.


Border color

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

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

This div border color is #848B8E.


Opacity

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

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

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

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

This text has shadow with #848B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848B8E on black background.


Color preview on white background

This text has color #848B8E on white background.



Black color preview on #848B8E background

This text has black color on #848B8E background.


White color preview on #848B8E background

This text has white color on #848B8E background.