Color Hex Logo

#49141b Color Hex

#49141B
(73,20,27)
0 Favorites   0 Comments

Color spaces of #49141b

RGB 732027
HSL0.980.570.18
HSV352°73°29°
CMYK 0.000.730.63   0.71
XYZ3.19561.99591.2537
Yxy1.99590.49580.3097
Hunter Lab14.127615.65254.6279
CIE-Lab15.465725.74889.0891

#49141b color RGB value is (73,20,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 00011011
Octal 111 24 33
Decimal 73 20 27
Hex 49 14 1B

RGB Percentages of Color #49141b

%60.83
%16.67
%22.50

CMYK Percentages of Color #49141b

%0
%73
%63
%71

Triadic Colors of #49141b

#49141b #1b4914 #141b49

Analogous Colors of #49141b

#49141b #492814 #491436

Monochromatic Colors of #49141b

#49141b

Complementary Color

#49141b #144942

#49141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49141b Color CSS Codes

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

#49141b Text Font Color

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

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


#49141b Background Color

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

This div background color is #49141b


#49141b Border Color

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

This div border color is #49141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49141b


Comments

No comments written yet.

Please login to write comment.