Color Hex Logo

#064416 Color Hex

#064416
(6,68,22)
0 Favorites   0 Comments

Color spaces of #064416

RGB 66822
HSL0.380.840.15
HSV135°91°27°
CMYK 0.910.000.68   0.73
XYZ2.28704.23091.4552
Yxy4.23090.28680.5306
Hunter Lab20.5692-16.149310.2038
CIE-Lab24.4206-29.877922.2281

#064416 color RGB value is (6,68,22).

#064416 hex color red value is 6, green value is 68 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #064416 hue: 0.38 , saturation: 0.84 and the lightness value of 064416 is 0.15.

The process color (four color CMYK) of #064416 color hex is 0.91, 0.00, 0.68, 0.73. Web safe color of #064416 is #003300. Color #064416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 00010110
Octal 6 104 26
Decimal 6 68 22
Hex 6 44 16

RGB Percentages of Color #064416

%6.25
%70.83
%22.92

CMYK Percentages of Color #064416

%91
%0
%68
%73

Triadic Colors of #064416

#064416 #160644 #441606

Analogous Colors of #064416

#064416 #064435 #154406

Monochromatic Colors of #064416

#064416

Complementary Color

#064416 #440634

#064416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064416 Color CSS Codes

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

#064416 Text Font Color

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

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


#064416 Background Color

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

This div background color is #064416


#064416 Border Color

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

This div border color is #064416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064416

#064416 Color Palettes


Comments

No comments written yet.

Please login to write comment.