Color Hex Logo

#494420 Color Hex

#494420
(73,68,32)
0 Favorites   0 Comments

Color spaces of #494420

RGB 736832
HSL0.150.390.21
HSV53°56°29°
CMYK 0.000.070.56   0.71
XYZ5.07555.65502.1905
Yxy5.65500.39280.4377
Hunter Lab23.7802-3.517611.1847
CIE-Lab28.5248-3.631922.3721

#494420 color RGB value is (73,68,32).

#494420 hex color red value is 73, green value is 68 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #494420 hue: 0.15 , saturation: 0.39 and the lightness value of 494420 is 0.21.

The process color (four color CMYK) of #494420 color hex is 0.00, 0.07, 0.56, 0.71. Web safe color of #494420 is #333333. Color #494420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 00100000
Octal 111 104 40
Decimal 73 68 32
Hex 49 44 20

RGB Percentages of Color #494420

%42.20
%39.31
%18.50

CMYK Percentages of Color #494420

%0
%7
%56
%71

Triadic Colors of #494420

#494420 #204944 #442049

Analogous Colors of #494420

#494420 #3a4920 #493020

Monochromatic Colors of #494420

#494420

Complementary Color

#494420 #202549

#494420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494420 Color CSS Codes

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

#494420 Text Font Color

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

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


#494420 Background Color

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

This div background color is #494420


#494420 Border Color

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

This div border color is #494420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494420


Comments

No comments written yet.

Please login to write comment.