Color Hex Logo

#071614 Color Hex

#071614
(7,22,20)
0 Favorites   0 Comments

Color spaces of #071614

RGB 72220
HSL0.480.520.06
HSV172°68°
CMYK 0.680.000.09   0.91
XYZ0.50080.66950.7647
Yxy0.66950.25880.3460
Hunter Lab8.1823-3.39390.1865
CIE-Lab6.0475-5.5522-0.5110

#071614 color RGB value is (7,22,20).

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

The process color (four color CMYK) of #071614 color hex is 0.68, 0.00, 0.09, 0.91. Web safe color of #071614 is #000000. Color #071614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010110 00010100
Octal 7 26 24
Decimal 7 22 20
Hex 7 16 14

RGB Percentages of Color #071614

%14.29
%44.90
%40.82

CMYK Percentages of Color #071614

%68
%0
%9
%91

Triadic Colors of #071614

#071614 #140716 #161407

Analogous Colors of #071614

#071614 #071116 #07160d

Monochromatic Colors of #071614

#071614

Complementary Color

#071614 #160709

#071614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071614 Color CSS Codes

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

#071614 Text Font Color

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

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


#071614 Background Color

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

This div background color is #071614


#071614 Border Color

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

This div border color is #071614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071614


Comments

No comments written yet.

Please login to write comment.