COLOR #49162E

HEX: #49162E
RGB: (73,22,46)

Color info

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

RGB color model

#49162E color RGB value is (73,22,46).

  • red value is 73;
  • green value is 22;
  • blue value is 46.
RGB:
(73,22,46)
(29%,9%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 46 of 255 = 18%

73
22
46

R + G + B ~ 19%. #49162E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 22 + 46 = 141 (100%)
R 73 of 141 ~ 51.77%
G 22 of 141 ~ 15.6%
B 46 of 141 ~ 32.62%

%51.77
%15.6
%32.62

CMYK color model

#49162E color CMYK value is (0,70,37,71).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(0,70,37,71)
C0M70Y37K71 
(0%,70%,37%,71%)
(0.00/0.70/0.37/0.71)	

CMYK percentages

%0
%69.86
%36.99
%71.37

Codes

Color #49162E in popluar color models

49162E
RGB732246
HSL332°53.68%18.63%
HSB/HSV332°69.86%28.63%
CMYK0.00%69.86%36.99%
71.37%

Color #49162E in popluar number systems.

HEX49162E
Decimal732246
Binary100100110110101110
Octal1112656

Shades and tints

Shades of #49162E

#49162E
(73,22,46)
#43142A
(67,20,42)
#3D1226
(61,18,38)
#371022
(55,16,34)
#310E1E
(49,14,30)
#2B0C1A
(43,12,26)
#250A16
(37,10,22)
#1F0812
(31,8,18)
#19060E
(25,6,14)
#13040A
(19,4,10)
#0D0206
(13,2,6)
#000000
(0,0,0)

Tints of #49162E

#49162E
(73,22,46)
#592B41
(89,43,65)
#694054
(105,64,84)
#795567
(121,85,103)
#896A7A
(137,106,122)
#997F8D
(153,127,141)
#A994A0
(169,148,160)
#B9A9B3
(185,169,179)
#C9BEC6
(201,190,198)
#D9D3D9
(217,211,217)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49162E color. Also use rgb(73,22,46) instead hex code.

Text Font Color

.myTextColor { color: #49162E; }

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

This text font color is #49162E.


Background Color

.myBgColor { background-color: #49162E; }

<div style="background-color:#49162E">Inner text</div>

This div background color is #49162E.


Border color

.myBorderColor { border: 1px solid #49162E; }

<div style="border:3px solid #49162E">Div</div>

This div border color is #49162E.


Opacity

.myOpacity80 { color: #49162E; opacity: 0.8; }

<p style="color:#49162E;opacity:0.8;">80%</p>

Text with #49162E 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 #49162E;}

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

This text has shadow with #49162E color.

.textShadow {text-shadow: 3px 3px 1px #49162E, 3px 3px 1px red;}

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

This text has shadow with #49162E primary color and red secondary color.


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

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

This text has shadow with #49162E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49162E on black background.


Color preview on white background

This text has color #49162E on white background.



Black color preview on #49162E background

This text has black color on #49162E background.


White color preview on #49162E background

This text has white color on #49162E background.