Color Hex Logo

#49322f Color Hex

#49322F
(73,50,47)
0 Favorites   0 Comments

Color spaces of #49322f

RGB 735047
HSL0.020.220.24
HSV36°29°
CMYK 0.000.320.36   0.71
XYZ4.40133.90293.2107
Yxy3.90290.38220.3389
Hunter Lab19.75585.19474.1932
CIE-Lab23.34789.94696.0522

#49322f color RGB value is (73,50,47).

#49322f hex color red value is 73, green value is 50 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #49322f hue: 0.02 , saturation: 0.22 and the lightness value of 49322f is 0.24.

The process color (four color CMYK) of #49322f color hex is 0.00, 0.32, 0.36, 0.71. Web safe color of #49322f is #333333. Color #49322f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 00101111
Octal 111 62 57
Decimal 73 50 47
Hex 49 32 2F

RGB Percentages of Color #49322f

%42.94
%29.41
%27.65

CMYK Percentages of Color #49322f

%0
%32
%36
%71

Triadic Colors of #49322f

#49322f #2f4932 #322f49

Analogous Colors of #49322f

#49322f #493f2f #492f39

Monochromatic Colors of #49322f

#49322f

Complementary Color

#49322f #2f4649

#49322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49322f Color CSS Codes

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

#49322f Text Font Color

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

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


#49322f Background Color

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

This div background color is #49322f


#49322f Border Color

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

This div border color is #49322f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,50,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49322f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49322f;
  -webkit-box-shadow: 1px 1px 3px 2px #49322f;
  box-shadow:         1px 1px 3px 2px #49322f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49322f


Comments

No comments written yet.

Please login to write comment.