Color Hex Logo

#074918 Color Hex

#074918
(7,73,24)
0 Favorites   0 Comments

Color spaces of #074918

RGB 77324
HSL0.380.830.16
HSV135°90°29°
CMYK 0.900.000.67   0.71
XYZ2.63504.87621.6665
Yxy4.87620.28710.5313
Hunter Lab22.0821-17.343810.9830
CIE-Lab26.3791-31.341223.4107

#074918 color RGB value is (7,73,24).

#074918 hex color red value is 7, green value is 73 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #074918 hue: 0.38 , saturation: 0.83 and the lightness value of 074918 is 0.16.

The process color (four color CMYK) of #074918 color hex is 0.90, 0.00, 0.67, 0.71. Web safe color of #074918 is #003300. Color #074918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001001 00011000
Octal 7 111 30
Decimal 7 73 24
Hex 7 49 18

RGB Percentages of Color #074918

%6.73
%70.19
%23.08

CMYK Percentages of Color #074918

%90
%0
%67
%71

Triadic Colors of #074918

#074918 #180749 #491807

Analogous Colors of #074918

#074918 #074939 #174907

Monochromatic Colors of #074918

#074918

Complementary Color

#074918 #490738

#074918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074918 Color CSS Codes

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

#074918 Text Font Color

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

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


#074918 Background Color

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

This div background color is #074918


#074918 Border Color

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

This div border color is #074918


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,73,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 #074918">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074918


Comments

No comments written yet.

Please login to write comment.