Color Hex Logo

#07421a Color Hex

#07421A
(7,66,26)
0 Favorites   0 Comments

Color spaces of #07421a

RGB 76626
HSL0.390.810.14
HSV139°89°26°
CMYK 0.890.000.61   0.74
XYZ2.22234.01621.6354
Yxy4.01620.28220.5101
Hunter Lab20.0405-15.27689.1900
CIE-Lab23.7249-28.253819.1453

#07421a color RGB value is (7,66,26).

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

The process color (four color CMYK) of #07421a color hex is 0.89, 0.00, 0.61, 0.74. Web safe color of #07421a is #003333. Color #07421a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000010 00011010
Octal 7 102 32
Decimal 7 66 26
Hex 7 42 1A

RGB Percentages of Color #07421a

%7.07
%66.67
%26.26

CMYK Percentages of Color #07421a

%89
%0
%61
%74

Triadic Colors of #07421a

#07421a #1a0742 #421a07

Analogous Colors of #07421a

#07421a #074238 #124207

Monochromatic Colors of #07421a

#07421a

Complementary Color

#07421a #42072f

#07421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07421a Color CSS Codes

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

#07421a Text Font Color

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

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


#07421a Background Color

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

This div background color is #07421a


#07421a Border Color

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

This div border color is #07421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07421a


Comments

No comments written yet.

Please login to write comment.