COLOR #49033E

HEX: #49033E
RGB: (73,3,62)

Color info

#49033E contains mainly red and blue colors. Web safe color of #49033E is #330033 (or #303).

RGB color model

#49033E color RGB value is (73,3,62).

  • red value is 73;
  • green value is 3;
  • blue value is 62.
RGB:
(73,3,62)
(29%,1%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 3 of 255 = 1%
B 62 of 255 = 24%

73
3
62

R + G + B ~ 18%. #49033E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 3 + 62 = 138 (100%)
R 73 of 138 ~ 52.9%
G 3 of 138 ~ 2.17%
B 62 of 138 ~ 44.93%

%52.9
%44.93

CMYK color model

#49033E color CMYK value is (0,96,15,71).

  • cyan value is 0.00%
  • magenta value is 95.89%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,96,15,71)
C0M96Y15K71 
(0%,96%,15%,71%)
(0.00/0.96/0.15/0.71)	

CMYK percentages

%0
%95.89
%15.07
%71.37

Codes

Color #49033E in popluar color models

49033E
RGB73362
HSL309°92.11%14.90%
HSB/HSV309°95.89%28.63%
CMYK0.00%95.89%15.07%
71.37%

Color #49033E in popluar number systems.

HEX49033E
Decimal73362
Binary100100111111110
Octal111376

Shades and tints

Shades of #49033E

#49033E
(73,3,62)
#430339
(67,3,57)
#3D0334
(61,3,52)
#37032F
(55,3,47)
#31032A
(49,3,42)
#2B0325
(43,3,37)
#250320
(37,3,32)
#1F031B
(31,3,27)
#190316
(25,3,22)
#130311
(19,3,17)
#0D030C
(13,3,12)
#000000
(0,0,0)

Tints of #49033E

#49033E
(73,3,62)
#59194F
(89,25,79)
#692F60
(105,47,96)
#794571
(121,69,113)
#895B82
(137,91,130)
#997193
(153,113,147)
#A987A4
(169,135,164)
#B99DB5
(185,157,181)
#C9B3C6
(201,179,198)
#D9C9D7
(217,201,215)
#E9DFE8
(233,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49033E color. Also use rgb(73,3,62) instead hex code.

Text Font Color

.myTextColor { color: #49033E; }

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

This text font color is #49033E.


Background Color

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

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

This div background color is #49033E.


Border color

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

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

This div border color is #49033E.


Opacity

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

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

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

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

This text has shadow with #49033E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49033E on black background.


Color preview on white background

This text has color #49033E on white background.



Black color preview on #49033E background

This text has black color on #49033E background.


White color preview on #49033E background

This text has white color on #49033E background.