Color Hex Logo

#064a20 Color Hex

#064A20
(6,74,32)
0 Favorites   0 Comments

Color spaces of #064a20

RGB 67432
HSL0.400.850.16
HSV143°92°29°
CMYK 0.920.000.57   0.71
XYZ2.78465.04062.1927
Yxy5.04060.27800.5032
Hunter Lab22.4513-17.15069.9253
CIE-Lab26.8501-30.560219.4665

#064a20 color RGB value is (6,74,32).

#064a20 hex color red value is 6, green value is 74 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #064a20 hue: 0.40 , saturation: 0.85 and the lightness value of 064a20 is 0.16.

The process color (four color CMYK) of #064a20 color hex is 0.92, 0.00, 0.57, 0.71. Web safe color of #064a20 is #003333. Color #064a20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 00100000
Octal 6 112 40
Decimal 6 74 32
Hex 6 4A 20

RGB Percentages of Color #064a20

%5.36
%66.07
%28.57

CMYK Percentages of Color #064a20

%92
%0
%57
%71

Triadic Colors of #064a20

#064a20 #20064a #4a2006

Analogous Colors of #064a20

#064a20 #064a42 #0e4a06

Monochromatic Colors of #064a20

#064a20

Complementary Color

#064a20 #4a0630

#064a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064a20 Color CSS Codes

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

#064a20 Text Font Color

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

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


#064a20 Background Color

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

This div background color is #064a20


#064a20 Border Color

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

This div border color is #064a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064a20


Comments

No comments written yet.

Please login to write comment.