Color Hex Logo

#42520a Color Hex

#42520A
(66,82,10)
0 Favorites   0 Comments

Color spaces of #42520a

RGB 668210
HSL0.200.780.18
HSV73°88°32°
CMYK 0.200.000.88   0.68
XYZ5.31887.21481.3994
Yxy7.21480.38170.5178
Hunter Lab26.8604-11.659715.7133
CIE-Lab32.2910-16.903636.4124

#42520a color RGB value is (66,82,10).

#42520a hex color red value is 66, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #42520a hue: 0.20 , saturation: 0.78 and the lightness value of 42520a is 0.18.

The process color (four color CMYK) of #42520a color hex is 0.20, 0.00, 0.88, 0.68. Web safe color of #42520a is #336600. Color #42520a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 00001010
Octal 102 122 12
Decimal 66 82 10
Hex 42 52 A

RGB Percentages of Color #42520a

%41.77
%51.90
%6.33

CMYK Percentages of Color #42520a

%20
%0
%88
%68

Triadic Colors of #42520a

#42520a #0a4252 #520a42

Analogous Colors of #42520a

#42520a #1e520a #523e0a

Monochromatic Colors of #42520a

#42520a

Complementary Color

#42520a #1a0a52

#42520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42520a Color CSS Codes

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

#42520a Text Font Color

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

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


#42520a Background Color

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

This div background color is #42520a


#42520a Border Color

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

This div border color is #42520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42520a


Comments

No comments written yet.

Please login to write comment.