Color Hex Logo

#06332e Color Hex

#06332E
(6,51,46)
0 Favorites   0 Comments

Color spaces of #06332e

RGB 65146
HSL0.480.790.11
HSV173°88°20°
CMYK 0.880.000.10   0.80
XYZ1.75212.60362.9950
Yxy2.60360.23840.3542
Hunter Lab16.1357-8.85490.2899
CIE-Lab18.3808-16.1112-1.0957

#06332e color RGB value is (6,51,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 00101110
Octal 6 63 56
Decimal 6 51 46
Hex 6 33 2E

RGB Percentages of Color #06332e

%5.83
%49.51
%44.66

CMYK Percentages of Color #06332e

%88
%0
%10
%80

Triadic Colors of #06332e

#06332e #2e0633 #332e06

Analogous Colors of #06332e

#06332e #062233 #063318

Monochromatic Colors of #06332e

#06332e

Complementary Color

#06332e #33060b

#06332e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06332e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06332e Color CSS Codes

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

#06332e Text Font Color

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

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


#06332e Background Color

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

This div background color is #06332e


#06332e Border Color

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

This div border color is #06332e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06332e


Comments

No comments written yet.

Please login to write comment.