Color Hex Logo

#06180f Color Hex

#06180F
(6,24,15)
0 Favorites   0 Comments

Color spaces of #06180f

RGB 62415
HSL0.420.600.06
HSV150°75°
CMYK 0.750.000.38   0.91
XYZ0.48800.72650.5664
Yxy0.72650.27400.4079
Hunter Lab8.5235-4.69642.0265
CIE-Lab6.5624-8.29593.2131

#06180f color RGB value is (6,24,15).

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

The process color (four color CMYK) of #06180f color hex is 0.75, 0.00, 0.38, 0.91. Web safe color of #06180f is #000000. Color #06180f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 00001111
Octal 6 30 17
Decimal 6 24 15
Hex 6 18 F

RGB Percentages of Color #06180f

%13.33
%53.33
%33.33

CMYK Percentages of Color #06180f

%75
%0
%38
%91

Triadic Colors of #06180f

#06180f #0f0618 #180f06

Analogous Colors of #06180f

#06180f #061818 #061806

Monochromatic Colors of #06180f

#06180f

Complementary Color

#06180f #18060f

#06180f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06180f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06180f Color CSS Codes

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

#06180f Text Font Color

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

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


#06180f Background Color

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

This div background color is #06180f


#06180f Border Color

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

This div border color is #06180f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06180f


Comments

No comments written yet.

Please login to write comment.