COLOR #49032F

HEX: #49032F
RGB: (73,3,47)

Color info

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

RGB color model

#49032F color RGB value is (73,3,47).

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

RGB channels and saturation

R 73 of 255 = 29%
G 3 of 255 = 1%
B 47 of 255 = 18%

73
3
47

R + G + B ~ 16%. #49032F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 3 + 47 = 123 (100%)
R 73 of 123 ~ 59.35%
G 3 of 123 ~ 2.44%
B 47 of 123 ~ 38.21%

%59.35
%38.21

CMYK color model

#49032F color CMYK value is (0,96,36,71).

  • cyan value is 0.00%
  • magenta value is 95.89%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(0,96,36,71)
C0M96Y36K71 
(0%,96%,36%,71%)
(0.00/0.96/0.36/0.71)	

CMYK percentages

%0
%95.89
%35.62
%71.37

Codes

Color #49032F in popluar color models

49032F
RGB73347
HSL322°92.11%14.90%
HSB/HSV322°95.89%28.63%
CMYK0.00%95.89%35.62%
71.37%

Color #49032F in popluar number systems.

HEX49032F
Decimal73347
Binary100100111101111
Octal111357

Shades and tints

Shades of #49032F

#49032F
(73,3,47)
#43032B
(67,3,43)
#3D0327
(61,3,39)
#370323
(55,3,35)
#31031F
(49,3,31)
#2B031B
(43,3,27)
#250317
(37,3,23)
#1F0313
(31,3,19)
#19030F
(25,3,15)
#13030B
(19,3,11)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #49032F

#49032F
(73,3,47)
#591941
(89,25,65)
#692F53
(105,47,83)
#794565
(121,69,101)
#895B77
(137,91,119)
#997189
(153,113,137)
#A9879B
(169,135,155)
#B99DAD
(185,157,173)
#C9B3BF
(201,179,191)
#D9C9D1
(217,201,209)
#E9DFE3
(233,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49032F color. Also use rgb(73,3,47) instead hex code.

Text Font Color

.myTextColor { color: #49032F; }

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

This text font color is #49032F.


Background Color

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

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

This div background color is #49032F.


Border color

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

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

This div border color is #49032F.


Opacity

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

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

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

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

This text has shadow with #49032F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49032F on black background.


Color preview on white background

This text has color #49032F on white background.



Black color preview on #49032F background

This text has black color on #49032F background.


White color preview on #49032F background

This text has white color on #49032F background.