Color Hex Logo

#494329 Color Hex

#494329
(73,67,41)
1 Favorites   0 Comments

Color spaces of #494329

RGB 736741
HSL0.140.280.22
HSV49°44°29°
CMYK 0.000.080.44   0.71
XYZ5.15505.59092.9053
Yxy5.59090.37760.4096
Hunter Lab23.6451-2.46319.2665
CIE-Lab28.3560-1.926016.7117

#494329 color RGB value is (73,67,41).

#494329 hex color red value is 73, green value is 67 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #494329 hue: 0.14 , saturation: 0.28 and the lightness value of 494329 is 0.22.

The process color (four color CMYK) of #494329 color hex is 0.00, 0.08, 0.44, 0.71. Web safe color of #494329 is #333333. Color #494329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 00101001
Octal 111 103 51
Decimal 73 67 41
Hex 49 43 29

RGB Percentages of Color #494329

%40.33
%37.02
%22.65

CMYK Percentages of Color #494329

%0
%8
%44
%71

Triadic Colors of #494329

#494329 #294943 #432949

Analogous Colors of #494329

#494329 #3f4929 #493329

Monochromatic Colors of #494329

#494329

Complementary Color

#494329 #292f49

#494329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494329 Color CSS Codes

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

#494329 Text Font Color

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

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


#494329 Background Color

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

This div background color is #494329


#494329 Border Color

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

This div border color is #494329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494329


Comments

No comments written yet.

Please login to write comment.