Color Hex Logo

#49341b Color Hex

#49341B
(73,52,27)
0 Favorites   0 Comments

Color spaces of #49341b

RGB 735227
HSL0.090.460.20
HSV33°63°29°
CMYK 0.000.290.63   0.71
XYZ4.17353.95161.5797
Yxy3.95160.43000.4072
Hunter Lab19.87862.68839.2034
CIE-Lab23.51086.091719.3428

#49341b color RGB value is (73,52,27).

#49341b hex color red value is 73, green value is 52 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #49341b hue: 0.09 , saturation: 0.46 and the lightness value of 49341b is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 00011011
Octal 111 64 33
Decimal 73 52 27
Hex 49 34 1B

RGB Percentages of Color #49341b

%48.03
%34.21
%17.76

CMYK Percentages of Color #49341b

%0
%29
%63
%71

Triadic Colors of #49341b

#49341b #1b4934 #341b49

Analogous Colors of #49341b

#49341b #47491b #491d1b

Monochromatic Colors of #49341b

#49341b

Complementary Color

#49341b #1b3049

#49341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49341b Color CSS Codes

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

#49341b Text Font Color

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

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


#49341b Background Color

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

This div background color is #49341b


#49341b Border Color

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

This div border color is #49341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49341b


Comments

No comments written yet.

Please login to write comment.