Color Hex Logo

#42542e Color Hex

#42542E
(66,84,46)
0 Favorites   0 Comments

Color spaces of #42542e

RGB 668446
HSL0.250.290.25
HSV88°45°33°
CMYK 0.210.000.45   0.67
XYZ5.91027.69623.7588
Yxy7.69620.34030.4432
Hunter Lab27.7420-10.520711.3861
CIE-Lab33.3420-14.593219.9506

#42542e color RGB value is (66,84,46).

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

The process color (four color CMYK) of #42542e color hex is 0.21, 0.00, 0.45, 0.67. Web safe color of #42542e is #336633. Color #42542e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 00101110
Octal 102 124 56
Decimal 66 84 46
Hex 42 54 2E

RGB Percentages of Color #42542e

%33.67
%42.86
%23.47

CMYK Percentages of Color #42542e

%21
%0
%45
%67

Triadic Colors of #42542e

#42542e #2e4254 #542e42

Analogous Colors of #42542e

#42542e #2f542e #54532e

Monochromatic Colors of #42542e

#42542e

Complementary Color

#42542e #402e54

#42542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42542e Color CSS Codes

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

#42542e Text Font Color

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

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


#42542e Background Color

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

This div background color is #42542e


#42542e Border Color

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

This div border color is #42542e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42542e


Comments

No comments written yet.

Please login to write comment.