COLOR #848C8A

HEX: #848C8A
RGB: (132,140,138)

Color info

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

RGB color model

#848C8A color RGB value is (132,140,138).

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

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 138 of 255 = 54%

132
140
138

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 138 = 410 (100%)
R 132 of 410 ~ 32.2%
G 140 of 410 ~ 34.15%
B 138 of 410 ~ 33.66%

%32.2
%34.15
%33.66

CMYK color model

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

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 45.10%
CMYK:
(6,0,1,45)
C6M0Y1K45 
(6%,0%,1%,45%)
(0.06/0.00/0.01/0.45)	

CMYK percentages

%5.71
%0
%1.43
%45.1

Codes

Color #848C8A in popluar color models

848C8A
RGB132140138
HSL165°3.36%53.33%
HSB/HSV165°5.71%54.90%
CMYK5.71%0.00%1.43%
45.10%

Color #848C8A in popluar number systems.

HEX848C8A
Decimal132140138
Binary100001001000110010001010
Octal204214212

Shades and tints

Shades of #848C8A

#848C8A
(132,140,138)
#78807E
(120,128,126)
#6C7472
(108,116,114)
#606866
(96,104,102)
#545C5A
(84,92,90)
#48504E
(72,80,78)
#3C4442
(60,68,66)
#303836
(48,56,54)
#242C2A
(36,44,42)
#18201E
(24,32,30)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #848C8A

#848C8A
(132,140,138)
#8F9694
(143,150,148)
#9AA09E
(154,160,158)
#A5AAA8
(165,170,168)
#B0B4B2
(176,180,178)
#BBBEBC
(187,190,188)
#C6C8C6
(198,200,198)
#D1D2D0
(209,210,208)
#DCDCDA
(220,220,218)
#E7E6E4
(231,230,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848C8A color. Also use rgb(132,140,138) instead hex code.

Text Font Color

.myTextColor { color: #848C8A; }

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

This text font color is #848C8A.


Background Color

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

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

This div background color is #848C8A.


Border color

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

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

This div border color is #848C8A.


Opacity

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

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

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

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

This text has shadow with #848C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C8A on black background.


Color preview on white background

This text has color #848C8A on white background.



Black color preview on #848C8A background

This text has black color on #848C8A background.


White color preview on #848C8A background

This text has white color on #848C8A background.