Color Hex Logo

#063103 Color Hex

#063103
(6,49,3)
0 Favorites   0 Comments

Color spaces of #063103

RGB 6493
HSL0.320.880.10
HSV116°94°19°
CMYK 0.880.000.94   0.81
XYZ1.18992.24190.4562
Yxy2.24190.30600.5766
Hunter Lab14.9730-12.01738.6746
CIE-Lab16.7087-24.887122.2829

#063103 color RGB value is (6,49,3).

#063103 hex color red value is 6, green value is 49 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #063103 hue: 0.32 , saturation: 0.88 and the lightness value of 063103 is 0.10.

The process color (four color CMYK) of #063103 color hex is 0.88, 0.00, 0.94, 0.81. Web safe color of #063103 is #003300. Color #063103 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110001 00000011
Octal 6 61 3
Decimal 6 49 3
Hex 6 31 3

RGB Percentages of Color #063103

%10.34
%84.48
%5.17

CMYK Percentages of Color #063103

%88
%0
%94
%81

Triadic Colors of #063103

#063103 #030631 #310306

Analogous Colors of #063103

#063103 #033117 #1d3103

Monochromatic Colors of #063103

#063103

Complementary Color

#063103 #2e0331

#063103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063103 Color CSS Codes

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

#063103 Text Font Color

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

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


#063103 Background Color

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

This div background color is #063103


#063103 Border Color

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

This div border color is #063103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063103


Comments

No comments written yet.

Please login to write comment.