Color Hex Logo

#061812 Color Hex

#061812
(6,24,18)
0 Favorites   0 Comments

Color spaces of #061812

RGB 62418
HSL0.440.600.06
HSV160°75°
CMYK 0.750.000.25   0.91
XYZ0.51090.73570.6873
Yxy0.73570.26420.3804
Hunter Lab8.5773-4.37811.2532
CIE-Lab6.6455-7.71601.6270

#061812 color RGB value is (6,24,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 00010010
Octal 6 30 22
Decimal 6 24 18
Hex 6 18 12

RGB Percentages of Color #061812

%12.50
%50.00
%37.50

CMYK Percentages of Color #061812

%75
%0
%25
%91

Triadic Colors of #061812

#061812 #120618 #181206

Analogous Colors of #061812

#061812 #061518 #061809

Monochromatic Colors of #061812

#061812

Complementary Color

#061812 #18060c

#061812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061812 Color CSS Codes

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

#061812 Text Font Color

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

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


#061812 Background Color

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

This div background color is #061812


#061812 Border Color

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

This div border color is #061812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061812


Comments

No comments written yet.

Please login to write comment.