Color Hex Logo

#494640 Color Hex

#494640
(73,70,64)
0 Favorites   0 Comments

Color spaces of #494640

RGB 737064
HSL0.110.070.27
HSV40°12°29°
CMYK 0.000.040.12   0.71
XYZ5.86326.16705.7318
Yxy6.16700.33010.3472
Hunter Lab24.8334-1.31453.6987
CIE-Lab29.82990.01864.0610

#494640 color RGB value is (73,70,64).

#494640 hex color red value is 73, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #494640 hue: 0.11 , saturation: 0.07 and the lightness value of 494640 is 0.27.

The process color (four color CMYK) of #494640 color hex is 0.00, 0.04, 0.12, 0.71. Web safe color of #494640 is #333333. Color #494640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01000000
Octal 111 106 100
Decimal 73 70 64
Hex 49 46 40

RGB Percentages of Color #494640

%35.27
%33.82
%30.92

CMYK Percentages of Color #494640

%0
%4
%12
%71

Triadic Colors of #494640

#494640 #404946 #464049

Analogous Colors of #494640

#494640 #484940 #494240

Monochromatic Colors of #494640

#494640

Complementary Color

#494640 #404349

#494640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494640 Color CSS Codes

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

#494640 Text Font Color

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

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


#494640 Background Color

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

This div background color is #494640


#494640 Border Color

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

This div border color is #494640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494640


Comments

No comments written yet.

Please login to write comment.