Color Hex Logo

#424049 Color Hex

#424049
(66,64,73)
1 Favorites   0 Comments

Color spaces of #424049

RGB 666473
HSL0.700.070.27
HSV253°12°29°
CMYK 0.100.120.00   0.71
XYZ5.28285.30617.0491
Yxy5.30610.29950.3008
Hunter Lab23.03500.6257-2.0193
CIE-Lab27.58962.9284-5.1527

#424049 color RGB value is (66,64,73).

#424049 hex color red value is 66, green value is 64 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #424049 hue: 0.70 , saturation: 0.07 and the lightness value of 424049 is 0.27.

The process color (four color CMYK) of #424049 color hex is 0.10, 0.12, 0.00, 0.71. Web safe color of #424049 is #333333. Color #424049 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 01001001
Octal 102 100 111
Decimal 66 64 73
Hex 42 40 49

RGB Percentages of Color #424049

%32.51
%31.53
%35.96

CMYK Percentages of Color #424049

%10
%12
%0
%71

Triadic Colors of #424049

#424049 #494240 #404942

Analogous Colors of #424049

#424049 #474049 #404349

Monochromatic Colors of #424049

#424049

Complementary Color

#424049 #474940

#424049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424049 Color CSS Codes

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

#424049 Text Font Color

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

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


#424049 Background Color

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

This div background color is #424049


#424049 Border Color

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

This div border color is #424049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424049


Comments

No comments written yet.

Please login to write comment.