Color Hex Logo

#49290e Color Hex

#49290E
(73,41,14)
0 Favorites   0 Comments

Color spaces of #49290e

RGB 734114
HSL0.080.680.17
HSV27°81°29°
CMYK 0.000.440.81   0.71
XYZ3.61993.03400.8103
Yxy3.03400.48500.4065
Hunter Lab17.41846.61389.4347
CIE-Lab20.179612.278223.2023

#49290e color RGB value is (73,41,14).

#49290e hex color red value is 73, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #49290e hue: 0.08 , saturation: 0.68 and the lightness value of 49290e is 0.17.

The process color (four color CMYK) of #49290e color hex is 0.00, 0.44, 0.81, 0.71. Web safe color of #49290e is #333300. Color #49290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 00001110
Octal 111 51 16
Decimal 73 41 14
Hex 49 29 E

RGB Percentages of Color #49290e

%57.03
%32.03
%10.94

CMYK Percentages of Color #49290e

%0
%44
%81
%71

Triadic Colors of #49290e

#49290e #0e4929 #290e49

Analogous Colors of #49290e

#49290e #49470e #490e10

Monochromatic Colors of #49290e

#49290e

Complementary Color

#49290e #0e2e49

#49290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49290e Color CSS Codes

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

#49290e Text Font Color

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

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


#49290e Background Color

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

This div background color is #49290e


#49290e Border Color

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

This div border color is #49290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49290e


Comments

No comments written yet.

Please login to write comment.