COLOR #49003B

HEX: #49003B
RGB: (73,0,59)

Color info

#49003B contains only red and blue colors. Web safe color of #49003B is #330033 (or #303).

RGB color model

#49003B color RGB value is (73,0,59).

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

RGB channels and saturation

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

73
0
59

R + G + B ~ 17%. #49003B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 0 + 59 = 132 (100%)
R 73 of 132 ~ 55.3%
G 0 of 132 ~ 0%
B 59 of 132 ~ 44.7%

%55.3
%44.7

CMYK color model

#49003B color CMYK value is (0,100,19,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(0,100,19,71)
C0M100Y19K71 
(0%,100%,19%,71%)
(0.00/1.00/0.19/0.71)	

CMYK percentages

%0
%100
%19.18
%71.37

Codes

Color #49003B in popluar color models

49003B
RGB73059
HSL312°100.00%14.31%
HSB/HSV312°100.00%28.63%
CMYK0.00%100.00%19.18%
71.37%

Color #49003B in popluar number systems.

HEX49003B
Decimal73059
Binary10010010111011
Octal111073

Shades and tints

Shades of #49003B

#49003B
(73,0,59)
#430036
(67,0,54)
#3D0031
(61,0,49)
#37002C
(55,0,44)
#310027
(49,0,39)
#2B0022
(43,0,34)
#25001D
(37,0,29)
#1F0018
(31,0,24)
#190013
(25,0,19)
#13000E
(19,0,14)
#0D0009
(13,0,9)
#000000
(0,0,0)

Tints of #49003B

#49003B
(73,0,59)
#59174C
(89,23,76)
#692E5D
(105,46,93)
#79456E
(121,69,110)
#895C7F
(137,92,127)
#997390
(153,115,144)
#A98AA1
(169,138,161)
#B9A1B2
(185,161,178)
#C9B8C3
(201,184,195)
#D9CFD4
(217,207,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49003B; }

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

This text font color is #49003B.


Background Color

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

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

This div background color is #49003B.


Border color

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

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

This div border color is #49003B.


Opacity

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

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

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

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

This text has shadow with #49003B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49003B on black background.


Color preview on white background

This text has color #49003B on white background.



Black color preview on #49003B background

This text has black color on #49003B background.


White color preview on #49003B background

This text has white color on #49003B background.