Color Hex Logo

#424140 Color Hex

#424140
(66,65,64)
0 Favorites   0 Comments

Color spaces of #424140

RGB 666564
HSL0.080.020.25
HSV30°26°
CMYK 0.000.020.03   0.74
XYZ5.06255.30905.6084
Yxy5.30900.31680.3322
Hunter Lab23.0413-1.10321.6973
CIE-Lab27.59760.20400.7539

#424140 color RGB value is (66,65,64).

#424140 hex color red value is 66, green value is 65 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #424140 hue: 0.08 , saturation: 0.02 and the lightness value of 424140 is 0.25.

The process color (four color CMYK) of #424140 color hex is 0.00, 0.02, 0.03, 0.74. Web safe color of #424140 is #333333. Color #424140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 01000000
Octal 102 101 100
Decimal 66 65 64
Hex 42 41 40

RGB Percentages of Color #424140

%33.85
%33.33
%32.82

CMYK Percentages of Color #424140

%0
%2
%3
%74

Triadic Colors of #424140

#424140 #404241 #414042

Analogous Colors of #424140

#424140 #424240 #424040

Monochromatic Colors of #424140

#424140

Complementary Color

#424140 #404142

#424140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424140 Color CSS Codes

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

#424140 Text Font Color

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

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


#424140 Background Color

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

This div background color is #424140


#424140 Border Color

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

This div border color is #424140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424140

#424140 Color Palettes


Comments

No comments written yet.

Please login to write comment.