Color Hex Logo

#061412 Color Hex

#061412
(6,20,18)
0 Favorites   0 Comments

Color spaces of #061412

RGB 62018
HSL0.480.540.05
HSV171°70°
CMYK 0.700.000.10   0.92
XYZ0.43440.58270.6618
Yxy0.58270.25870.3471
Hunter Lab7.6335-3.20070.2032
CIE-Lab5.2635-4.8927-0.3910

#061412 color RGB value is (6,20,18).

#061412 hex color red value is 6, green value is 20 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #061412 hue: 0.48 , saturation: 0.54 and the lightness value of 061412 is 0.05.

The process color (four color CMYK) of #061412 color hex is 0.70, 0.00, 0.10, 0.92. Web safe color of #061412 is #000000. Color #061412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 00010010
Octal 6 24 22
Decimal 6 20 18
Hex 6 14 12

RGB Percentages of Color #061412

%13.64
%45.45
%40.91

CMYK Percentages of Color #061412

%70
%0
%10
%92

Triadic Colors of #061412

#061412 #120614 #141206

Analogous Colors of #061412

#061412 #060f14 #06140b

Monochromatic Colors of #061412

#061412

Complementary Color

#061412 #140608

#061412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061412 Color CSS Codes

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

#061412 Text Font Color

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

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


#061412 Background Color

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

This div background color is #061412


#061412 Border Color

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

This div border color is #061412


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,20,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061412


Comments

No comments written yet.

Please login to write comment.