Color Hex Logo

#494720 Color Hex

#494720
(73,71,32)
0 Favorites   0 Comments

Color spaces of #494720

RGB 737132
HSL0.160.390.21
HSV57°56°29°
CMYK 0.000.030.56   0.71
XYZ5.26166.02722.2526
Yxy6.02720.38860.4451
Hunter Lab24.5504-4.707211.7451
CIE-Lab29.4810-5.479623.5114

#494720 color RGB value is (73,71,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 00100000
Octal 111 107 40
Decimal 73 71 32
Hex 49 47 20

RGB Percentages of Color #494720

%41.48
%40.34
%18.18

CMYK Percentages of Color #494720

%0
%3
%56
%71

Triadic Colors of #494720

#494720 #204947 #472049

Analogous Colors of #494720

#494720 #374920 #493320

Monochromatic Colors of #494720

#494720

Complementary Color

#494720 #202249

#494720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494720 Color CSS Codes

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

#494720 Text Font Color

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

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


#494720 Background Color

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

This div background color is #494720


#494720 Border Color

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

This div border color is #494720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,71,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 #494720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494720


Comments

No comments written yet.

Please login to write comment.