Color Hex Logo

#49321e Color Hex

#49321E
(73,50,30)
0 Favorites   0 Comments

Color spaces of #49321e

RGB 735030
HSL0.080.420.20
HSV28°59°29°
CMYK 0.000.320.59   0.71
XYZ4.12263.79141.7428
Yxy3.79140.42690.3926
Hunter Lab19.47153.71778.3233
CIE-Lab22.96957.704916.7854

#49321e color RGB value is (73,50,30).

#49321e hex color red value is 73, green value is 50 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49321e hue: 0.08 , saturation: 0.42 and the lightness value of 49321e is 0.20.

The process color (four color CMYK) of #49321e color hex is 0.00, 0.32, 0.59, 0.71. Web safe color of #49321e is #333333. Color #49321e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 00011110
Octal 111 62 36
Decimal 73 50 30
Hex 49 32 1E

RGB Percentages of Color #49321e

%47.71
%32.68
%19.61

CMYK Percentages of Color #49321e

%0
%32
%59
%71

Triadic Colors of #49321e

#49321e #1e4932 #321e49

Analogous Colors of #49321e

#49321e #49481e #491e20

Monochromatic Colors of #49321e

#49321e

Complementary Color

#49321e #1e3549

#49321e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49321e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49321e Color CSS Codes

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

#49321e Text Font Color

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

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


#49321e Background Color

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

This div background color is #49321e


#49321e Border Color

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

This div border color is #49321e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49321e


Comments

No comments written yet.

Please login to write comment.