Color Hex Logo

#49092c Color Hex

#49092C
(73,9,44)
0 Favorites   0 Comments

Color spaces of #49092c

RGB 73944
HSL0.910.780.16
HSV327°88°29°
CMYK 0.000.880.40   0.71
XYZ3.30001.79372.5552
Yxy1.79370.43140.2345
Hunter Lab13.392920.5446-1.9368
CIE-Lab14.365132.2315-4.9064

#49092c color RGB value is (73,9,44).

#49092c hex color red value is 73, green value is 9 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #49092c hue: 0.91 , saturation: 0.78 and the lightness value of 49092c is 0.16.

The process color (four color CMYK) of #49092c color hex is 0.00, 0.88, 0.40, 0.71. Web safe color of #49092c is #330033. Color #49092c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001001 00101100
Octal 111 11 54
Decimal 73 9 44
Hex 49 9 2C

RGB Percentages of Color #49092c

%57.94
%7.14
%34.92

CMYK Percentages of Color #49092c

%0
%88
%40
%71

Triadic Colors of #49092c

#49092c #2c4909 #092c49

Analogous Colors of #49092c

#49092c #49090c #460949

Monochromatic Colors of #49092c

#49092c

Complementary Color

#49092c #094926

#49092c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49092c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49092c Color CSS Codes

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

#49092c Text Font Color

<p style="color:#49092c">Text here</p>

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


#49092c Background Color

<div style="background-color:#49092c">
Div content here</div>

This div background color is #49092c


#49092c Border Color

<div style="border:3px solid #49092c">
Div here</div>

This div border color is #49092c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,9,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49092c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49092c;
  -webkit-box-shadow: 1px 1px 3px 2px #49092c;
  box-shadow:         1px 1px 3px 2px #49092c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49092c


Comments

No comments written yet.

Please login to write comment.