Color Hex Logo

#49290a Color Hex

#49290A
(73,41,10)
0 Favorites   0 Comments

Color spaces of #49290a

RGB 734110
HSL0.080.760.16
HSV30°86°29°
CMYK 0.000.440.86   0.71
XYZ3.59543.02430.6814
Yxy3.02430.49240.4142
Hunter Lab17.39056.47069.8502
CIE-Lab20.141012.064224.9794

#49290a color RGB value is (73,41,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 00001010
Octal 111 51 12
Decimal 73 41 10
Hex 49 29 A

RGB Percentages of Color #49290a

%58.87
%33.06
%8.06

CMYK Percentages of Color #49290a

%0
%44
%86
%71

Triadic Colors of #49290a

#49290a #0a4929 #290a49

Analogous Colors of #49290a

#49290a #49490a #490a0a

Monochromatic Colors of #49290a

#49290a

Complementary Color

#49290a #0a2a49

#49290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49290a Color CSS Codes

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

#49290a Text Font Color

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

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


#49290a Background Color

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

This div background color is #49290a


#49290a Border Color

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

This div border color is #49290a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49290a


Comments

No comments written yet.

Please login to write comment.