Color Hex Logo

#42242e Color Hex

#42242E
(66,36,46)
0 Favorites   0 Comments

Color spaces of #42242e

RGB 663646
HSL0.940.290.20
HSV340°45°26°
CMYK 0.000.450.30   0.74
XYZ3.37082.61732.9123
Yxy2.61730.37870.2941
Hunter Lab16.17818.87990.6515
CIE-Lab18.441015.8211-0.4310

#42242e color RGB value is (66,36,46).

#42242e hex color red value is 66, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #42242e hue: 0.94 , saturation: 0.29 and the lightness value of 42242e is 0.20.

The process color (four color CMYK) of #42242e color hex is 0.00, 0.45, 0.30, 0.74. Web safe color of #42242e is #333333. Color #42242e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 00101110
Octal 102 44 56
Decimal 66 36 46
Hex 42 24 2E

RGB Percentages of Color #42242e

%44.59
%24.32
%31.08

CMYK Percentages of Color #42242e

%0
%45
%30
%74

Triadic Colors of #42242e

#42242e #2e4224 #242e42

Analogous Colors of #42242e

#42242e #422924 #42243d

Monochromatic Colors of #42242e

#42242e

Complementary Color

#42242e #244238

#42242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42242e Color CSS Codes

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

#42242e Text Font Color

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

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


#42242e Background Color

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

This div background color is #42242e


#42242e Border Color

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

This div border color is #42242e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42242e


Comments

No comments written yet.

Please login to write comment.