Color Hex Logo

#49393e Color Hex

#49393E
(73,57,62)
0 Favorites   0 Comments

Color spaces of #49393e

RGB 735762
HSL0.950.120.25
HSV341°22°29°
CMYK 0.000.220.15   0.71
XYZ5.08034.69055.1950
Yxy4.69050.33950.3134
Hunter Lab21.65763.97070.9384
CIE-Lab25.83428.0252-0.4112

#49393e color RGB value is (73,57,62).

#49393e hex color red value is 73, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #49393e hue: 0.95 , saturation: 0.12 and the lightness value of 49393e is 0.25.

The process color (four color CMYK) of #49393e color hex is 0.00, 0.22, 0.15, 0.71. Web safe color of #49393e is #333333. Color #49393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 00111110
Octal 111 71 76
Decimal 73 57 62
Hex 49 39 3E

RGB Percentages of Color #49393e

%38.02
%29.69
%32.29

CMYK Percentages of Color #49393e

%0
%22
%15
%71

Triadic Colors of #49393e

#49393e #3e4939 #393e49

Analogous Colors of #49393e

#49393e #493c39 #493946

Monochromatic Colors of #49393e

#49393e

Complementary Color

#49393e #394944

#49393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49393e Color CSS Codes

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

#49393e Text Font Color

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

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


#49393e Background Color

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

This div background color is #49393e


#49393e Border Color

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

This div border color is #49393e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,57,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49393e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49393e;
  -webkit-box-shadow: 1px 1px 3px 2px #49393e;
  box-shadow:         1px 1px 3px 2px #49393e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49393e


Comments

No comments written yet.

Please login to write comment.