Color Hex Logo

#424247 Color Hex

#424247
(66,66,71)
0 Favorites   0 Comments

Color spaces of #424247

RGB 666671
HSL0.670.040.27
HSV240°28°
CMYK 0.070.070.00   0.72
XYZ5.33235.50966.7437
Yxy5.50960.30320.3133
Hunter Lab23.4725-0.5268-0.6033
CIE-Lab28.13991.1507-3.0270

#424247 color RGB value is (66,66,71).

#424247 hex color red value is 66, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #424247 hue: 0.67 , saturation: 0.04 and the lightness value of 424247 is 0.27.

The process color (four color CMYK) of #424247 color hex is 0.07, 0.07, 0.00, 0.72. Web safe color of #424247 is #333333. Color #424247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01000111
Octal 102 102 107
Decimal 66 66 71
Hex 42 42 47

RGB Percentages of Color #424247

%32.51
%32.51
%34.98

CMYK Percentages of Color #424247

%7
%7
%0
%72

Triadic Colors of #424247

#424247 #474242 #424742

Analogous Colors of #424247

#424247 #454247 #424547

Monochromatic Colors of #424247

#424247

Complementary Color

#424247 #474742

#424247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424247 Color CSS Codes

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

#424247 Text Font Color

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

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


#424247 Background Color

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

This div background color is #424247


#424247 Border Color

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

This div border color is #424247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424247


Comments

No comments written yet.

Please login to write comment.