Color Hex Logo

#064316 Color Hex

#064316
(6,67,22)
1 Favorites   0 Comments

Color spaces of #064316

RGB 66722
HSL0.380.840.14
HSV136°91°26°
CMYK 0.910.000.67   0.74
XYZ2.22714.11101.4352
Yxy4.11100.28650.5289
Hunter Lab20.2756-15.87569.9961
CIE-Lab24.0351-29.487721.7819

#064316 color RGB value is (6,67,22).

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

The process color (four color CMYK) of #064316 color hex is 0.91, 0.00, 0.67, 0.74. Web safe color of #064316 is #003300. Color #064316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000011 00010110
Octal 6 103 26
Decimal 6 67 22
Hex 6 43 16

RGB Percentages of Color #064316

%6.32
%70.53
%23.16

CMYK Percentages of Color #064316

%91
%0
%67
%74

Triadic Colors of #064316

#064316 #160643 #431606

Analogous Colors of #064316

#064316 #064335 #144306

Monochromatic Colors of #064316

#064316

Complementary Color

#064316 #430633

#064316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064316 Color CSS Codes

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

#064316 Text Font Color

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

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


#064316 Background Color

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

This div background color is #064316


#064316 Border Color

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

This div border color is #064316


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,67,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 #064316">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064316

#064316 Color Palettes


Comments

No comments written yet.

Please login to write comment.