COLOR #49193F

HEX: #49193F
RGB: (73,25,63)

Color info

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

RGB color model

#49193F color RGB value is (73,25,63).

  • red value is 73;
  • green value is 25;
  • blue value is 63.
RGB:
(73,25,63)
(29%,10%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 63 of 255 = 25%

73
25
63

R + G + B ~ 21%. #49193F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 63 = 161 (100%)
R 73 of 161 ~ 45.34%
G 25 of 161 ~ 15.53%
B 63 of 161 ~ 39.13%

%45.34
%15.53
%39.13

CMYK color model

#49193F color CMYK value is (0,66,14,71).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,66,14,71)
C0M66Y14K71 
(0%,66%,14%,71%)
(0.00/0.66/0.14/0.71)	

CMYK percentages

%0
%65.75
%13.7
%71.37

Codes

Color #49193F in popluar color models

49193F
RGB732563
HSL313°48.98%19.22%
HSB/HSV313°65.75%28.63%
CMYK0.00%65.75%13.70%
71.37%

Color #49193F in popluar number systems.

HEX49193F
Decimal732563
Binary100100111001111111
Octal1113177

Shades and tints

Shades of #49193F

#49193F
(73,25,63)
#43173A
(67,23,58)
#3D1535
(61,21,53)
#371330
(55,19,48)
#31112B
(49,17,43)
#2B0F26
(43,15,38)
#250D21
(37,13,33)
#1F0B1C
(31,11,28)
#190917
(25,9,23)
#130712
(19,7,18)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #49193F

#49193F
(73,25,63)
#592D50
(89,45,80)
#694161
(105,65,97)
#795572
(121,85,114)
#896983
(137,105,131)
#997D94
(153,125,148)
#A991A5
(169,145,165)
#B9A5B6
(185,165,182)
#C9B9C7
(201,185,199)
#D9CDD8
(217,205,216)
#E9E1E9
(233,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49193F color. Also use rgb(73,25,63) instead hex code.

Text Font Color

.myTextColor { color: #49193F; }

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

This text font color is #49193F.


Background Color

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

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

This div background color is #49193F.


Border color

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

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

This div border color is #49193F.


Opacity

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

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

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

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

This text has shadow with #49193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49193F on black background.


Color preview on white background

This text has color #49193F on white background.



Black color preview on #49193F background

This text has black color on #49193F background.


White color preview on #49193F background

This text has white color on #49193F background.