Color Hex Logo

#425420 Color Hex

#425420
(66,84,32)
0 Favorites   0 Comments

Color spaces of #425420

RGB 668432
HSL0.220.450.23
HSV81°62°33°
CMYK 0.210.000.62   0.67
XYZ5.67787.60322.5348
Yxy7.60320.35900.4807
Hunter Lab27.5739-11.499013.8513
CIE-Lab33.1424-16.364227.6211

#425420 color RGB value is (66,84,32).

#425420 hex color red value is 66, green value is 84 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #425420 hue: 0.22 , saturation: 0.45 and the lightness value of 425420 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 00100000
Octal 102 124 40
Decimal 66 84 32
Hex 42 54 20

RGB Percentages of Color #425420

%36.26
%46.15
%17.58

CMYK Percentages of Color #425420

%21
%0
%62
%67

Triadic Colors of #425420

#425420 #204254 #542042

Analogous Colors of #425420

#425420 #285420 #544c20

Monochromatic Colors of #425420

#425420

Complementary Color

#425420 #322054

#425420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425420 Color CSS Codes

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

#425420 Text Font Color

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

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


#425420 Background Color

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

This div background color is #425420


#425420 Border Color

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

This div border color is #425420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425420


Comments

No comments written yet.

Please login to write comment.