Color Hex Logo

#49141d Color Hex

#49141D
(73,20,29)
0 Favorites   0 Comments

Color spaces of #49141d

RGB 732029
HSL0.970.570.18
HSV350°73°29°
CMYK 0.000.730.60   0.71
XYZ3.21962.00551.3798
Yxy2.00550.48750.3036
Hunter Lab14.161615.79884.1363
CIE-Lab15.516125.93477.7099

#49141d color RGB value is (73,20,29).

#49141d hex color red value is 73, green value is 20 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #49141d hue: 0.97 , saturation: 0.57 and the lightness value of 49141d is 0.18.

The process color (four color CMYK) of #49141d color hex is 0.00, 0.73, 0.60, 0.71. Web safe color of #49141d is #330033. Color #49141d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 00011101
Octal 111 24 35
Decimal 73 20 29
Hex 49 14 1D

RGB Percentages of Color #49141d

%59.84
%16.39
%23.77

CMYK Percentages of Color #49141d

%0
%73
%60
%71

Triadic Colors of #49141d

#49141d #1d4914 #141d49

Analogous Colors of #49141d

#49141d #492614 #491437

Monochromatic Colors of #49141d

#49141d

Complementary Color

#49141d #144940

#49141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49141d Color CSS Codes

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

#49141d Text Font Color

<p style="color:#49141d">Text here</p>

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


#49141d Background Color

<div style="background-color:#49141d">
Div content here</div>

This div background color is #49141d


#49141d Border Color

<div style="border:3px solid #49141d">
Div here</div>

This div border color is #49141d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,20,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49141d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49141d;
  -webkit-box-shadow: 1px 1px 3px 2px #49141d;
  box-shadow:         1px 1px 3px 2px #49141d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49141d


Comments

No comments written yet.

Please login to write comment.