Color Hex Logo

#64470c Color Hex

#64470C
(100,71,12)
0 Favorites   0 Comments

Color spaces of #64470c

RGB 1007112
HSL0.110.790.22
HSV40°88°39°
CMYK 0.000.290.88   0.61
XYZ7.57517.24231.3465
Yxy7.24230.46860.4481
Hunter Lab26.91153.149315.8715
CIE-Lab32.35236.757537.1159

#64470c color RGB value is (100,71,12).

#64470c hex color red value is 100, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #64470c hue: 0.11 , saturation: 0.79 and the lightness value of 64470c is 0.22.

The process color (four color CMYK) of #64470c color hex is 0.00, 0.29, 0.88, 0.61. Web safe color of #64470c is #663300. Color #64470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000111 00001100
Octal 144 107 14
Decimal 100 71 12
Hex 64 47 C

RGB Percentages of Color #64470c

%54.64
%38.80
%6.56

CMYK Percentages of Color #64470c

%0
%29
%88
%61

Triadic Colors of #64470c

#64470c #0c6447 #470c64

Analogous Colors of #64470c

#64470c #55640c #641b0c

Monochromatic Colors of #64470c

#64470c

Complementary Color

#64470c #0c2964

#64470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64470c Color CSS Codes

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

#64470c Text Font Color

<p style="color:#64470c">Text here</p>

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


#64470c Background Color

<div style="background-color:#64470c">
Div content here</div>

This div background color is #64470c


#64470c Border Color

<div style="border:3px solid #64470c">
Div here</div>

This div border color is #64470c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,71,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64470c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64470c;
  -webkit-box-shadow: 1px 1px 3px 2px #64470c;
  box-shadow:         1px 1px 3px 2px #64470c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64470c


Comments

No comments written yet.

Please login to write comment.