Color Hex Logo

#42412c Color Hex

#42412C
(66,65,44)
0 Favorites   0 Comments

Color spaces of #42412c

RGB 666544
HSL0.160.200.22
HSV57°33°26°
CMYK 0.000.020.33   0.74
XYZ4.59175.12073.1293
Yxy5.12070.35760.3988
Hunter Lab22.6290-3.38087.6412
CIE-Lab27.0759-3.569913.0066

#42412c color RGB value is (66,65,44).

#42412c hex color red value is 66, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #42412c hue: 0.16 , saturation: 0.20 and the lightness value of 42412c is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 00101100
Octal 102 101 54
Decimal 66 65 44
Hex 42 41 2C

RGB Percentages of Color #42412c

%37.71
%37.14
%25.14

CMYK Percentages of Color #42412c

%0
%2
%33
%74

Triadic Colors of #42412c

#42412c #2c4241 #412c42

Analogous Colors of #42412c

#42412c #38422c #42362c

Monochromatic Colors of #42412c

#42412c

Complementary Color

#42412c #2c2d42

#42412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42412c Color CSS Codes

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

#42412c Text Font Color

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

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


#42412c Background Color

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

This div background color is #42412c


#42412c Border Color

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

This div border color is #42412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42412c


Comments

No comments written yet.

Please login to write comment.