COLOR #848484

HEX: #848484
RGB: (132,132,132)

Color info

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

RGB color model

#848484 color RGB value is (132,132,132).

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

RGB channels and saturation

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

132
132
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 132 = 396 (100%)
R 132 of 396 ~ 33.33%
G 132 of 396 ~ 33.33%
B 132 of 396 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#848484 color CMYK value is (0,0,0,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,0,0,48)
C0M0Y0K48 
(0%,0%,0%,48%)
(0.00/0.00/0.00/0.48)	

CMYK percentages

%0
%0
%0
%48.24

Codes

Color #848484 in popluar color models

848484
RGB132132132
HSL0.00%0.52%
HSB/HSV0.00%0.52%
CMYK0.00%0.00%0.00%
48.24%

Color #848484 in popluar number systems.

HEX848484
Decimal132132132
Binary100001001000010010000100
Octal204204204

Shades and tints

Shades of #848484

#848484
(132,132,132)
#787878
(120,120,120)
#6C6C6C
(108,108,108)
#606060
(96,96,96)
#545454
(84,84,84)
#484848
(72,72,72)
#3C3C3C
(60,60,60)
#303030
(48,48,48)
#242424
(36,36,36)
#181818
(24,24,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #848484

#848484
(132,132,132)
#8F8F8F
(143,143,143)
#9A9A9A
(154,154,154)
#A5A5A5
(165,165,165)
#B0B0B0
(176,176,176)
#BBBBBB
(187,187,187)
#C6C6C6
(198,198,198)
#D1D1D1
(209,209,209)
#DCDCDC
(220,220,220)
#E7E7E7
(231,231,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848484; }

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

This text font color is #848484.


Background Color

.myBgColor { background-color: #848484; }

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

This div background color is #848484.


Border color

.myBorderColor { border: 1px solid #848484; }

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

This div border color is #848484.


Opacity

.myOpacity80 { color: #848484; opacity: 0.8; }

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

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

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

This text has shadow with #848484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848484 on black background.


Color preview on white background

This text has color #848484 on white background.



Black color preview on #848484 background

This text has black color on #848484 background.


White color preview on #848484 background

This text has white color on #848484 background.