Color Hex Logo

#074213 Color Hex

#074213
(7,66,19)
0 Favorites   0 Comments

Color spaces of #074213

RGB 76619
HSL0.370.810.14
HSV132°89°26°
CMYK 0.890.000.71   0.74
XYZ2.15343.98861.2725
Yxy3.98860.29040.5379
Hunter Lab19.9715-15.703510.2023
CIE-Lab23.6337-29.353822.9472

#074213 color RGB value is (7,66,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000010 00010011
Octal 7 102 23
Decimal 7 66 19
Hex 7 42 13

RGB Percentages of Color #074213

%7.61
%71.74
%20.65

CMYK Percentages of Color #074213

%89
%0
%71
%74

Triadic Colors of #074213

#074213 #130742 #421307

Analogous Colors of #074213

#074213 #074231 #194207

Monochromatic Colors of #074213

#074213

Complementary Color

#074213 #420736

#074213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074213 Color CSS Codes

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

#074213 Text Font Color

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

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


#074213 Background Color

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

This div background color is #074213


#074213 Border Color

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

This div border color is #074213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074213


Comments

No comments written yet.

Please login to write comment.