Color Hex Logo

#063314 Color Hex

#063314
(6,51,20)
0 Favorites   0 Comments

Color spaces of #063314

RGB 65120
HSL0.390.790.11
HSV139°88°20°
CMYK 0.880.000.61   0.80
XYZ1.38522.45691.0630
Yxy2.45690.28240.5009
Hunter Lab15.6745-11.65586.9513
CIE-Lab17.7226-23.224215.3971

#063314 color RGB value is (6,51,20).

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

The process color (four color CMYK) of #063314 color hex is 0.88, 0.00, 0.61, 0.80. Web safe color of #063314 is #003300. Color #063314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 00010100
Octal 6 63 24
Decimal 6 51 20
Hex 6 33 14

RGB Percentages of Color #063314

%7.79
%66.23
%25.97

CMYK Percentages of Color #063314

%88
%0
%61
%80

Triadic Colors of #063314

#063314 #140633 #331406

Analogous Colors of #063314

#063314 #06332b #0f3306

Monochromatic Colors of #063314

#063314

Complementary Color

#063314 #330625

#063314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063314 Color CSS Codes

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

#063314 Text Font Color

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

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


#063314 Background Color

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

This div background color is #063314


#063314 Border Color

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

This div border color is #063314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063314


Comments

No comments written yet.

Please login to write comment.