COLOR #49141B

HEX: #49141B
RGB: (73,20,27)

Color info

#49141B contains red, green and blue colors in about the same proportion. Web safe color of #49141B is #330033 (or #303).

RGB color model

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

  • red value is 73;
  • green value is 20;
  • blue value is 27.
RGB:
(73,20,27)
(29%,8%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 20 of 255 = 8%
B 27 of 255 = 11%

73
20
27

R + G + B ~ 16%. #49141B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 20 + 27 = 120 (100%)
R 73 of 120 ~ 60.83%
G 20 of 120 ~ 16.67%
B 27 of 120 ~ 22.5%

%60.83
%16.67
%22.5

CMYK color model

#49141B color CMYK value is (0,73,63,71).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,73,63,71)
C0M73Y63K71 
(0%,73%,63%,71%)
(0.00/0.73/0.63/0.71)	

CMYK percentages

%0
%72.6
%63.01
%71.37

Codes

Color #49141B in popluar color models

49141B
RGB732027
HSL352°56.99%18.24%
HSB/HSV352°72.60%28.63%
CMYK0.00%72.60%63.01%
71.37%

Color #49141B in popluar number systems.

HEX49141B
Decimal732027
Binary10010011010011011
Octal1112433

Shades and tints

Shades of #49141B

#49141B
(73,20,27)
#431319
(67,19,25)
#3D1217
(61,18,23)
#371115
(55,17,21)
#311013
(49,16,19)
#2B0F11
(43,15,17)
#250E0F
(37,14,15)
#1F0D0D
(31,13,13)
#190C0B
(25,12,11)
#130B09
(19,11,9)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #49141B

#49141B
(73,20,27)
#59292F
(89,41,47)
#693E43
(105,62,67)
#795357
(121,83,87)
#89686B
(137,104,107)
#997D7F
(153,125,127)
#A99293
(169,146,147)
#B9A7A7
(185,167,167)
#C9BCBB
(201,188,187)
#D9D1CF
(217,209,207)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49141B color. Also use rgb(73,20,27) instead hex code.

Text Font Color

.myTextColor { color: #49141B; }

<p style="color:#49141B">This sample text font color is #49141B.</p>

This text font color is #49141B.


Background Color

.myBgColor { background-color: #49141B; }

<div style="background-color:#49141B">Inner text</div>

This div background color is #49141B.


Border color

.myBorderColor { border: 1px solid #49141B; }

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

This div border color is #49141B.


Opacity

.myOpacity80 { color: #49141B; opacity: 0.8; }

<p style="color:#49141B;opacity:0.8;">80%</p>

Text with #49141B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49141B;}

<p style="text-shadow: 3px 3px 1px #49141B">Text here.</p>

This text has shadow with #49141B color.

.textShadow {text-shadow: 3px 3px 1px #49141B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49141B, 5px 5px 20px red">Text here.</p>

This text has shadow with #49141B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49141B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49141B, Direction=45, Strength=4)">Text</p>

This text has shadow with #49141B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49141B;
  -webkit-box-shadow:	1px 1px 3px 2px #49141B;
  box-shadow:		1px 1px 3px 2px #49141B;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #49141B on black background.


Color preview on white background

This text has color #49141B on white background.



Black color preview on #49141B background

This text has black color on #49141B background.


White color preview on #49141B background

This text has white color on #49141B background.