#808080

#808080 color hex

#808080 hex color information.
RGB value of #808080 is (128,128,128)
Change page background color to #808080 | Reset

#808080 rgb color chart

Color spaces of #808080

RGB 128128128
HSL0.000.000.50
HSV50°
CMYK 0.000.000.00   0.50
XYZ20.517521.586123.5072
Yxy21.58610.31270.3290
Hunter Lab46.4608-2.47942.5244
CIE-Lab53.58510.0027-0.0061

Shades of #808080

Tints of #808080

RGB Percentages of Color #808080

%33.33
%33.33
%33.33

CMYK Percentages of Color #808080

%0
%0
%0
%50

#808080 Color Info

#808080 hex color red value is 128, green value is 128 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #808080 hue: 0.00 , saturation: 0.00 and the lightness value of 808080 is 0.50.

The process color (four color CMYK) of #808080 hex color is 0.00, 0.00, 0.00, 0.50. Web safe color of #808080 is #999999

Color #808080 rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 10000000
Octal 200 200 200
Decimal 128 128 128
Hexadecimal 80 80 80

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #808080

Analogous Colors of #808080

Analogous colors are identical


#808080 HSL Color Chart
#808080 hsl color chart
#808080 RGB Color Chart

#808080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808080 Color CSS Codes

.mybgcolor {background-color:#808080; } 
.myforecolor {color:#808080; }
.mybordercolor {border:3px solid #808080; }
Sample text font color #808080

This sample text font color is #808080
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#808080">Text here</p>
#808080 background color

This div background color is #808080

<div style="background-color:#808080">
Div content here</div>
#808080 border color

This div border color is #808080

<div style="border:3px solid #808080">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #808080 Color Sample
#808080border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(128,128,128, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #808080; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #808080;
  -webkit-box-shadow: 1px 1px 3px 2px #808080;
  box-shadow:         1px 1px 3px 2px #808080; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,128,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808080">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #808080

<div style="-moz-box-shadow: 1px 1px 3px 2px #808080;
  -webkit-box-shadow: 1px 1px 3px 2px #808080;
  box-shadow:         1px 1px 3px 2px #808080;">
Div content here</div>

#808080 in Color Palettes


Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top