Color Hex Logo

#06360c Color Hex

#06360C
(6,54,12)
0 Favorites   0 Comments

Color spaces of #06360c

RGB 65412
HSL0.350.800.12
HSV128°89°21°
CMYK 0.890.000.78   0.79
XYZ1.46062.70360.7927
Yxy2.70360.29470.5454
Hunter Lab16.4426-12.91848.6515
CIE-Lab18.8155-25.758121.1021

#06360c color RGB value is (6,54,12).

#06360c hex color red value is 6, green value is 54 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #06360c hue: 0.35 , saturation: 0.80 and the lightness value of 06360c is 0.12.

The process color (four color CMYK) of #06360c color hex is 0.89, 0.00, 0.78, 0.79. Web safe color of #06360c is #003300. Color #06360c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110110 00001100
Octal 6 66 14
Decimal 6 54 12
Hex 6 36 C

RGB Percentages of Color #06360c

%8.33
%75.00
%16.67

CMYK Percentages of Color #06360c

%89
%0
%78
%79

Triadic Colors of #06360c

#06360c #0c0636 #360c06

Analogous Colors of #06360c

#06360c #063624 #183606

Monochromatic Colors of #06360c

#06360c

Complementary Color

#06360c #360630

#06360c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06360c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06360c Color CSS Codes

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

#06360c Text Font Color

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

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


#06360c Background Color

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

This div background color is #06360c


#06360c Border Color

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

This div border color is #06360c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,54,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06360c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06360c;
  -webkit-box-shadow: 1px 1px 3px 2px #06360c;
  box-shadow:         1px 1px 3px 2px #06360c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06360c


Comments

No comments written yet.

Please login to write comment.