COLOR #49142F

HEX: #49142F
RGB: (73,20,47)

Color info

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

RGB color model

#49142F color RGB value is (73,20,47).

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

RGB channels and saturation

R 73 of 255 = 29%
G 20 of 255 = 8%
B 47 of 255 = 18%

73
20
47

R + G + B ~ 18%. #49142F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 20 + 47 = 140 (100%)
R 73 of 140 ~ 52.14%
G 20 of 140 ~ 14.29%
B 47 of 140 ~ 33.57%

%52.14
%14.29
%33.57

CMYK color model

#49142F color CMYK value is (0,73,36,71).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(0,73,36,71)
C0M73Y36K71 
(0%,73%,36%,71%)
(0.00/0.73/0.36/0.71)	

CMYK percentages

%0
%72.6
%35.62
%71.37

Codes

Color #49142F in popluar color models

49142F
RGB732047
HSL329°56.99%18.24%
HSB/HSV329°72.60%28.63%
CMYK0.00%72.60%35.62%
71.37%

Color #49142F in popluar number systems.

HEX49142F
Decimal732047
Binary100100110100101111
Octal1112457

Shades and tints

Shades of #49142F

#49142F
(73,20,47)
#43132B
(67,19,43)
#3D1227
(61,18,39)
#371123
(55,17,35)
#31101F
(49,16,31)
#2B0F1B
(43,15,27)
#250E17
(37,14,23)
#1F0D13
(31,13,19)
#190C0F
(25,12,15)
#130B0B
(19,11,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #49142F

#49142F
(73,20,47)
#592941
(89,41,65)
#693E53
(105,62,83)
#795365
(121,83,101)
#896877
(137,104,119)
#997D89
(153,125,137)
#A9929B
(169,146,155)
#B9A7AD
(185,167,173)
#C9BCBF
(201,188,191)
#D9D1D1
(217,209,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49142F color. Also use rgb(73,20,47) instead hex code.

Text Font Color

.myTextColor { color: #49142F; }

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

This text font color is #49142F.


Background Color

.myBgColor { background-color: #49142F; }

<div style="background-color:#49142F">Inner text</div>

This div background color is #49142F.


Border color

.myBorderColor { border: 1px solid #49142F; }

<div style="border:3px solid #49142F">Div</div>

This div border color is #49142F.


Opacity

.myOpacity80 { color: #49142F; opacity: 0.8; }

<p style="color:#49142F;opacity:0.8;">80%</p>

Text with #49142F 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 #49142F;}

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

This text has shadow with #49142F color.

.textShadow {text-shadow: 3px 3px 1px #49142F, 3px 3px 1px red;}

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

This text has shadow with #49142F primary color and red secondary color.


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

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

This text has shadow with #49142F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49142F;
-webkit-box-shadow: 1px 1px 3px 2px #49142F;
box-shadow:1px 1px 3px 2px #49142F;">
Div content here</div>
This div box has shadow with color #49142F.

Preview

Color preview on black background

This text has color #49142F on black background.


Color preview on white background

This text has color #49142F on white background.



Black color preview on #49142F background

This text has black color on #49142F background.


White color preview on #49142F background

This text has white color on #49142F background.