COLOR #49091E

HEX: #49091E
RGB: (73,9,30)

Color info

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

RGB color model

#49091E color RGB value is (73,9,30).

  • red value is 73;
  • green value is 9;
  • blue value is 30.
RGB:
(73,9,30)
(29%,4%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 9 of 255 = 4%
B 30 of 255 = 12%

73
9
30

R + G + B ~ 15%. #49091E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 9 + 30 = 112 (100%)
R 73 of 112 ~ 65.18%
G 9 of 112 ~ 8.04%
B 30 of 112 ~ 26.79%

%65.18
%26.79

CMYK color model

#49091E color CMYK value is (0,88,59,71).

  • cyan value is 0.00%
  • magenta value is 87.67%
  • yellow value is 58.90%
  • key color value is 71.37%
CMYK:
(0,88,59,71)
C0M88Y59K71 
(0%,88%,59%,71%)
(0.00/0.88/0.59/0.71)	

CMYK percentages

%0
%87.67
%58.9
%71.37

Codes

Color #49091E in popluar color models

49091E
RGB73930
HSL340°78.05%16.08%
HSB/HSV340°87.67%28.63%
CMYK0.00%87.67%58.90%
71.37%

Color #49091E in popluar number systems.

HEX49091E
Decimal73930
Binary1001001100111110
Octal1111136

Shades and tints

Shades of #49091E

#49091E
(73,9,30)
#43091C
(67,9,28)
#3D091A
(61,9,26)
#370918
(55,9,24)
#310916
(49,9,22)
#2B0914
(43,9,20)
#250912
(37,9,18)
#1F0910
(31,9,16)
#19090E
(25,9,14)
#13090C
(19,9,12)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #49091E

#49091E
(73,9,30)
#591F32
(89,31,50)
#693546
(105,53,70)
#794B5A
(121,75,90)
#89616E
(137,97,110)
#997782
(153,119,130)
#A98D96
(169,141,150)
#B9A3AA
(185,163,170)
#C9B9BE
(201,185,190)
#D9CFD2
(217,207,210)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49091E color. Also use rgb(73,9,30) instead hex code.

Text Font Color

.myTextColor { color: #49091E; }

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

This text font color is #49091E.


Background Color

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

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

This div background color is #49091E.


Border color

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

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

This div border color is #49091E.


Opacity

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

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

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

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

This text has shadow with #49091E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49091E on black background.


Color preview on white background

This text has color #49091E on white background.



Black color preview on #49091E background

This text has black color on #49091E background.


White color preview on #49091E background

This text has white color on #49091E background.