Color Hex Logo

#42293e Color Hex

#42293E
(66,41,62)
0 Favorites   0 Comments

Color spaces of #42293e

RGB 664162
HSL0.860.230.21
HSV310°38°26°
CMYK 0.000.380.06   0.74
XYZ3.90923.09194.9482
Yxy3.09190.32710.2588
Hunter Lab17.58388.9122-4.3759
CIE-Lab20.408215.6596-8.5988

#42293e color RGB value is (66,41,62).

#42293e hex color red value is 66, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42293e hue: 0.86 , saturation: 0.23 and the lightness value of 42293e is 0.21.

The process color (four color CMYK) of #42293e color hex is 0.00, 0.38, 0.06, 0.74. Web safe color of #42293e is #333333. Color #42293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 00111110
Octal 102 51 76
Decimal 66 41 62
Hex 42 29 3E

RGB Percentages of Color #42293e

%39.05
%24.26
%36.69

CMYK Percentages of Color #42293e

%0
%38
%6
%74

Triadic Colors of #42293e

#42293e #3e4229 #293e42

Analogous Colors of #42293e

#42293e #422932 #3a2942

Monochromatic Colors of #42293e

#42293e

Complementary Color

#42293e #29422d

#42293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42293e Color CSS Codes

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

#42293e Text Font Color

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

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


#42293e Background Color

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

This div background color is #42293e


#42293e Border Color

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

This div border color is #42293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42293e


Comments

No comments written yet.

Please login to write comment.