Color Hex Logo

#49252a Color Hex

#49252A
(73,37,42)
0 Favorites   0 Comments

Color spaces of #49252a

RGB 733742
HSL0.980.330.22
HSV352°49°29°
CMYK 0.000.490.42   0.71
XYZ3.82712.90682.5498
Yxy2.90680.41220.3131
Hunter Lab17.049310.23193.0675
CIE-Lab19.666717.63914.2747

#49252a color RGB value is (73,37,42).

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

The process color (four color CMYK) of #49252a color hex is 0.00, 0.49, 0.42, 0.71. Web safe color of #49252a is #333333. Color #49252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 00101010
Octal 111 45 52
Decimal 73 37 42
Hex 49 25 2A

RGB Percentages of Color #49252a

%48.03
%24.34
%27.63

CMYK Percentages of Color #49252a

%0
%49
%42
%71

Triadic Colors of #49252a

#49252a #2a4925 #252a49

Analogous Colors of #49252a

#49252a #493225 #49253c

Monochromatic Colors of #49252a

#49252a

Complementary Color

#49252a #254944

#49252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49252a Color CSS Codes

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

#49252a Text Font Color

<p style="color:#49252a">Text here</p>

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


#49252a Background Color

<div style="background-color:#49252a">
Div content here</div>

This div background color is #49252a


#49252a Border Color

<div style="border:3px solid #49252a">
Div here</div>

This div border color is #49252a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49252a


Comments

No comments written yet.

Please login to write comment.