COLOR #490211

HEX: #490211
RGB: (73,2,17)

Color info

#490211 contains mainly red and blue colors. Web safe color of #490211 is #330000 (or #300).

RGB color model

#490211 color RGB value is (73,2,17).

  • red value is 73;
  • green value is 2;
  • blue value is 17.
RGB:
(73,2,17)
(29%,1%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 2 of 255 = 1%
B 17 of 255 = 7%

73
2
17

R + G + B ~ 12%. #490211 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 2 + 17 = 92 (100%)
R 73 of 92 ~ 79.35%
G 2 of 92 ~ 2.17%
B 17 of 92 ~ 18.48%

%79.35
%18.48

CMYK color model

#490211 color CMYK value is (0,97,77,71).

  • cyan value is 0.00%
  • magenta value is 97.26%
  • yellow value is 76.71%
  • key color value is 71.37%
CMYK:
(0,97,77,71)
C0M97Y77K71 
(0%,97%,77%,71%)
(0.00/0.97/0.77/0.71)	

CMYK percentages

%0
%97.26
%76.71
%71.37

Codes

Color #490211 in popluar color models

490211
RGB73217
HSL347°94.67%14.71%
HSB/HSV347°97.26%28.63%
CMYK0.00%97.26%76.71%
71.37%

Color #490211 in popluar number systems.

HEX490211
Decimal73217
Binary10010011010001
Octal111221

Shades and tints

Shades of #490211

#490211
(73,2,17)
#430210
(67,2,16)
#3D020F
(61,2,15)
#37020E
(55,2,14)
#31020D
(49,2,13)
#2B020C
(43,2,12)
#25020B
(37,2,11)
#1F020A
(31,2,10)
#190209
(25,2,9)
#130208
(19,2,8)
#0D0207
(13,2,7)
#000000
(0,0,0)

Tints of #490211

#490211
(73,2,17)
#591926
(89,25,38)
#69303B
(105,48,59)
#794750
(121,71,80)
#895E65
(137,94,101)
#99757A
(153,117,122)
#A98C8F
(169,140,143)
#B9A3A4
(185,163,164)
#C9BAB9
(201,186,185)
#D9D1CE
(217,209,206)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490211 color. Also use rgb(73,2,17) instead hex code.

Text Font Color

.myTextColor { color: #490211; }

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

This text font color is #490211.


Background Color

.myBgColor { background-color: #490211; }

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

This div background color is #490211.


Border color

.myBorderColor { border: 1px solid #490211; }

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

This div border color is #490211.


Opacity

.myOpacity80 { color: #490211; opacity: 0.8; }

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

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

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

This text has shadow with #490211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490211 on black background.


Color preview on white background

This text has color #490211 on white background.



Black color preview on #490211 background

This text has black color on #490211 background.


White color preview on #490211 background

This text has white color on #490211 background.