Color Hex Logo

#49253e Color Hex

#49253E
(73,37,62)
0 Favorites   0 Comments

Color spaces of #49253e

RGB 733762
HSL0.880.330.22
HSV318°49°29°
CMYK 0.000.490.15   0.71
XYZ4.27873.08744.9278
Yxy3.08740.34800.2511
Hunter Lab17.571012.7171-4.3282
CIE-Lab20.390621.0107-8.5311

#49253e color RGB value is (73,37,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 00111110
Octal 111 45 76
Decimal 73 37 62
Hex 49 25 3E

RGB Percentages of Color #49253e

%42.44
%21.51
%36.05

CMYK Percentages of Color #49253e

%0
%49
%15
%71

Triadic Colors of #49253e

#49253e #3e4925 #253e49

Analogous Colors of #49253e

#49253e #49252c #422549

Monochromatic Colors of #49253e

#49253e

Complementary Color

#49253e #254930

#49253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49253e Color CSS Codes

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

#49253e Text Font Color

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

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


#49253e Background Color

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

This div background color is #49253e


#49253e Border Color

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

This div border color is #49253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49253e


Comments

No comments written yet.

Please login to write comment.