Hex #828282 Color

#828282
equivalent to

RGB

(130, 130, 130)

Details of #828282

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
130
21.2178
0.00
0.00
54.3678
22.3228
47.2470
130
22.3228
0.00
0.00
0.0032
0.3127
-2.5207
130
24.3095
0.51
0.00   0.49
-0.0063
0.3290
51°
2.5775

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000010
202
130
82
Green
10000010
202
130
82
Blue
10000010
202
130
82

RGB in % of #828282

%33.33
%33.33
%33.33

CMYK in % of #828282

%0
%0
%0
%49

Triads of color #828282

#828282 #828282 #828282

Similar Colors to #828282

#828282 #828282 #828282

Preview Color #828282 on black ground

#828282 is very interesting for text.

Preview Color #828282 on white ground

#828282 is very interesting for text.

CSS Codes #828282 color

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

Text Font Color #828282

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

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


Background Color #828282

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

This div background color is #828282


Border Color #828282

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

The color of this border is #828282


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #828282