Color Hex Logo

#49172a Color Hex

#49172A
(73,23,42)
0 Favorites   0 Comments

Color spaces of #49172a

RGB 732342
HSL0.940.520.19
HSV337°68°29°
CMYK 0.000.680.42   0.71
XYZ3.47202.19642.4314
Yxy2.19640.42870.2712
Hunter Lab14.820315.88250.6471
CIE-Lab16.485925.8760-0.3097

#49172a color RGB value is (73,23,42).

#49172a hex color red value is 73, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #49172a hue: 0.94 , saturation: 0.52 and the lightness value of 49172a is 0.19.

The process color (four color CMYK) of #49172a color hex is 0.00, 0.68, 0.42, 0.71. Web safe color of #49172a is #330033. Color #49172a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010111 00101010
Octal 111 27 52
Decimal 73 23 42
Hex 49 17 2A

RGB Percentages of Color #49172a

%52.90
%16.67
%30.43

CMYK Percentages of Color #49172a

%0
%68
%42
%71

Triadic Colors of #49172a

#49172a #2a4917 #172a49

Analogous Colors of #49172a

#49172a #491d17 #491743

Monochromatic Colors of #49172a

#49172a

Complementary Color

#49172a #174936

#49172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49172a Color CSS Codes

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

#49172a Text Font Color

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

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


#49172a Background Color

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

This div background color is #49172a


#49172a Border Color

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

This div border color is #49172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49172a


Comments

No comments written yet.

Please login to write comment.