Color Hex Logo

#49052c Color Hex

#49052C
(73,5,44)
0 Favorites   0 Comments

Color spaces of #49052c

RGB 73544
HSL0.900.870.15
HSV326°93°29°
CMYK 0.000.930.40   0.71
XYZ3.25651.70692.5407
Yxy1.70690.43400.2275
Hunter Lab13.064821.6289-2.3847
CIE-Lab13.867233.6578-5.6564

#49052c color RGB value is (73,5,44).

#49052c hex color red value is 73, green value is 5 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #49052c hue: 0.90 , saturation: 0.87 and the lightness value of 49052c is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00101100
Octal 111 5 54
Decimal 73 5 44
Hex 49 5 2C

RGB Percentages of Color #49052c

%59.84
%4.10
%36.07

CMYK Percentages of Color #49052c

%0
%93
%40
%71

Triadic Colors of #49052c

#49052c #2c4905 #052c49

Analogous Colors of #49052c

#49052c #49050a #440549

Monochromatic Colors of #49052c

#49052c

Complementary Color

#49052c #054922

#49052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49052c Color CSS Codes

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

#49052c Text Font Color

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

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


#49052c Background Color

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

This div background color is #49052c


#49052c Border Color

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

This div border color is #49052c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,5,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 #49052c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49052c


Comments

No comments written yet.

Please login to write comment.