Color Hex Logo

#064218 Color Hex

#064218
(6,66,24)
0 Favorites   0 Comments

Color spaces of #064218

RGB 66624
HSL0.380.830.14
HSV138°91°26°
CMYK 0.910.000.64   0.74
XYZ2.18824.00111.5211
Yxy4.00110.28380.5189
Hunter Lab20.0027-15.47789.4932
CIE-Lab23.6751-28.774020.2369

#064218 color RGB value is (6,66,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 00011000
Octal 6 102 30
Decimal 6 66 24
Hex 6 42 18

RGB Percentages of Color #064218

%6.25
%68.75
%25.00

CMYK Percentages of Color #064218

%91
%0
%64
%74

Triadic Colors of #064218

#064218 #180642 #421806

Analogous Colors of #064218

#064218 #064236 #124206

Monochromatic Colors of #064218

#064218

Complementary Color

#064218 #420630

#064218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064218 Color CSS Codes

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

#064218 Text Font Color

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

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


#064218 Background Color

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

This div background color is #064218


#064218 Border Color

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

This div border color is #064218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064218


Comments

No comments written yet.

Please login to write comment.