Color Hex Logo

#49290b Color Hex

#49290B
(73,41,11)
0 Favorites   0 Comments

Color spaces of #49290b

RGB 734111
HSL0.080.740.16
HSV29°85°29°
CMYK 0.000.440.85   0.71
XYZ3.60103.02650.7110
Yxy3.02650.49070.4124
Hunter Lab17.39686.50359.7546
CIE-Lab20.149712.113524.5712

#49290b color RGB value is (73,41,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 00001011
Octal 111 51 13
Decimal 73 41 11
Hex 49 29 B

RGB Percentages of Color #49290b

%58.40
%32.80
%8.80

CMYK Percentages of Color #49290b

%0
%44
%85
%71

Triadic Colors of #49290b

#49290b #0b4929 #290b49

Analogous Colors of #49290b

#49290b #49480b #490b0c

Monochromatic Colors of #49290b

#49290b

Complementary Color

#49290b #0b2b49

#49290b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49290b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49290b Color CSS Codes

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

#49290b Text Font Color

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

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


#49290b Background Color

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

This div background color is #49290b


#49290b Border Color

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

This div border color is #49290b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49290b


Comments

No comments written yet.

Please login to write comment.