Color Hex Logo

#063033 Color Hex

#063033
(6,48,51)
0 Favorites   0 Comments

Color spaces of #063033

RGB 64851
HSL0.510.790.11
HSV184°88°20°
CMYK 0.880.060.00   0.80
XYZ1.72962.39163.5024
Yxy2.39160.22690.3137
Hunter Lab15.4648-7.0998-2.6024
CIE-Lab17.4211-12.5424-5.9835

#063033 color RGB value is (6,48,51).

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

The process color (four color CMYK) of #063033 color hex is 0.88, 0.06, 0.00, 0.80. Web safe color of #063033 is #003333. Color #063033 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110000 00110011
Octal 6 60 63
Decimal 6 48 51
Hex 6 30 33

RGB Percentages of Color #063033

%5.71
%45.71
%48.57

CMYK Percentages of Color #063033

%88
%6
%0
%80

Triadic Colors of #063033

#063033 #330630 #303306

Analogous Colors of #063033

#063033 #061a33 #063320

Monochromatic Colors of #063033

#063033

Complementary Color

#063033 #330906

#063033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063033 Color CSS Codes

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

#063033 Text Font Color

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

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


#063033 Background Color

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

This div background color is #063033


#063033 Border Color

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

This div border color is #063033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063033


Comments

No comments written yet.

Please login to write comment.