Color Hex Logo

#49123e Color Hex

#49123E
(73,18,62)
0 Favorites   0 Comments

Color spaces of #49123e

RGB 731862
HSL0.870.600.18
HSV312°75°29°
CMYK 0.000.750.15   0.71
XYZ3.83352.19694.7794
Yxy2.19690.35460.2032
Hunter Lab14.821920.2283-8.7430
CIE-Lab16.488431.4342-14.5362

#49123e color RGB value is (73,18,62).

#49123e hex color red value is 73, green value is 18 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #49123e hue: 0.87 , saturation: 0.60 and the lightness value of 49123e is 0.18.

The process color (four color CMYK) of #49123e color hex is 0.00, 0.75, 0.15, 0.71. Web safe color of #49123e is #330033. Color #49123e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 00111110
Octal 111 22 76
Decimal 73 18 62
Hex 49 12 3E

RGB Percentages of Color #49123e

%47.71
%11.76
%40.52

CMYK Percentages of Color #49123e

%0
%75
%15
%71

Triadic Colors of #49123e

#49123e #3e4912 #123e49

Analogous Colors of #49123e

#49123e #491223 #391249

Monochromatic Colors of #49123e

#49123e

Complementary Color

#49123e #12491d

#49123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49123e Color CSS Codes

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

#49123e Text Font Color

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

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


#49123e Background Color

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

This div background color is #49123e


#49123e Border Color

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

This div border color is #49123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49123e


Comments

No comments written yet.

Please login to write comment.