Color Hex Logo

#071814 Color Hex

#071814
(7,24,20)
0 Favorites   0 Comments

Color spaces of #071814

RGB 72420
HSL0.460.550.06
HSV166°71°
CMYK 0.710.000.17   0.91
XYZ0.54050.74890.7779
Yxy0.74890.26150.3623
Hunter Lab8.6539-3.99570.7281
CIE-Lab6.7648-7.01740.5367

#071814 color RGB value is (7,24,20).

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

The process color (four color CMYK) of #071814 color hex is 0.71, 0.00, 0.17, 0.91. Web safe color of #071814 is #000000. Color #071814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011000 00010100
Octal 7 30 24
Decimal 7 24 20
Hex 7 18 14

RGB Percentages of Color #071814

%13.73
%47.06
%39.22

CMYK Percentages of Color #071814

%71
%0
%17
%91

Triadic Colors of #071814

#071814 #140718 #181407

Analogous Colors of #071814

#071814 #071418 #07180c

Monochromatic Colors of #071814

#071814

Complementary Color

#071814 #18070b

#071814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071814 Color CSS Codes

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

#071814 Text Font Color

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

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


#071814 Background Color

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

This div background color is #071814


#071814 Border Color

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

This div border color is #071814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071814


Comments

No comments written yet.

Please login to write comment.