Color Hex Logo

#64564b Color Hex

#64564B
(100,86,75)
0 Favorites   0 Comments

Color spaces of #64564b

RGB 1008675
HSL0.070.140.34
HSV26°25°39°
CMYK 0.000.140.25   0.61
XYZ9.85339.87298.0429
Yxy9.87290.35480.3555
Hunter Lab31.42120.98846.8183
CIE-Lab37.61333.79078.5203

#64564b color RGB value is (100,86,75).

#64564b hex color red value is 100, green value is 86 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #64564b hue: 0.07 , saturation: 0.14 and the lightness value of 64564b is 0.34.

The process color (four color CMYK) of #64564b color hex is 0.00, 0.14, 0.25, 0.61. Web safe color of #64564b is #666633. Color #64564b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010110 01001011
Octal 144 126 113
Decimal 100 86 75
Hex 64 56 4B

RGB Percentages of Color #64564b

%38.31
%32.95
%28.74

CMYK Percentages of Color #64564b

%0
%14
%25
%61

Triadic Colors of #64564b

#64564b #4b6456 #564b64

Analogous Colors of #64564b

#64564b #64634b #644b4d

Monochromatic Colors of #64564b

#64564b

Complementary Color

#64564b #4b5964

#64564b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64564b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64564b Color CSS Codes

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

#64564b Text Font Color

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

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


#64564b Background Color

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

This div background color is #64564b


#64564b Border Color

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

This div border color is #64564b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64564b


Comments

No comments written yet.

Please login to write comment.