Color Hex Logo

#20420a Color Hex

#20420A
(32,66,10)
0 Favorites   0 Comments

Color spaces of #20420a

RGB 326610
HSL0.270.740.15
HSV96°85°26°
CMYK 0.520.000.85   0.74
XYZ2.59874.22540.9658
Yxy4.22540.33360.5424
Hunter Lab20.5558-13.406311.6033
CIE-Lab24.4030-23.521828.2599

#20420a color RGB value is (32,66,10).

#20420a hex color red value is 32, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #20420a hue: 0.27 , saturation: 0.74 and the lightness value of 20420a is 0.15.

The process color (four color CMYK) of #20420a color hex is 0.52, 0.00, 0.85, 0.74. Web safe color of #20420a is #333300. Color #20420a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000010 00001010
Octal 40 102 12
Decimal 32 66 10
Hex 20 42 A

RGB Percentages of Color #20420a

%29.63
%61.11
%9.26

CMYK Percentages of Color #20420a

%52
%0
%85
%74

Triadic Colors of #20420a

#20420a #0a2042 #420a20

Analogous Colors of #20420a

#20420a #0a4210 #3c420a

Monochromatic Colors of #20420a

#20420a

Complementary Color

#20420a #2c0a42

#20420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20420a Color CSS Codes

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

#20420a Text Font Color

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

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


#20420a Background Color

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

This div background color is #20420a


#20420a Border Color

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

This div border color is #20420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20420a


Comments

No comments written yet.

Please login to write comment.