Color Hex Logo

#424920 Color Hex

#424920
(66,73,32)
0 Favorites   0 Comments

Color spaces of #424920

RGB 667332
HSL0.200.390.21
HSV70°56°29°
CMYK 0.100.000.56   0.71
XYZ4.89006.02762.2722
Yxy6.02760.37070.4570
Hunter Lab24.5512-7.411711.6986
CIE-Lab29.4820-10.079923.3544

#424920 color RGB value is (66,73,32).

#424920 hex color red value is 66, green value is 73 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #424920 hue: 0.20 , saturation: 0.39 and the lightness value of 424920 is 0.21.

The process color (four color CMYK) of #424920 color hex is 0.10, 0.00, 0.56, 0.71. Web safe color of #424920 is #333333. Color #424920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 00100000
Octal 102 111 40
Decimal 66 73 32
Hex 42 49 20

RGB Percentages of Color #424920

%38.60
%42.69
%18.71

CMYK Percentages of Color #424920

%10
%0
%56
%71

Triadic Colors of #424920

#424920 #204249 #492042

Analogous Colors of #424920

#424920 #2e4920 #493c20

Monochromatic Colors of #424920

#424920

Complementary Color

#424920 #272049

#424920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424920 Color CSS Codes

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

#424920 Text Font Color

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

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


#424920 Background Color

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

This div background color is #424920


#424920 Border Color

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

This div border color is #424920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424920


Comments

No comments written yet.

Please login to write comment.