Color Hex Logo

#645248 Color Hex

#645248
(100,82,72)
0 Favorites   0 Comments

Color spaces of #645248

RGB 1008272
HSL0.060.160.34
HSV21°28°39°
CMYK 0.000.180.28   0.61
XYZ9.44259.21187.4113
Yxy9.21180.36230.3534
Hunter Lab30.35092.41916.7678
CIE-Lab36.38895.75778.6660

#645248 color RGB value is (100,82,72).

#645248 hex color red value is 100, green value is 82 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #645248 hue: 0.06 , saturation: 0.16 and the lightness value of 645248 is 0.34.

The process color (four color CMYK) of #645248 color hex is 0.00, 0.18, 0.28, 0.61. Web safe color of #645248 is #666633. Color #645248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010010 01001000
Octal 144 122 110
Decimal 100 82 72
Hex 64 52 48

RGB Percentages of Color #645248

%39.37
%32.28
%28.35

CMYK Percentages of Color #645248

%0
%18
%28
%61

Triadic Colors of #645248

#645248 #486452 #524864

Analogous Colors of #645248

#645248 #646048 #64484c

Monochromatic Colors of #645248

#645248

Complementary Color

#645248 #485a64

#645248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645248 Color CSS Codes

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

#645248 Text Font Color

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

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


#645248 Background Color

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

This div background color is #645248


#645248 Border Color

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

This div border color is #645248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645248


Comments

No comments written yet.

Please login to write comment.