Color Hex Logo

#07420e Color Hex

#07420E
(7,66,14)
0 Favorites   0 Comments

Color spaces of #07420e

RGB 76614
HSL0.350.810.14
HSV127°89°26°
CMYK 0.890.000.79   0.74
XYZ2.11513.97331.0709
Yxy3.97330.29540.5550
Hunter Lab19.9331-15.942410.7679
CIE-Lab23.5830-29.978925.3956

#07420e color RGB value is (7,66,14).

#07420e hex color red value is 7, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #07420e hue: 0.35 , saturation: 0.81 and the lightness value of 07420e is 0.14.

The process color (four color CMYK) of #07420e color hex is 0.89, 0.00, 0.79, 0.74. Web safe color of #07420e is #003300. Color #07420e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000010 00001110
Octal 7 102 16
Decimal 7 66 14
Hex 7 42 E

RGB Percentages of Color #07420e

%8.05
%75.86
%16.09

CMYK Percentages of Color #07420e

%89
%0
%79
%74

Triadic Colors of #07420e

#07420e #0e0742 #420e07

Analogous Colors of #07420e

#07420e #07422c #1e4207

Monochromatic Colors of #07420e

#07420e

Complementary Color

#07420e #42073b

#07420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07420e Color CSS Codes

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

#07420e Text Font Color

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

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


#07420e Background Color

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

This div background color is #07420e


#07420e Border Color

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

This div border color is #07420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07420e


Comments

No comments written yet.

Please login to write comment.