Color Hex Logo

#49153b Color Hex

#49153B
(73,21,59)
0 Favorites   0 Comments

Color spaces of #49153b

RGB 732159
HSL0.880.550.18
HSV316°71°29°
CMYK 0.000.710.19   0.71
XYZ3.80522.26864.3750
Yxy2.26860.36420.2171
Hunter Lab15.061918.7376-6.6786
CIE-Lab16.838029.5041-11.8846

#49153b color RGB value is (73,21,59).

#49153b hex color red value is 73, green value is 21 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #49153b hue: 0.88 , saturation: 0.55 and the lightness value of 49153b is 0.18.

The process color (four color CMYK) of #49153b color hex is 0.00, 0.71, 0.19, 0.71. Web safe color of #49153b is #330033. Color #49153b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 00111011
Octal 111 25 73
Decimal 73 21 59
Hex 49 15 3B

RGB Percentages of Color #49153b

%47.71
%13.73
%38.56

CMYK Percentages of Color #49153b

%0
%71
%19
%71

Triadic Colors of #49153b

#49153b #3b4915 #153b49

Analogous Colors of #49153b

#49153b #491521 #3d1549

Monochromatic Colors of #49153b

#49153b

Complementary Color

#49153b #154923

#49153b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49153b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49153b Color CSS Codes

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

#49153b Text Font Color

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

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


#49153b Background Color

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

This div background color is #49153b


#49153b Border Color

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

This div border color is #49153b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49153b


Comments

No comments written yet.

Please login to write comment.