Color Hex Logo

#073118 Color Hex

#073118
(7,49,24)
0 Favorites   0 Comments

Color spaces of #073118

RGB 74924
HSL0.400.750.11
HSV144°86°19°
CMYK 0.860.000.51   0.81
XYZ1.35082.30771.2384
Yxy2.30770.27580.4713
Hunter Lab15.1911-10.71225.8004
CIE-Lab17.0256-21.239711.9631

#073118 color RGB value is (7,49,24).

#073118 hex color red value is 7, green value is 49 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #073118 hue: 0.40 , saturation: 0.75 and the lightness value of 073118 is 0.11.

The process color (four color CMYK) of #073118 color hex is 0.86, 0.00, 0.51, 0.81. Web safe color of #073118 is #003300. Color #073118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 00011000
Octal 7 61 30
Decimal 7 49 24
Hex 7 31 18

RGB Percentages of Color #073118

%8.75
%61.25
%30.00

CMYK Percentages of Color #073118

%86
%0
%51
%81

Triadic Colors of #073118

#073118 #180731 #311807

Analogous Colors of #073118

#073118 #07312d #0b3107

Monochromatic Colors of #073118

#073118

Complementary Color

#073118 #310720

#073118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073118 Color CSS Codes

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

#073118 Text Font Color

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

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


#073118 Background Color

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

This div background color is #073118


#073118 Border Color

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

This div border color is #073118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073118


Comments

No comments written yet.

Please login to write comment.