Color Hex Logo

#49123b Color Hex

#49123B
(73,18,59)
0 Favorites   0 Comments

Color spaces of #49123b

RGB 731859
HSL0.880.600.18
HSV315°75°29°
CMYK 0.000.750.19   0.71
XYZ3.75342.16484.3577
Yxy2.16480.36530.2107
Hunter Lab14.713319.7877-7.2609
CIE-Lab16.329430.9169-12.6712

#49123b color RGB value is (73,18,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 00111011
Octal 111 22 73
Decimal 73 18 59
Hex 49 12 3B

RGB Percentages of Color #49123b

%48.67
%12.00
%39.33

CMYK Percentages of Color #49123b

%0
%75
%19
%71

Triadic Colors of #49123b

#49123b #3b4912 #123b49

Analogous Colors of #49123b

#49123b #491220 #3c1249

Monochromatic Colors of #49123b

#49123b

Complementary Color

#49123b #124920

#49123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49123b Color CSS Codes

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

#49123b Text Font Color

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

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


#49123b Background Color

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

This div background color is #49123b


#49123b Border Color

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

This div border color is #49123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49123b


Comments

No comments written yet.

Please login to write comment.