COLOR #49163A

HEX: #49163A
RGB: (73,22,58)

Color info

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

RGB color model

#49163A color RGB value is (73,22,58).

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

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 58 of 255 = 23%

73
22
58

R + G + B ~ 20%. #49163A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 22 + 58 = 153 (100%)
R 73 of 153 ~ 47.71%
G 22 of 153 ~ 14.38%
B 58 of 153 ~ 37.91%

%47.71
%14.38
%37.91

CMYK color model

#49163A color CMYK value is (0,70,21,71).

  • cyan value is 0.00%
  • magenta value is 69.86%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(0,70,21,71)
C0M70Y21K71 
(0%,70%,21%,71%)
(0.00/0.70/0.21/0.71)	

CMYK percentages

%0
%69.86
%20.55
%71.37

Codes

Color #49163A in popluar color models

49163A
RGB732258
HSL318°53.68%18.63%
HSB/HSV318°69.86%28.63%
CMYK0.00%69.86%20.55%
71.37%

Color #49163A in popluar number systems.

HEX49163A
Decimal732258
Binary100100110110111010
Octal1112672

Shades and tints

Shades of #49163A

#49163A
(73,22,58)
#431435
(67,20,53)
#3D1230
(61,18,48)
#37102B
(55,16,43)
#310E26
(49,14,38)
#2B0C21
(43,12,33)
#250A1C
(37,10,28)
#1F0817
(31,8,23)
#190612
(25,6,18)
#13040D
(19,4,13)
#0D0208
(13,2,8)
#000000
(0,0,0)

Tints of #49163A

#49163A
(73,22,58)
#592B4B
(89,43,75)
#69405C
(105,64,92)
#79556D
(121,85,109)
#896A7E
(137,106,126)
#997F8F
(153,127,143)
#A994A0
(169,148,160)
#B9A9B1
(185,169,177)
#C9BEC2
(201,190,194)
#D9D3D3
(217,211,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49163A color. Also use rgb(73,22,58) instead hex code.

Text Font Color

.myTextColor { color: #49163A; }

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

This text font color is #49163A.


Background Color

.myBgColor { background-color: #49163A; }

<div style="background-color:#49163A">Inner text</div>

This div background color is #49163A.


Border color

.myBorderColor { border: 1px solid #49163A; }

<div style="border:3px solid #49163A">Div</div>

This div border color is #49163A.


Opacity

.myOpacity80 { color: #49163A; opacity: 0.8; }

<p style="color:#49163A;opacity:0.8;">80%</p>

Text with #49163A 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 #49163A;}

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

This text has shadow with #49163A color.

.textShadow {text-shadow: 3px 3px 1px #49163A, 3px 3px 1px red;}

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

This text has shadow with #49163A primary color and red secondary color.


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

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

This text has shadow with #49163A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49163A on black background.


Color preview on white background

This text has color #49163A on white background.



Black color preview on #49163A background

This text has black color on #49163A background.


White color preview on #49163A background

This text has white color on #49163A background.