Color Hex Logo

#808382 Color Hex

#808382
(128,131,130)
0 Favorites   0 Comments

Color spaces of #808382

RGB 128131130
HSL0.440.010.51
HSV160°51°
CMYK 0.020.000.01   0.49
XYZ21.047722.433524.3399
Yxy22.43350.31030.3308
Hunter Lab47.3640-3.56492.6863
CIE-Lab54.4840-1.31020.1434

#808382 color RGB value is (128,131,130).

#808382 hex color red value is 128, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #808382 hue: 0.44 , saturation: 0.01 and the lightness value of 808382 is 0.51.

The process color (four color CMYK) of #808382 color hex is 0.02, 0.00, 0.01, 0.49. Web safe color of #808382 is #999999. Color #808382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000011 10000010
Octal 200 203 202
Decimal 128 131 130
Hex 80 83 82

RGB Percentages of Color #808382

%32.90
%33.68
%33.42

CMYK Percentages of Color #808382

%2
%0
%1
%49

Triadic Colors of #808382

#808382 #828083 #838280

Analogous Colors of #808382

#808382 #808383 #808381

Monochromatic Colors of #808382

#808382

Complementary Color

#808382 #838081

#808382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808382 Color CSS Codes

.mybgcolor {background-color:#808382; } 
.myforecolor {color:#808382; }
.mybordercolor {border:3px solid #808382; }

#808382 Text Font Color

<p style="color:#808382">Text here</p>

This sample text font color is #808382
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.


#808382 Background Color

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

This div background color is #808382


#808382 Border Color

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

This div border color is #808382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,131,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808382;
  -webkit-box-shadow: 1px 1px 3px 2px #808382;
  box-shadow:         1px 1px 3px 2px #808382; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,131,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #808382">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808382


Comments

No comments written yet.

Please login to write comment.