Color Hex Logo

#64480f Color Hex

#64480F
(100,72,15)
0 Favorites   0 Comments

Color spaces of #64480f

RGB 1007215
HSL0.110.740.23
HSV40°85°39°
CMYK 0.000.280.85   0.61
XYZ7.65917.37851.4725
Yxy7.37850.46390.4469
Hunter Lab27.16342.794615.8003
CIE-Lab32.65356.251536.2355

#64480f color RGB value is (100,72,15).

#64480f hex color red value is 100, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #64480f hue: 0.11 , saturation: 0.74 and the lightness value of 64480f is 0.23.

The process color (four color CMYK) of #64480f color hex is 0.00, 0.28, 0.85, 0.61. Web safe color of #64480f is #663300. Color #64480f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001000 00001111
Octal 144 110 17
Decimal 100 72 15
Hex 64 48 F

RGB Percentages of Color #64480f

%53.48
%38.50
%8.02

CMYK Percentages of Color #64480f

%0
%28
%85
%61

Triadic Colors of #64480f

#64480f #0f6448 #480f64

Analogous Colors of #64480f

#64480f #56640f #641e0f

Monochromatic Colors of #64480f

#64480f

Complementary Color

#64480f #0f2b64

#64480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64480f Color CSS Codes

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

#64480f Text Font Color

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

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


#64480f Background Color

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

This div background color is #64480f


#64480f Border Color

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

This div border color is #64480f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64480f


Comments

No comments written yet.

Please login to write comment.