Color Hex Logo

#071009 Color Hex

#071009
(7,16,9)
0 Favorites   0 Comments

Color spaces of #071009

RGB 7169
HSL0.370.390.05
HSV133°56°
CMYK 0.560.000.44   0.94
XYZ0.32220.43550.3255
Yxy0.43550.29750.4020
Hunter Lab6.5992-2.83361.6951
CIE-Lab3.9338-3.75762.1267

#071009 color RGB value is (7,16,9).

#071009 hex color red value is 7, green value is 16 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #071009 hue: 0.37 , saturation: 0.39 and the lightness value of 071009 is 0.05.

The process color (four color CMYK) of #071009 color hex is 0.56, 0.00, 0.44, 0.94. Web safe color of #071009 is #000000. Color #071009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 00001001
Octal 7 20 11
Decimal 7 16 9
Hex 7 10 9

RGB Percentages of Color #071009

%21.88
%50.00
%28.13

CMYK Percentages of Color #071009

%56
%0
%44
%94

Triadic Colors of #071009

#071009 #090710 #100907

Analogous Colors of #071009

#071009 #07100e #0a1007

Monochromatic Colors of #071009

#071009

Complementary Color

#071009 #10070e

#071009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071009 Color CSS Codes

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

#071009 Text Font Color

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

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


#071009 Background Color

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

This div background color is #071009


#071009 Border Color

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

This div border color is #071009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071009


Comments

No comments written yet.

Please login to write comment.