Color Hex Logo

#06362c Color Hex

#06362C
(6,54,44)
0 Favorites   0 Comments

Color spaces of #06362c

RGB 65444
HSL0.470.800.12
HSV168°89°21°
CMYK 0.890.000.19   0.79
XYZ1.84892.85892.8372
Yxy2.85890.24500.3789
Hunter Lab16.9083-10.07071.8870
CIE-Lab19.4697-18.41581.8612

#06362c color RGB value is (6,54,44).

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

The process color (four color CMYK) of #06362c color hex is 0.89, 0.00, 0.19, 0.79. Web safe color of #06362c is #003333. Color #06362c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110110 00101100
Octal 6 66 54
Decimal 6 54 44
Hex 6 36 2C

RGB Percentages of Color #06362c

%5.77
%51.92
%42.31

CMYK Percentages of Color #06362c

%89
%0
%19
%79

Triadic Colors of #06362c

#06362c #2c0636 #362c06

Analogous Colors of #06362c

#06362c #062836 #063614

Monochromatic Colors of #06362c

#06362c

Complementary Color

#06362c #360610

#06362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06362c Color CSS Codes

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

#06362c Text Font Color

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

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


#06362c Background Color

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

This div background color is #06362c


#06362c Border Color

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

This div border color is #06362c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06362c


Comments

No comments written yet.

Please login to write comment.