Color Hex Logo

#493429 Color Hex

#493429
(73,52,41)
0 Favorites   0 Comments

Color spaces of #493429

RGB 735241
HSL0.060.280.22
HSV21°44°29°
CMYK 0.000.290.44   0.71
XYZ4.37594.03252.6455
Yxy4.03250.39590.3648
Hunter Lab20.08113.75536.2458
CIE-Lab23.77867.744010.6570

#493429 color RGB value is (73,52,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 00101001
Octal 111 64 51
Decimal 73 52 41
Hex 49 34 29

RGB Percentages of Color #493429

%43.98
%31.33
%24.70

CMYK Percentages of Color #493429

%0
%29
%44
%71

Triadic Colors of #493429

#493429 #294934 #342949

Analogous Colors of #493429

#493429 #494429 #49292e

Monochromatic Colors of #493429

#493429

Complementary Color

#493429 #293e49

#493429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493429 Color CSS Codes

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

#493429 Text Font Color

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

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


#493429 Background Color

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

This div background color is #493429


#493429 Border Color

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

This div border color is #493429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493429


Comments

No comments written yet.

Please login to write comment.