Color Hex Logo

#64a40d Color Hex

#64A40D
(100,164,13)
0 Favorites   0 Comments

Color spaces of #64a40d

RGB 10016413
HSL0.240.850.35
HSV85°92°64°
CMYK 0.390.000.92   0.36
XYZ18.603629.28935.0537
Yxy29.28930.35140.5532
Hunter Lab54.1196-33.349932.3472
CIE-Lab61.0361-41.746160.9456

#64a40d color RGB value is (100,164,13).

#64a40d hex color red value is 100, green value is 164 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #64a40d hue: 0.24 , saturation: 0.85 and the lightness value of 64a40d is 0.35.

The process color (four color CMYK) of #64a40d color hex is 0.39, 0.00, 0.92, 0.36. Web safe color of #64a40d is #669900. Color #64a40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10100100 00001101
Octal 144 244 15
Decimal 100 164 13
Hex 64 A4 D

RGB Percentages of Color #64a40d

%36.10
%59.21
%4.69

CMYK Percentages of Color #64a40d

%39
%0
%92
%36

Triadic Colors of #64a40d

#64a40d #0d64a4 #a40d64

Analogous Colors of #64a40d

#64a40d #18a40d #a4990d

Monochromatic Colors of #64a40d

#64a40d

Complementary Color

#64a40d #4d0da4

#64a40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64a40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64a40d Color CSS Codes

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

#64a40d Text Font Color

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

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


#64a40d Background Color

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

This div background color is #64a40d


#64a40d Border Color

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

This div border color is #64a40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64a40d


Comments

No comments written yet.

Please login to write comment.