Color Hex Logo

#64535b Color Hex

#64535B
(100,83,91)
0 Favorites   0 Comments

Color spaces of #64535b

RGB 1008391
HSL0.920.090.36
HSV332°17°39°
CMYK 0.000.170.09   0.61
XYZ10.23719.651211.2208
Yxy9.65120.32910.3102
Hunter Lab31.06644.45380.3316
CIE-Lab37.20908.5445-2.0276

#64535b color RGB value is (100,83,91).

#64535b hex color red value is 100, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #64535b hue: 0.92 , saturation: 0.09 and the lightness value of 64535b is 0.36.

The process color (four color CMYK) of #64535b color hex is 0.00, 0.17, 0.09, 0.61. Web safe color of #64535b is #666666. Color #64535b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010011 01011011
Octal 144 123 133
Decimal 100 83 91
Hex 64 53 5B

RGB Percentages of Color #64535b

%36.50
%30.29
%33.21

CMYK Percentages of Color #64535b

%0
%17
%9
%61

Triadic Colors of #64535b

#64535b #5b6453 #535b64

Analogous Colors of #64535b

#64535b #645453 #645364

Monochromatic Colors of #64535b

#64535b

Complementary Color

#64535b #53645c

#64535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64535b Color CSS Codes

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

#64535b Text Font Color

<p style="color:#64535b">Text here</p>

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


#64535b Background Color

<div style="background-color:#64535b">
Div content here</div>

This div background color is #64535b


#64535b Border Color

<div style="border:3px solid #64535b">
Div here</div>

This div border color is #64535b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,83,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64535b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64535b;
  -webkit-box-shadow: 1px 1px 3px 2px #64535b;
  box-shadow:         1px 1px 3px 2px #64535b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64535b


Comments

No comments written yet.

Please login to write comment.