COLOR #490611

HEX: #490611
RGB: (73,6,17)

Color info

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

RGB color model

#490611 color RGB value is (73,6,17).

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

RGB channels and saturation

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

73
6
17

R + G + B ~ 13%. #490611 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 6 + 17 = 96 (100%)
R 73 of 96 ~ 76.04%
G 6 of 96 ~ 6.25%
B 17 of 96 ~ 17.71%

%76.04
%17.71

CMYK color model

#490611 color CMYK value is (0,92,77,71).

  • cyan value is 0.00%
  • magenta value is 91.78%
  • yellow value is 76.71%
  • key color value is 71.37%
CMYK:
(0,92,77,71)
C0M92Y77K71 
(0%,92%,77%,71%)
(0.00/0.92/0.77/0.71)	

CMYK percentages

%0
%91.78
%76.71
%71.37

Codes

Color #490611 in popluar color models

490611
RGB73617
HSL350°84.81%15.49%
HSB/HSV350°91.78%28.63%
CMYK0.00%91.78%76.71%
71.37%

Color #490611 in popluar number systems.

HEX490611
Decimal73617
Binary100100111010001
Octal111621

Shades and tints

Shades of #490611

#490611
(73,6,17)
#430610
(67,6,16)
#3D060F
(61,6,15)
#37060E
(55,6,14)
#31060D
(49,6,13)
#2B060C
(43,6,12)
#25060B
(37,6,11)
#1F060A
(31,6,10)
#190609
(25,6,9)
#130608
(19,6,8)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #490611

#490611
(73,6,17)
#591C26
(89,28,38)
#69323B
(105,50,59)
#794850
(121,72,80)
#895E65
(137,94,101)
#99747A
(153,116,122)
#A98A8F
(169,138,143)
#B9A0A4
(185,160,164)
#C9B6B9
(201,182,185)
#D9CCCE
(217,204,206)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490611; }

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

This text font color is #490611.


Background Color

.myBgColor { background-color: #490611; }

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

This div background color is #490611.


Border color

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

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

This div border color is #490611.


Opacity

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

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

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

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

This text has shadow with #490611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490611 on black background.


Color preview on white background

This text has color #490611 on white background.



Black color preview on #490611 background

This text has black color on #490611 background.


White color preview on #490611 background

This text has white color on #490611 background.