Color Hex Logo

#42452e Color Hex

#42452E
(66,69,46)
0 Favorites   0 Comments

Color spaces of #42452e

RGB 666946
HSL0.190.200.23
HSV68°33°27°
CMYK 0.040.000.33   0.73
XYZ4.86805.61183.4114
Yxy5.61180.35040.4040
Hunter Lab23.6892-4.77558.0443
CIE-Lab28.4112-5.743613.5206

#42452e color RGB value is (66,69,46).

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

The process color (four color CMYK) of #42452e color hex is 0.04, 0.00, 0.33, 0.73. Web safe color of #42452e is #333333. Color #42452e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 00101110
Octal 102 105 56
Decimal 66 69 46
Hex 42 45 2E

RGB Percentages of Color #42452e

%36.46
%38.12
%25.41

CMYK Percentages of Color #42452e

%4
%0
%33
%73

Triadic Colors of #42452e

#42452e #2e4245 #452e42

Analogous Colors of #42452e

#42452e #37452e #453d2e

Monochromatic Colors of #42452e

#42452e

Complementary Color

#42452e #312e45

#42452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42452e Color CSS Codes

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

#42452e Text Font Color

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

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


#42452e Background Color

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

This div background color is #42452e


#42452e Border Color

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

This div border color is #42452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42452e


Comments

No comments written yet.

Please login to write comment.