Hex #424242 Color

#424242
equivalent to

RGB

(66, 66, 66)

Details of #424242

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
66
5.1784
0.00
0.00
27.9749
5.4480
23.3410
66
5.4480
0.00
0.00
0.0020
0.3127
-1.2453
66
5.9329
0.26
0.00   0.74
-0.0039
0.3290
26°
1.2733

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000010
102
66
42
Green
1000010
102
66
42
Blue
1000010
102
66
42

RGB in % of #424242

%33.33
%33.33
%33.33

CMYK in % of #424242

%0
%0
%0
%74

Triads of color #424242

#424242 #424242 #424242

Similar Colors to #424242

#424242 #424242 #424242

Preview Color #424242 on black ground

#424242 is very interesting for text.

Preview Color #424242 on white ground

#424242 is very interesting for text.

CSS Codes #424242 color

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

Text Font Color #424242

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

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

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

This div background color is #424242


Border Color #424242

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

The color of this border is #424242


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #424242