Color Hex Logo

#49121e Color Hex

#49121E
(73,18,30)
0 Favorites   0 Comments

Color spaces of #49121e

RGB 731830
HSL0.960.600.18
HSV347°75°29°
CMYK 0.000.750.59   0.71
XYZ3.19831.94281.4347
Yxy1.94280.48640.2954
Hunter Lab13.938416.56623.6541
CIE-Lab15.184227.00796.5272

#49121e color RGB value is (73,18,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 00011110
Octal 111 22 36
Decimal 73 18 30
Hex 49 12 1E

RGB Percentages of Color #49121e

%60.33
%14.88
%24.79

CMYK Percentages of Color #49121e

%0
%75
%59
%71

Triadic Colors of #49121e

#49121e #1e4912 #121e49

Analogous Colors of #49121e

#49121e #492212 #49123a

Monochromatic Colors of #49121e

#49121e

Complementary Color

#49121e #12493d

#49121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49121e Color CSS Codes

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

#49121e Text Font Color

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

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


#49121e Background Color

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

This div background color is #49121e


#49121e Border Color

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

This div border color is #49121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49121e


Comments

No comments written yet.

Please login to write comment.