COLOR #49173B

HEX: #49173B
RGB: (73,23,59)

Color info

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

RGB color model

#49173B color RGB value is (73,23,59).

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

RGB channels and saturation

R 73 of 255 = 29%
G 23 of 255 = 9%
B 59 of 255 = 23%

73
23
59

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

Portions of RGB colors in percentages

R + G + B =
73 + 23 + 59 = 155 (100%)
R 73 of 155 ~ 47.1%
G 23 of 155 ~ 14.84%
B 59 of 155 ~ 38.06%

%47.1
%14.84
%38.06

CMYK color model

#49173B color CMYK value is (0,68,19,71).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(0,68,19,71)
C0M68Y19K71 
(0%,68%,19%,71%)
(0.00/0.68/0.19/0.71)	

CMYK percentages

%0
%68.49
%19.18
%71.37

Codes

Color #49173B in popluar color models

49173B
RGB732359
HSL317°52.08%18.82%
HSB/HSV317°68.49%28.63%
CMYK0.00%68.49%19.18%
71.37%

Color #49173B in popluar number systems.

HEX49173B
Decimal732359
Binary100100110111111011
Octal1112773

Shades and tints

Shades of #49173B

#49173B
(73,23,59)
#431536
(67,21,54)
#3D1331
(61,19,49)
#37112C
(55,17,44)
#310F27
(49,15,39)
#2B0D22
(43,13,34)
#250B1D
(37,11,29)
#1F0918
(31,9,24)
#190713
(25,7,19)
#13050E
(19,5,14)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #49173B

#49173B
(73,23,59)
#592C4C
(89,44,76)
#69415D
(105,65,93)
#79566E
(121,86,110)
#896B7F
(137,107,127)
#998090
(153,128,144)
#A995A1
(169,149,161)
#B9AAB2
(185,170,178)
#C9BFC3
(201,191,195)
#D9D4D4
(217,212,212)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49173B color. Also use rgb(73,23,59) instead hex code.

Text Font Color

.myTextColor { color: #49173B; }

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

This text font color is #49173B.


Background Color

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

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

This div background color is #49173B.


Border color

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

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

This div border color is #49173B.


Opacity

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

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

Text with #49173B 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 #49173B;}

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

This text has shadow with #49173B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49173B on black background.


Color preview on white background

This text has color #49173B on white background.



Black color preview on #49173B background

This text has black color on #49173B background.


White color preview on #49173B background

This text has white color on #49173B background.