Color Hex Logo

#64a947 Color Hex

#64A947
(100,169,71)
0 Favorites   0 Comments

Color spaces of #64a947

RGB 10016971
HSL0.280.410.47
HSV102°58°66°
CMYK 0.410.000.58   0.34
XYZ20.580831.540210.9644
Yxy31.54020.32620.5000
Hunter Lab56.1607-32.867527.7371
CIE-Lab62.9610-40.102843.0922

#64a947 color RGB value is (100,169,71).

#64a947 hex color red value is 100, green value is 169 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #64a947 hue: 0.28 , saturation: 0.41 and the lightness value of 64a947 is 0.47.

The process color (four color CMYK) of #64a947 color hex is 0.41, 0.00, 0.58, 0.34. Web safe color of #64a947 is #669933. Color #64a947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101001 01000111
Octal 144 251 107
Decimal 100 169 71
Hex 64 A9 47

RGB Percentages of Color #64a947

%29.41
%49.71
%20.88

CMYK Percentages of Color #64a947

%41
%0
%58
%34

Triadic Colors of #64a947

#64a947 #4764a9 #a94764

Analogous Colors of #64a947

#64a947 #47a95b #95a947

Monochromatic Colors of #64a947

#64a947

Complementary Color

#64a947 #8c47a9

#64a947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64a947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64a947 Color CSS Codes

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

#64a947 Text Font Color

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

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


#64a947 Background Color

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

This div background color is #64a947


#64a947 Border Color

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

This div border color is #64a947


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,169,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64a947; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64a947;
  -webkit-box-shadow: 1px 1px 3px 2px #64a947;
  box-shadow:         1px 1px 3px 2px #64a947; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,169,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64a947


Comments

No comments written yet.

Please login to write comment.