Color Hex Logo

#49411f Color Hex

#49411F
(73,65,31)
0 Favorites   0 Comments

Color spaces of #49411f

RGB 736531
HSL0.130.400.20
HSV49°58°29°
CMYK 0.000.110.58   0.71
XYZ4.88535.29602.0611
Yxy5.29600.39900.4326
Hunter Lab23.0130-2.380110.7990
CIE-Lab27.5620-1.863521.8049

#49411f color RGB value is (73,65,31).

#49411f hex color red value is 73, green value is 65 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #49411f hue: 0.13 , saturation: 0.40 and the lightness value of 49411f is 0.20.

The process color (four color CMYK) of #49411f color hex is 0.00, 0.11, 0.58, 0.71. Web safe color of #49411f is #333333. Color #49411f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 00011111
Octal 111 101 37
Decimal 73 65 31
Hex 49 41 1F

RGB Percentages of Color #49411f

%43.20
%38.46
%18.34

CMYK Percentages of Color #49411f

%0
%11
%58
%71

Triadic Colors of #49411f

#49411f #1f4941 #411f49

Analogous Colors of #49411f

#49411f #3c491f #492c1f

Monochromatic Colors of #49411f

#49411f

Complementary Color

#49411f #1f2749

#49411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49411f Color CSS Codes

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

#49411f Text Font Color

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

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


#49411f Background Color

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

This div background color is #49411f


#49411f Border Color

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

This div border color is #49411f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49411f


Comments

No comments written yet.

Please login to write comment.