Color Hex Logo

#64514d Color Hex

#64514D
(100,81,77)
1 Favorites   0 Comments

Color spaces of #64514d

RGB 1008177
HSL0.030.130.35
HSV10°23°39°
CMYK 0.000.190.23   0.61
XYZ9.53759.13008.2808
Yxy9.13000.35390.3388
Hunter Lab30.21593.46494.9024
CIE-Lab36.23347.20225.3217

#64514d color RGB value is (100,81,77).

#64514d hex color red value is 100, green value is 81 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #64514d hue: 0.03 , saturation: 0.13 and the lightness value of 64514d is 0.35.

The process color (four color CMYK) of #64514d color hex is 0.00, 0.19, 0.23, 0.61. Web safe color of #64514d is #666666. Color #64514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010001 01001101
Octal 144 121 115
Decimal 100 81 77
Hex 64 51 4D

RGB Percentages of Color #64514d

%38.76
%31.40
%29.84

CMYK Percentages of Color #64514d

%0
%19
%23
%61

Triadic Colors of #64514d

#64514d #4d6451 #514d64

Analogous Colors of #64514d

#64514d #645d4d #644d55

Monochromatic Colors of #64514d

#64514d

Complementary Color

#64514d #4d6064

#64514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64514d Color CSS Codes

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

#64514d Text Font Color

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

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


#64514d Background Color

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

This div background color is #64514d


#64514d Border Color

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

This div border color is #64514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64514d


Comments

No comments written yet.

Please login to write comment.