COLOR #808484

HEX: #808484
RGB: (128,132,132)

Color info

#808484 contains red, green and blue colors in about the same proportion. Web safe color of #808484 is #669999 (or #699).

RGB color model

#808484 color RGB value is (128,132,132).

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

RGB channels and saturation

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

128
132
132

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

Portions of RGB colors in percentages

R + G + B =
128 + 132 + 132 = 392 (100%)
R 128 of 392 ~ 32.65%
G 132 of 392 ~ 33.67%
B 132 of 392 ~ 33.67%

%32.65
%33.67
%33.67

CMYK color model

#808484 color CMYK value is (3,0,0,48).

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

CMYK percentages

%3.03
%0
%0
%48.24

Codes

Color #808484 in popluar color models

808484
RGB128132132
HSL180°1.60%50.98%
HSB/HSV180°3.03%51.76%
CMYK3.03%0.00%0.00%
48.24%

Color #808484 in popluar number systems.

HEX808484
Decimal128132132
Binary100000001000010010000100
Octal200204204

Shades and tints

Shades of #808484

#808484
(128,132,132)
#757878
(117,120,120)
#6A6C6C
(106,108,108)
#5F6060
(95,96,96)
#545454
(84,84,84)
#494848
(73,72,72)
#3E3C3C
(62,60,60)
#333030
(51,48,48)
#282424
(40,36,36)
#1D1818
(29,24,24)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #808484

#808484
(128,132,132)
#8B8F8F
(139,143,143)
#969A9A
(150,154,154)
#A1A5A5
(161,165,165)
#ACB0B0
(172,176,176)
#B7BBBB
(183,187,187)
#C2C6C6
(194,198,198)
#CDD1D1
(205,209,209)
#D8DCDC
(216,220,220)
#E3E7E7
(227,231,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808484; }

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

This text font color is #808484.


Background Color

.myBgColor { background-color: #808484; }

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

This div background color is #808484.


Border color

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

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

This div border color is #808484.


Opacity

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

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

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

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

This text has shadow with #808484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808484 on black background.


Color preview on white background

This text has color #808484 on white background.



Black color preview on #808484 background

This text has black color on #808484 background.


White color preview on #808484 background

This text has white color on #808484 background.