COLOR #490711

HEX: #490711
RGB: (73,7,17)

Color info

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

RGB color model

#490711 color RGB value is (73,7,17).

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

RGB channels and saturation

R 73 of 255 = 29%
G 7 of 255 = 3%
B 17 of 255 = 7%

73
7
17

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

Portions of RGB colors in percentages

R + G + B =
73 + 7 + 17 = 97 (100%)
R 73 of 97 ~ 75.26%
G 7 of 97 ~ 7.22%
B 17 of 97 ~ 17.53%

%75.26
%17.53

CMYK color model

#490711 color CMYK value is (0,90,77,71).

  • cyan value is 0.00%
  • magenta value is 90.41%
  • yellow value is 76.71%
  • key color value is 71.37%
CMYK:
(0,90,77,71)
C0M90Y77K71 
(0%,90%,77%,71%)
(0.00/0.90/0.77/0.71)	

CMYK percentages

%0
%90.41
%76.71
%71.37

Codes

Color #490711 in popluar color models

490711
RGB73717
HSL351°82.50%15.69%
HSB/HSV351°90.41%28.63%
CMYK0.00%90.41%76.71%
71.37%

Color #490711 in popluar number systems.

HEX490711
Decimal73717
Binary100100111110001
Octal111721

Shades and tints

Shades of #490711

#490711
(73,7,17)
#430710
(67,7,16)
#3D070F
(61,7,15)
#37070E
(55,7,14)
#31070D
(49,7,13)
#2B070C
(43,7,12)
#25070B
(37,7,11)
#1F070A
(31,7,10)
#190709
(25,7,9)
#130708
(19,7,8)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #490711

#490711
(73,7,17)
#591D26
(89,29,38)
#69333B
(105,51,59)
#794950
(121,73,80)
#895F65
(137,95,101)
#99757A
(153,117,122)
#A98B8F
(169,139,143)
#B9A1A4
(185,161,164)
#C9B7B9
(201,183,185)
#D9CDCE
(217,205,206)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490711; }

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

This text font color is #490711.


Background Color

.myBgColor { background-color: #490711; }

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

This div background color is #490711.


Border color

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

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

This div border color is #490711.


Opacity

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

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

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

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

This text has shadow with #490711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490711 on black background.


Color preview on white background

This text has color #490711 on white background.



Black color preview on #490711 background

This text has black color on #490711 background.


White color preview on #490711 background

This text has white color on #490711 background.