Color Hex Logo

#645f51 Color Hex

#645F51
(100,95,81)
0 Favorites   0 Comments

Color spaces of #645f51

RGB 1009581
HSL0.120.100.35
HSV44°19°39°
CMYK 0.000.050.19   0.61
XYZ10.832911.48789.4310
Yxy11.48780.34120.3618
Hunter Lab33.8937-2.26277.2280
CIE-Lab40.3902-0.63918.7341

#645f51 color RGB value is (100,95,81).

#645f51 hex color red value is 100, green value is 95 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #645f51 hue: 0.12 , saturation: 0.10 and the lightness value of 645f51 is 0.35.

The process color (four color CMYK) of #645f51 color hex is 0.00, 0.05, 0.19, 0.61. Web safe color of #645f51 is #666666. Color #645f51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011111 01010001
Octal 144 137 121
Decimal 100 95 81
Hex 64 5F 51

RGB Percentages of Color #645f51

%36.23
%34.42
%29.35

CMYK Percentages of Color #645f51

%0
%5
%19
%61

Triadic Colors of #645f51

#645f51 #51645f #5f5164

Analogous Colors of #645f51

#645f51 #606451 #645651

Monochromatic Colors of #645f51

#645f51

Complementary Color

#645f51 #515664

#645f51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645f51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645f51 Color CSS Codes

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

#645f51 Text Font Color

<p style="color:#645f51">Text here</p>

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


#645f51 Background Color

<div style="background-color:#645f51">
Div content here</div>

This div background color is #645f51


#645f51 Border Color

<div style="border:3px solid #645f51">
Div here</div>

This div border color is #645f51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645f51


Comments

No comments written yet.

Please login to write comment.