Color Hex Logo

#42392e Color Hex

#42392E
(66,57,46)
0 Favorites   0 Comments

Color spaces of #42392e

RGB 665746
HSL0.090.180.22
HSV33°30°26°
CMYK 0.000.140.30   0.74
XYZ4.20304.28183.1897
Yxy4.28180.36000.3668
Hunter Lab20.69250.04455.3453
CIE-Lab24.58201.88908.3152

#42392e color RGB value is (66,57,46).

#42392e hex color red value is 66, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #42392e hue: 0.09 , saturation: 0.18 and the lightness value of 42392e is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 00101110
Octal 102 71 56
Decimal 66 57 46
Hex 42 39 2E

RGB Percentages of Color #42392e

%39.05
%33.73
%27.22

CMYK Percentages of Color #42392e

%0
%14
%30
%74

Triadic Colors of #42392e

#42392e #2e4239 #392e42

Analogous Colors of #42392e

#42392e #41422e #422f2e

Monochromatic Colors of #42392e

#42392e

Complementary Color

#42392e #2e3742

#42392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42392e Color CSS Codes

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

#42392e Text Font Color

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

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


#42392e Background Color

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

This div background color is #42392e


#42392e Border Color

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

This div border color is #42392e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,57,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 #42392e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42392e


Comments

No comments written yet.

Please login to write comment.