COLOR #49094D

HEX: #49094D
RGB: (73,9,77)

Color info

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

RGB color model

#49094D color RGB value is (73,9,77).

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

RGB channels and saturation

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

73
9
77

R + G + B ~ 21%. #49094D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 9 + 77 = 159 (100%)
R 73 of 159 ~ 45.91%
G 9 of 159 ~ 5.66%
B 77 of 159 ~ 48.43%

%45.91
%48.43

CMYK color model

#49094D color CMYK value is (5,88,0,70).

  • cyan value is 5.19%
  • magenta value is 88.31%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,88,0,70)
C5M88Y0K70 
(5%,88%,0%,70%)
(0.05/0.88/0.00/0.70)	

CMYK percentages

%5.19
%88.31
%0
%69.8

Codes

Color #49094D in popluar color models

49094D
RGB73977
HSL296°79.07%16.86%
HSB/HSV296°88.31%30.20%
CMYK5.19%88.31%0.00%
69.80%

Color #49094D in popluar number systems.

HEX49094D
Decimal73977
Binary100100110011001101
Octal11111115

Shades and tints

Shades of #49094D

#49094D
(73,9,77)
#430946
(67,9,70)
#3D093F
(61,9,63)
#370938
(55,9,56)
#310931
(49,9,49)
#2B092A
(43,9,42)
#250923
(37,9,35)
#1F091C
(31,9,28)
#190915
(25,9,21)
#13090E
(19,9,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #49094D

#49094D
(73,9,77)
#591F5D
(89,31,93)
#69356D
(105,53,109)
#794B7D
(121,75,125)
#89618D
(137,97,141)
#99779D
(153,119,157)
#A98DAD
(169,141,173)
#B9A3BD
(185,163,189)
#C9B9CD
(201,185,205)
#D9CFDD
(217,207,221)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49094D color. Also use rgb(73,9,77) instead hex code.

Text Font Color

.myTextColor { color: #49094D; }

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

This text font color is #49094D.


Background Color

.myBgColor { background-color: #49094D; }

<div style="background-color:#49094D">Inner text</div>

This div background color is #49094D.


Border color

.myBorderColor { border: 1px solid #49094D; }

<div style="border:3px solid #49094D">Div</div>

This div border color is #49094D.


Opacity

.myOpacity80 { color: #49094D; opacity: 0.8; }

<p style="color:#49094D;opacity:0.8;">80%</p>

Text with #49094D 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 #49094D;}

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

This text has shadow with #49094D color.

.textShadow {text-shadow: 3px 3px 1px #49094D, 3px 3px 1px red;}

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

This text has shadow with #49094D primary color and red secondary color.


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

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

This text has shadow with #49094D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49094D on black background.


Color preview on white background

This text has color #49094D on white background.



Black color preview on #49094D background

This text has black color on #49094D background.


White color preview on #49094D background

This text has white color on #49094D background.