Color Hex Logo

#49253f Color Hex

#49253F
(73,37,63)
0 Favorites   0 Comments

Color spaces of #49253f

RGB 733763
HSL0.880.330.22
HSV317°49°29°
CMYK 0.000.490.14   0.71
XYZ4.30643.09855.0737
Yxy3.09850.34510.2483
Hunter Lab17.602612.8649-4.7678
CIE-Lab20.434121.2059-9.1525

#49253f color RGB value is (73,37,63).

#49253f hex color red value is 73, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #49253f hue: 0.88 , saturation: 0.33 and the lightness value of 49253f is 0.22.

The process color (four color CMYK) of #49253f color hex is 0.00, 0.49, 0.14, 0.71. Web safe color of #49253f is #333333. Color #49253f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 00111111
Octal 111 45 77
Decimal 73 37 63
Hex 49 25 3F

RGB Percentages of Color #49253f

%42.20
%21.39
%36.42

CMYK Percentages of Color #49253f

%0
%49
%14
%71

Triadic Colors of #49253f

#49253f #3f4925 #253f49

Analogous Colors of #49253f

#49253f #49252d #412549

Monochromatic Colors of #49253f

#49253f

Complementary Color

#49253f #25492f

#49253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49253f Color CSS Codes

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

#49253f Text Font Color

<p style="color:#49253f">Text here</p>

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


#49253f Background Color

<div style="background-color:#49253f">
Div content here</div>

This div background color is #49253f


#49253f Border Color

<div style="border:3px solid #49253f">
Div here</div>

This div border color is #49253f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,37,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49253f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49253f;
  -webkit-box-shadow: 1px 1px 3px 2px #49253f;
  box-shadow:         1px 1px 3px 2px #49253f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49253f


Comments

No comments written yet.

Please login to write comment.