Color Hex Logo

#06392a Color Hex

#06392A
(6,57,42)
0 Favorites   0 Comments

Color spaces of #06392a

RGB 65742
HSL0.450.810.12
HSV162°89°22°
CMYK 0.890.000.26   0.78
XYZ1.95623.13212.6920
Yxy3.13210.25140.4026
Hunter Lab17.6977-11.24073.3698
CIE-Lab20.5654-20.58584.7795

#06392a color RGB value is (6,57,42).

#06392a hex color red value is 6, green value is 57 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #06392a hue: 0.45 , saturation: 0.81 and the lightness value of 06392a is 0.12.

The process color (four color CMYK) of #06392a color hex is 0.89, 0.00, 0.26, 0.78. Web safe color of #06392a is #003333. Color #06392a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 00101010
Octal 6 71 52
Decimal 6 57 42
Hex 6 39 2A

RGB Percentages of Color #06392a

%5.71
%54.29
%40.00

CMYK Percentages of Color #06392a

%89
%0
%26
%78

Triadic Colors of #06392a

#06392a #2a0639 #392a06

Analogous Colors of #06392a

#06392a #062f39 #063911

Monochromatic Colors of #06392a

#06392a

Complementary Color

#06392a #390615

#06392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06392a Color CSS Codes

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

#06392a Text Font Color

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

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


#06392a Background Color

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

This div background color is #06392a


#06392a Border Color

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

This div border color is #06392a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,57,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06392a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06392a;
  -webkit-box-shadow: 1px 1px 3px 2px #06392a;
  box-shadow:         1px 1px 3px 2px #06392a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06392a


Comments

No comments written yet.

Please login to write comment.