Color Hex Logo

#64581d Color Hex

#64581D
(100,88,29)
0 Favorites   0 Comments

Color spaces of #64581d

RGB 1008829
HSL0.140.550.25
HSV50°71°39°
CMYK 0.000.120.71   0.61
XYZ8.96709.77752.5770
Yxy9.77750.42060.4586
Hunter Lab31.2690-3.532317.0020
CIE-Lab37.4401-2.727434.7157

#64581d color RGB value is (100,88,29).

#64581d hex color red value is 100, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #64581d hue: 0.14 , saturation: 0.55 and the lightness value of 64581d is 0.25.

The process color (four color CMYK) of #64581d color hex is 0.00, 0.12, 0.71, 0.61. Web safe color of #64581d is #666633. Color #64581d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011000 00011101
Octal 144 130 35
Decimal 100 88 29
Hex 64 58 1D

RGB Percentages of Color #64581d

%46.08
%40.55
%13.36

CMYK Percentages of Color #64581d

%0
%12
%71
%61

Triadic Colors of #64581d

#64581d #1d6458 #581d64

Analogous Colors of #64581d

#64581d #4d641d #64351d

Monochromatic Colors of #64581d

#64581d

Complementary Color

#64581d #1d2964

#64581d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64581d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64581d Color CSS Codes

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

#64581d Text Font Color

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

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


#64581d Background Color

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

This div background color is #64581d


#64581d Border Color

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

This div border color is #64581d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64581d


Comments

No comments written yet.

Please login to write comment.