Color Hex Logo

#063432 Color Hex

#063432
(6,52,50)
0 Favorites   0 Comments

Color spaces of #063432

RGB 65250
HSL0.490.790.11
HSV177°88°20°
CMYK 0.880.000.04   0.80
XYZ1.87882.72503.4446
Yxy2.72500.23340.3386
Hunter Lab16.5076-8.5724-0.8166
CIE-Lab18.9071-15.2696-3.0696

#063432 color RGB value is (6,52,50).

#063432 hex color red value is 6, green value is 52 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #063432 hue: 0.49 , saturation: 0.79 and the lightness value of 063432 is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110100 00110010
Octal 6 64 62
Decimal 6 52 50
Hex 6 34 32

RGB Percentages of Color #063432

%5.56
%48.15
%46.30

CMYK Percentages of Color #063432

%88
%0
%4
%80

Triadic Colors of #063432

#063432 #320634 #343206

Analogous Colors of #063432

#063432 #061f34 #06341b

Monochromatic Colors of #063432

#063432

Complementary Color

#063432 #340608

#063432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063432 Color CSS Codes

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

#063432 Text Font Color

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

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


#063432 Background Color

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

This div background color is #063432


#063432 Border Color

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

This div border color is #063432


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,52,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063432; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063432;
  -webkit-box-shadow: 1px 1px 3px 2px #063432;
  box-shadow:         1px 1px 3px 2px #063432; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063432


Comments

No comments written yet.

Please login to write comment.