COLOR #848A8A

HEX: #848A8A
RGB: (132,138,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
138
138

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

Portions of RGB colors in percentages

R + G + B =
132 + 138 + 138 = 408 (100%)
R 132 of 408 ~ 32.35%
G 138 of 408 ~ 33.82%
B 138 of 408 ~ 33.82%

%32.35
%33.82
%33.82

CMYK color model

#848A8A color CMYK value is (4,0,0,46).

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

CMYK percentages

%4.35
%0
%0
%45.88

Codes

Color #848A8A in popluar color models

848A8A
RGB132138138
HSL180°2.50%52.94%
HSB/HSV180°4.35%54.12%
CMYK4.35%0.00%0.00%
45.88%

Color #848A8A in popluar number systems.

HEX848A8A
Decimal132138138
Binary100001001000101010001010
Octal204212212

Shades and tints

Shades of #848A8A

#848A8A
(132,138,138)
#787E7E
(120,126,126)
#6C7272
(108,114,114)
#606666
(96,102,102)
#545A5A
(84,90,90)
#484E4E
(72,78,78)
#3C4242
(60,66,66)
#303636
(48,54,54)
#242A2A
(36,42,42)
#181E1E
(24,30,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #848A8A

#848A8A
(132,138,138)
#8F9494
(143,148,148)
#9A9E9E
(154,158,158)
#A5A8A8
(165,168,168)
#B0B2B2
(176,178,178)
#BBBCBC
(187,188,188)
#C6C6C6
(198,198,198)
#D1D0D0
(209,208,208)
#DCDADA
(220,218,218)
#E7E4E4
(231,228,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848A8A; }

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

This text font color is #848A8A.


Background Color

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

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

This div background color is #848A8A.


Border color

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

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

This div border color is #848A8A.


Opacity

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

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

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

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

This text has shadow with #848A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848A8A on black background.


Color preview on white background

This text has color #848A8A on white background.



Black color preview on #848A8A background

This text has black color on #848A8A background.


White color preview on #848A8A background

This text has white color on #848A8A background.