Color Hex Logo

#074210 Color Hex

#074210
(7,66,16)
0 Favorites   0 Comments

Color spaces of #074210

RGB 76616
HSL0.360.810.14
HSV129°89°26°
CMYK 0.890.000.76   0.74
XYZ2.12943.97901.1460
Yxy3.97900.29350.5485
Hunter Lab19.9474-15.853010.5569
CIE-Lab23.6019-29.744224.4491

#074210 color RGB value is (7,66,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000010 00010000
Octal 7 102 20
Decimal 7 66 16
Hex 7 42 10

RGB Percentages of Color #074210

%7.87
%74.16
%17.98

CMYK Percentages of Color #074210

%89
%0
%76
%74

Triadic Colors of #074210

#074210 #100742 #421007

Analogous Colors of #074210

#074210 #07422e #1c4207

Monochromatic Colors of #074210

#074210

Complementary Color

#074210 #420739

#074210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074210 Color CSS Codes

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

#074210 Text Font Color

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

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


#074210 Background Color

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

This div background color is #074210


#074210 Border Color

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

This div border color is #074210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074210


Comments

No comments written yet.

Please login to write comment.