Color Hex Logo

#07180c Color Hex

#07180C
(7,24,12)
0 Favorites   0 Comments

Color spaces of #07180c

RGB 72412
HSL0.380.550.06
HSV138°71°
CMYK 0.710.000.50   0.91
XYZ0.48060.72500.4624
Yxy0.72500.28810.4347
Hunter Lab8.5147-4.82552.7405
CIE-Lab6.5489-8.54064.6772

#07180c color RGB value is (7,24,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011000 00001100
Octal 7 30 14
Decimal 7 24 12
Hex 7 18 C

RGB Percentages of Color #07180c

%16.28
%55.81
%27.91

CMYK Percentages of Color #07180c

%71
%0
%50
%91

Triadic Colors of #07180c

#07180c #0c0718 #180c07

Analogous Colors of #07180c

#07180c #071815 #0b1807

Monochromatic Colors of #07180c

#07180c

Complementary Color

#07180c #180713

#07180c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07180c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07180c Color CSS Codes

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

#07180c Text Font Color

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

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


#07180c Background Color

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

This div background color is #07180c


#07180c Border Color

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

This div border color is #07180c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07180c


Comments

No comments written yet.

Please login to write comment.