Color Hex Logo

#074e18 Color Hex

#074E18
(7,78,24)
0 Favorites   0 Comments

Color spaces of #074e18

RGB 77824
HSL0.370.840.17
HSV134°91°31°
CMYK 0.910.000.69   0.69
XYZ2.97695.55991.7804
Yxy5.55990.28850.5389
Hunter Lab23.5794-18.728412.0288
CIE-Lab28.2738-33.227325.5709

#074e18 color RGB value is (7,78,24).

#074e18 hex color red value is 7, green value is 78 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #074e18 hue: 0.37 , saturation: 0.84 and the lightness value of 074e18 is 0.17.

The process color (four color CMYK) of #074e18 color hex is 0.91, 0.00, 0.69, 0.69. Web safe color of #074e18 is #006600. Color #074e18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 00011000
Octal 7 116 30
Decimal 7 78 24
Hex 7 4E 18

RGB Percentages of Color #074e18

%6.42
%71.56
%22.02

CMYK Percentages of Color #074e18

%91
%0
%69
%69

Triadic Colors of #074e18

#074e18 #18074e #4e1807

Analogous Colors of #074e18

#074e18 #074e3c #1a4e07

Monochromatic Colors of #074e18

#074e18

Complementary Color

#074e18 #4e073d

#074e18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e18 Color CSS Codes

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

#074e18 Text Font Color

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

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


#074e18 Background Color

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

This div background color is #074e18


#074e18 Border Color

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

This div border color is #074e18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,78,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074e18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074e18;
  -webkit-box-shadow: 1px 1px 3px 2px #074e18;
  box-shadow:         1px 1px 3px 2px #074e18; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e18


Comments

No comments written yet.

Please login to write comment.