Color Hex Logo

#493d29 Color Hex

#493D29
(73,61,41)
0 Favorites   0 Comments

Color spaces of #493d29

RGB 736141
HSL0.100.280.22
HSV38°44°29°
CMYK 0.000.160.44   0.71
XYZ4.81664.91402.7925
Yxy4.91400.38460.3924
Hunter Lab22.1675-0.00848.0484
CIE-Lab26.48831.888614.2754

#493d29 color RGB value is (73,61,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111101 00101001
Octal 111 75 51
Decimal 73 61 41
Hex 49 3D 29

RGB Percentages of Color #493d29

%41.71
%34.86
%23.43

CMYK Percentages of Color #493d29

%0
%16
%44
%71

Triadic Colors of #493d29

#493d29 #29493d #3d2949

Analogous Colors of #493d29

#493d29 #454929 #492d29

Monochromatic Colors of #493d29

#493d29

Complementary Color

#493d29 #293549

#493d29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493d29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493d29 Color CSS Codes

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

#493d29 Text Font Color

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

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


#493d29 Background Color

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

This div background color is #493d29


#493d29 Border Color

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

This div border color is #493d29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493d29


Comments

No comments written yet.

Please login to write comment.