Color Hex Logo

#07180a Color Hex

#07180A
(7,24,10)
0 Favorites   0 Comments

Color spaces of #07180a

RGB 72410
HSL0.360.550.06
HSV131°71°
CMYK 0.710.000.58   0.91
XYZ0.46900.72040.4015
Yxy0.72040.29480.4528
Hunter Lab8.4876-4.99003.1367
CIE-Lab6.5073-8.83675.4767

#07180a color RGB value is (7,24,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011000 00001010
Octal 7 30 12
Decimal 7 24 10
Hex 7 18 A

RGB Percentages of Color #07180a

%17.07
%58.54
%24.39

CMYK Percentages of Color #07180a

%71
%0
%58
%91

Triadic Colors of #07180a

#07180a #0a0718 #180a07

Analogous Colors of #07180a

#07180a #071813 #0d1807

Monochromatic Colors of #07180a

#07180a

Complementary Color

#07180a #180715

#07180a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07180a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07180a Color CSS Codes

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

#07180a Text Font Color

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

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


#07180a Background Color

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

This div background color is #07180a


#07180a Border Color

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

This div border color is #07180a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07180a


Comments

No comments written yet.

Please login to write comment.