Color Hex Logo

#64aa3e Color Hex

#64AA3E
(100,170,62)
0 Favorites   0 Comments

Color spaces of #64aa3e

RGB 10017062
HSL0.270.470.45
HSV99°64°67°
CMYK 0.410.000.64   0.33
XYZ20.499831.80669.6163
Yxy31.80660.33110.5137
Hunter Lab56.3973-33.812629.3686
CIE-Lab63.1827-41.452747.4558

#64aa3e color RGB value is (100,170,62).

#64aa3e hex color red value is 100, green value is 170 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #64aa3e hue: 0.27 , saturation: 0.47 and the lightness value of 64aa3e is 0.45.

The process color (four color CMYK) of #64aa3e color hex is 0.41, 0.00, 0.64, 0.33. Web safe color of #64aa3e is #669933. Color #64aa3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 00111110
Octal 144 252 76
Decimal 100 170 62
Hex 64 AA 3E

RGB Percentages of Color #64aa3e

%30.12
%51.20
%18.67

CMYK Percentages of Color #64aa3e

%41
%0
%64
%33

Triadic Colors of #64aa3e

#64aa3e #3e64aa #aa3e64

Analogous Colors of #64aa3e

#64aa3e #3eaa4e #9aaa3e

Monochromatic Colors of #64aa3e

#64aa3e

Complementary Color

#64aa3e #843eaa

#64aa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aa3e Color CSS Codes

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

#64aa3e Text Font Color

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

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


#64aa3e Background Color

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

This div background color is #64aa3e


#64aa3e Border Color

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

This div border color is #64aa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aa3e


Comments

No comments written yet.

Please login to write comment.