Color Hex Logo

#42513a Color Hex

#42513A
(66,81,58)
0 Favorites   0 Comments

Color spaces of #42513a

RGB 668158
HSL0.280.170.27
HSV99°28°32°
CMYK 0.190.000.28   0.68
XYZ5.95297.34865.1077
Yxy7.34860.32340.3992
Hunter Lab27.1083-8.24157.8045
CIE-Lab32.5877-10.865911.6415

#42513a color RGB value is (66,81,58).

#42513a hex color red value is 66, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #42513a hue: 0.28 , saturation: 0.17 and the lightness value of 42513a is 0.27.

The process color (four color CMYK) of #42513a color hex is 0.19, 0.00, 0.28, 0.68. Web safe color of #42513a is #336633. Color #42513a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 00111010
Octal 102 121 72
Decimal 66 81 58
Hex 42 51 3A

RGB Percentages of Color #42513a

%32.20
%39.51
%28.29

CMYK Percentages of Color #42513a

%19
%0
%28
%68

Triadic Colors of #42513a

#42513a #3a4251 #513a42

Analogous Colors of #42513a

#42513a #3a513e #4e513a

Monochromatic Colors of #42513a

#42513a

Complementary Color

#42513a #493a51

#42513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42513a Color CSS Codes

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

#42513a Text Font Color

<p style="color:#42513a">Text here</p>

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


#42513a Background Color

<div style="background-color:#42513a">
Div content here</div>

This div background color is #42513a


#42513a Border Color

<div style="border:3px solid #42513a">
Div here</div>

This div border color is #42513a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,81,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42513a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42513a


Comments

No comments written yet.

Please login to write comment.