Color Hex Logo

#07170f Color Hex

#07170F
(7,23,15)
0 Favorites   0 Comments

Color spaces of #07170f

RGB 72315
HSL0.420.530.06
HSV150°70°
CMYK 0.700.000.35   0.91
XYZ0.48020.69250.5603
Yxy0.69250.27710.3996
Hunter Lab8.3217-4.26261.8331
CIE-Lab6.2553-7.29162.7708

#07170f color RGB value is (7,23,15).

#07170f hex color red value is 7, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #07170f hue: 0.42 , saturation: 0.53 and the lightness value of 07170f is 0.06.

The process color (four color CMYK) of #07170f color hex is 0.70, 0.00, 0.35, 0.91. Web safe color of #07170f is #000000. Color #07170f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010111 00001111
Octal 7 27 17
Decimal 7 23 15
Hex 7 17 F

RGB Percentages of Color #07170f

%15.56
%51.11
%33.33

CMYK Percentages of Color #07170f

%70
%0
%35
%91

Triadic Colors of #07170f

#07170f #0f0717 #170f07

Analogous Colors of #07170f

#07170f #071717 #071707

Monochromatic Colors of #07170f

#07170f

Complementary Color

#07170f #17070f

#07170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07170f Color CSS Codes

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

#07170f Text Font Color

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

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


#07170f Background Color

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

This div background color is #07170f


#07170f Border Color

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

This div border color is #07170f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,23,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07170f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07170f;
  -webkit-box-shadow: 1px 1px 3px 2px #07170f;
  box-shadow:         1px 1px 3px 2px #07170f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07170f


Comments

No comments written yet.

Please login to write comment.