Color Hex Logo

#64715d Color Hex

#64715D
(100,113,93)
0 Favorites   0 Comments

Color spaces of #64715d

RGB 10011393
HSL0.280.100.40
HSV99°18°44°
CMYK 0.120.000.18   0.56
XYZ13.136415.309912.6187
Yxy15.30990.31990.3728
Hunter Lab39.1279-8.54608.2685
CIE-Lab46.0558-8.96869.4829

#64715d color RGB value is (100,113,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 01011101
Octal 144 161 135
Decimal 100 113 93
Hex 64 71 5D

RGB Percentages of Color #64715d

%32.68
%36.93
%30.39

CMYK Percentages of Color #64715d

%12
%0
%18
%56

Triadic Colors of #64715d

#64715d #5d6471 #715d64

Analogous Colors of #64715d

#64715d #5d7160 #6e715d

Monochromatic Colors of #64715d

#64715d

Complementary Color

#64715d #6a5d71

#64715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64715d Color CSS Codes

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

#64715d Text Font Color

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

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


#64715d Background Color

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

This div background color is #64715d


#64715d Border Color

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

This div border color is #64715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64715d


Comments

No comments written yet.

Please login to write comment.