COLOR #49042F

HEX: #49042F
RGB: (73,4,47)

Color info

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

RGB color model

#49042F color RGB value is (73,4,47).

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

RGB channels and saturation

R 73 of 255 = 29%
G 4 of 255 = 2%
B 47 of 255 = 18%

73
4
47

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

Portions of RGB colors in percentages

R + G + B =
73 + 4 + 47 = 124 (100%)
R 73 of 124 ~ 58.87%
G 4 of 124 ~ 3.23%
B 47 of 124 ~ 37.9%

%58.87
%37.9

CMYK color model

#49042F color CMYK value is (0,95,36,71).

  • cyan value is 0.00%
  • magenta value is 94.52%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(0,95,36,71)
C0M95Y36K71 
(0%,95%,36%,71%)
(0.00/0.95/0.36/0.71)	

CMYK percentages

%0
%94.52
%35.62
%71.37

Codes

Color #49042F in popluar color models

49042F
RGB73447
HSL323°89.61%15.10%
HSB/HSV323°94.52%28.63%
CMYK0.00%94.52%35.62%
71.37%

Color #49042F in popluar number systems.

HEX49042F
Decimal73447
Binary1001001100101111
Octal111457

Shades and tints

Shades of #49042F

#49042F
(73,4,47)
#43042B
(67,4,43)
#3D0427
(61,4,39)
#370423
(55,4,35)
#31041F
(49,4,31)
#2B041B
(43,4,27)
#250417
(37,4,23)
#1F0413
(31,4,19)
#19040F
(25,4,15)
#13040B
(19,4,11)
#0D0407
(13,4,7)
#000000
(0,0,0)

Tints of #49042F

#49042F
(73,4,47)
#591A41
(89,26,65)
#693053
(105,48,83)
#794665
(121,70,101)
#895C77
(137,92,119)
#997289
(153,114,137)
#A9889B
(169,136,155)
#B99EAD
(185,158,173)
#C9B4BF
(201,180,191)
#D9CAD1
(217,202,209)
#E9E0E3
(233,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49042F; }

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

This text font color is #49042F.


Background Color

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

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

This div background color is #49042F.


Border color

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

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

This div border color is #49042F.


Opacity

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

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

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

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

This text has shadow with #49042F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49042F on black background.


Color preview on white background

This text has color #49042F on white background.



Black color preview on #49042F background

This text has black color on #49042F background.


White color preview on #49042F background

This text has white color on #49042F background.