Hex #666666 Color

#666666
equivalent to

RGB

(102, 102, 102)

Details of #666666

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
102
12.6291
0.00
0.00
43.1923
13.2868
36.4511
102
13.2868
0.00
0.00
0.0027
0.3127
-1.9448
102
14.4694
0.40
0.00   0.60
-0.0053
0.3290
40°
1.9885

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1100110
146
102
66
Green
1100110
146
102
66
Blue
1100110
146
102
66

RGB in % of #666666

%33.33
%33.33
%33.33

CMYK in % of #666666

%0
%0
%0
%60

Triads of color #666666

#666666 #666666 #666666

Similar Colors to #666666

#666666 #666666 #666666

Preview Color #666666 on black ground

#666666 is very interesting for text.

Preview Color #666666 on white ground

#666666 is very interesting for text.

CSS Codes #666666 color

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

Text Font Color #666666

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

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

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

This div background color is #666666


Border Color #666666

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

The color of this border is #666666


Examples Css3

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

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 #666666">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #666666