Color Hex Logo

#071411 Color Hex

#071411
(7,20,17)
0 Favorites   0 Comments

Color spaces of #071411

RGB 72017
HSL0.460.480.05
HSV166°65°
CMYK 0.650.000.15   0.92
XYZ0.43900.58600.6203
Yxy0.58600.26680.3562
Hunter Lab7.6551-3.15980.5542
CIE-Lab5.2933-4.83270.2539

#071411 color RGB value is (7,20,17).

#071411 hex color red value is 7, green value is 20 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #071411 hue: 0.46 , saturation: 0.48 and the lightness value of 071411 is 0.05.

The process color (four color CMYK) of #071411 color hex is 0.65, 0.00, 0.15, 0.92. Web safe color of #071411 is #000000. Color #071411 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 00010001
Octal 7 24 21
Decimal 7 20 17
Hex 7 14 11

RGB Percentages of Color #071411

%15.91
%45.45
%38.64

CMYK Percentages of Color #071411

%65
%0
%15
%92

Triadic Colors of #071411

#071411 #110714 #141107

Analogous Colors of #071411

#071411 #071114 #07140b

Monochromatic Colors of #071411

#071411

Complementary Color

#071411 #14070a

#071411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071411 Color CSS Codes

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

#071411 Text Font Color

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

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


#071411 Background Color

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

This div background color is #071411


#071411 Border Color

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

This div border color is #071411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071411


Comments

No comments written yet.

Please login to write comment.