Color Hex Logo

#64715a Color Hex

#64715A
(100,113,90)
0 Favorites   0 Comments

Color spaces of #64715a

RGB 10011390
HSL0.260.110.40
HSV94°20°44°
CMYK 0.120.000.20   0.56
XYZ13.006115.257811.9324
Yxy15.25780.32360.3796
Hunter Lab39.0612-8.92269.2310
CIE-Lab45.9853-9.522411.1622

#64715a color RGB value is (100,113,90).

#64715a hex color red value is 100, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #64715a hue: 0.26 , saturation: 0.11 and the lightness value of 64715a is 0.40.

The process color (four color CMYK) of #64715a color hex is 0.12, 0.00, 0.20, 0.56. Web safe color of #64715a is #666666. Color #64715a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 01011010
Octal 144 161 132
Decimal 100 113 90
Hex 64 71 5A

RGB Percentages of Color #64715a

%33.00
%37.29
%29.70

CMYK Percentages of Color #64715a

%12
%0
%20
%56

Triadic Colors of #64715a

#64715a #5a6471 #715a64

Analogous Colors of #64715a

#64715a #5a715c #70715a

Monochromatic Colors of #64715a

#64715a

Complementary Color

#64715a #675a71

#64715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64715a Color CSS Codes

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

#64715a Text Font Color

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

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


#64715a Background Color

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

This div background color is #64715a


#64715a Border Color

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

This div border color is #64715a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,113,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64715a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64715a;
  -webkit-box-shadow: 1px 1px 3px 2px #64715a;
  box-shadow:         1px 1px 3px 2px #64715a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64715a


Comments

No comments written yet.

Please login to write comment.