Color Hex Logo

#06332a Color Hex

#06332A
(6,51,42)
0 Favorites   0 Comments

Color spaces of #06332a

RGB 65142
HSL0.470.790.11
HSV168°88°20°
CMYK 0.880.000.18   0.80
XYZ1.67682.57352.5989
Yxy2.57350.24480.3757
Hunter Lab16.0421-9.41611.6242
CIE-Lab18.2478-17.45781.4633

#06332a color RGB value is (6,51,42).

#06332a hex color red value is 6, green value is 51 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #06332a hue: 0.47 , saturation: 0.79 and the lightness value of 06332a is 0.11.

The process color (four color CMYK) of #06332a color hex is 0.88, 0.00, 0.18, 0.80. Web safe color of #06332a is #003333. Color #06332a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 00101010
Octal 6 63 52
Decimal 6 51 42
Hex 6 33 2A

RGB Percentages of Color #06332a

%6.06
%51.52
%42.42

CMYK Percentages of Color #06332a

%88
%0
%18
%80

Triadic Colors of #06332a

#06332a #2a0633 #332a06

Analogous Colors of #06332a

#06332a #062633 #063314

Monochromatic Colors of #06332a

#06332a

Complementary Color

#06332a #33060f

#06332a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06332a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06332a Color CSS Codes

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

#06332a Text Font Color

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

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


#06332a Background Color

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

This div background color is #06332a


#06332a Border Color

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

This div border color is #06332a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06332a


Comments

No comments written yet.

Please login to write comment.