Color Hex Logo

#42432e Color Hex

#42432E
(66,67,46)
0 Favorites   0 Comments

Color spaces of #42432e

RGB 666746
HSL0.170.190.22
HSV63°31°26°
CMYK 0.010.000.31   0.74
XYZ4.74715.36983.3710
Yxy5.36980.35200.3981
Hunter Lab23.1728-3.98567.5959
CIE-Lab27.7634-4.501512.6536

#42432e color RGB value is (66,67,46).

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

The process color (four color CMYK) of #42432e color hex is 0.01, 0.00, 0.31, 0.74. Web safe color of #42432e is #333333. Color #42432e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 00101110
Octal 102 103 56
Decimal 66 67 46
Hex 42 43 2E

RGB Percentages of Color #42432e

%36.87
%37.43
%25.70

CMYK Percentages of Color #42432e

%1
%0
%31
%74

Triadic Colors of #42432e

#42432e #2e4243 #432e42

Analogous Colors of #42432e

#42432e #38432e #433a2e

Monochromatic Colors of #42432e

#42432e

Complementary Color

#42432e #2f2e43

#42432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42432e Color CSS Codes

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

#42432e Text Font Color

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

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


#42432e Background Color

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

This div background color is #42432e


#42432e Border Color

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

This div border color is #42432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42432e


Comments

No comments written yet.

Please login to write comment.