Color Hex Logo

#073009 Color Hex

#073009
(7,48,9)
0 Favorites   0 Comments

Color spaces of #073009

RGB 7489
HSL0.340.750.11
HSV123°85°19°
CMYK 0.850.000.81   0.81
XYZ1.19392.17880.6161
Yxy2.17880.29930.5462
Hunter Lab14.7608-11.39367.8578
CIE-Lab16.3989-23.421819.4616

#073009 color RGB value is (7,48,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 00001001
Octal 7 60 11
Decimal 7 48 9
Hex 7 30 9

RGB Percentages of Color #073009

%10.94
%75.00
%14.06

CMYK Percentages of Color #073009

%85
%0
%81
%81

Triadic Colors of #073009

#073009 #090730 #300907

Analogous Colors of #073009

#073009 #07301e #1a3007

Monochromatic Colors of #073009

#073009

Complementary Color

#073009 #30072e

#073009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073009 Color CSS Codes

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

#073009 Text Font Color

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

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


#073009 Background Color

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

This div background color is #073009


#073009 Border Color

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

This div border color is #073009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073009


Comments

No comments written yet.

Please login to write comment.