Color Hex Logo

#42512e Color Hex

#42512E
(66,81,46)
0 Favorites   0 Comments

Color spaces of #42512e

RGB 668146
HSL0.240.280.25
HSV86°43°32°
CMYK 0.190.000.43   0.68
XYZ5.68237.24043.6828
Yxy7.24040.34220.4360
Hunter Lab26.9080-9.394210.7208
CIE-Lab32.3480-12.888418.6788

#42512e color RGB value is (66,81,46).

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

The process color (four color CMYK) of #42512e color hex is 0.19, 0.00, 0.43, 0.68. Web safe color of #42512e is #336633. Color #42512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 00101110
Octal 102 121 56
Decimal 66 81 46
Hex 42 51 2E

RGB Percentages of Color #42512e

%34.20
%41.97
%23.83

CMYK Percentages of Color #42512e

%19
%0
%43
%68

Triadic Colors of #42512e

#42512e #2e4251 #512e42

Analogous Colors of #42512e

#42512e #31512e #514f2e

Monochromatic Colors of #42512e

#42512e

Complementary Color

#42512e #3d2e51

#42512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42512e Color CSS Codes

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

#42512e Text Font Color

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

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


#42512e Background Color

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

This div background color is #42512e


#42512e Border Color

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

This div border color is #42512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42512e


Comments

No comments written yet.

Please login to write comment.