Color Hex Logo

#071003 Color Hex

#071003
(7,16,3)
0 Favorites   0 Comments

Color spaces of #071003

RGB 7163
HSL0.280.680.04
HSV102°81°
CMYK 0.560.000.81   0.94
XYZ0.28930.42230.1524
Yxy0.42230.33480.4888
Hunter Lab6.4985-3.42583.1585
CIE-Lab3.8146-4.59144.3971

#071003 color RGB value is (7,16,3).

#071003 hex color red value is 7, green value is 16 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #071003 hue: 0.28 , saturation: 0.68 and the lightness value of 071003 is 0.04.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010000 00000011
Octal 7 20 3
Decimal 7 16 3
Hex 7 10 3

RGB Percentages of Color #071003

%26.92
%61.54
%11.54

CMYK Percentages of Color #071003

%56
%0
%81
%94

Triadic Colors of #071003

#071003 #030710 #100307

Analogous Colors of #071003

#071003 #031006 #0e1003

Monochromatic Colors of #071003

#071003

Complementary Color

#071003 #0c0310

#071003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071003 Color CSS Codes

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

#071003 Text Font Color

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

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


#071003 Background Color

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

This div background color is #071003


#071003 Border Color

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

This div border color is #071003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071003


Comments

No comments written yet.

Please login to write comment.