Color Hex Logo

#424707 Color Hex

#424707
(66,71,7)
0 Favorites   0 Comments

Color spaces of #424707

RGB 66717
HSL0.180.820.15
HSV65°90°28°
CMYK 0.070.000.90   0.72
XYZ4.53845.68011.0582
Yxy5.68010.40250.5037
Hunter Lab23.8330-7.716814.0506
CIE-Lab28.5906-10.806134.1995

#424707 color RGB value is (66,71,7).

#424707 hex color red value is 66, green value is 71 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #424707 hue: 0.18 , saturation: 0.82 and the lightness value of 424707 is 0.15.

The process color (four color CMYK) of #424707 color hex is 0.07, 0.00, 0.90, 0.72. Web safe color of #424707 is #333300. Color #424707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 00000111
Octal 102 107 7
Decimal 66 71 7
Hex 42 47 7

RGB Percentages of Color #424707

%45.83
%49.31
%4.86

CMYK Percentages of Color #424707

%7
%0
%90
%72

Triadic Colors of #424707

#424707 #074247 #470742

Analogous Colors of #424707

#424707 #224707 #472c07

Monochromatic Colors of #424707

#424707

Complementary Color

#424707 #0c0747

#424707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424707 Color CSS Codes

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

#424707 Text Font Color

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

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


#424707 Background Color

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

This div background color is #424707


#424707 Border Color

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

This div border color is #424707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424707


Comments

No comments written yet.

Please login to write comment.