Color Hex Logo

#64513f Color Hex

#64513F
(100,81,63)
0 Favorites   0 Comments

Color spaces of #64513f

RGB 1008163
HSL0.080.230.32
HSV29°37°39°
CMYK 0.000.190.37   0.61
XYZ9.09528.95315.9514
Yxy8.95310.37900.3731
Hunter Lab29.92171.89509.1525
CIE-Lab35.89385.017113.5708

#64513f color RGB value is (100,81,63).

#64513f hex color red value is 100, green value is 81 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #64513f hue: 0.08 , saturation: 0.23 and the lightness value of 64513f is 0.32.

The process color (four color CMYK) of #64513f color hex is 0.00, 0.19, 0.37, 0.61. Web safe color of #64513f is #666633. Color #64513f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010001 00111111
Octal 144 121 77
Decimal 100 81 63
Hex 64 51 3F

RGB Percentages of Color #64513f

%40.98
%33.20
%25.82

CMYK Percentages of Color #64513f

%0
%19
%37
%61

Triadic Colors of #64513f

#64513f #3f6451 #513f64

Analogous Colors of #64513f

#64513f #64643f #643f40

Monochromatic Colors of #64513f

#64513f

Complementary Color

#64513f #3f5264

#64513f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64513f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64513f Color CSS Codes

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

#64513f Text Font Color

<p style="color:#64513f">Text here</p>

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


#64513f Background Color

<div style="background-color:#64513f">
Div content here</div>

This div background color is #64513f


#64513f Border Color

<div style="border:3px solid #64513f">
Div here</div>

This div border color is #64513f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64513f


Comments

No comments written yet.

Please login to write comment.