Color Hex Logo

#646449 Color Hex

#646449
(100,100,73)
0 Favorites   0 Comments

Color spaces of #646449

RGB 10010073
HSL0.170.160.34
HSV60°27°39°
CMYK 0.000.000.27   0.61
XYZ11.015312.30478.0978
Yxy12.30470.35060.3916
Hunter Lab35.0781-5.333610.8675
CIE-Lab41.6963-4.916115.3694

#646449 color RGB value is (100,100,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 01001001
Octal 144 144 111
Decimal 100 100 73
Hex 64 64 49

RGB Percentages of Color #646449

%36.63
%36.63
%26.74

CMYK Percentages of Color #646449

%0
%0
%27
%61

Triadic Colors of #646449

#646449 #496464 #644964

Analogous Colors of #646449

#646449 #576449 #645749

Monochromatic Colors of #646449

#646449

Complementary Color

#646449 #494964

#646449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646449 Color CSS Codes

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

#646449 Text Font Color

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

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


#646449 Background Color

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

This div background color is #646449


#646449 Border Color

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

This div border color is #646449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646449


Comments

No comments written yet.

Please login to write comment.