COLOR #491401

HEX: #491401
RGB: (73,20,1)

Color info

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

RGB color model

#491401 color RGB value is (73,20,1).

  • red value is 73;
  • green value is 20;
  • blue value is 1.
RGB:
(73,20,1)
(29%,8%,0%)

RGB channels and saturation

R 73 of 255 = 29%
G 20 of 255 = 8%
B 1 of 255 = 0%

73
20
1

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

Portions of RGB colors in percentages

R + G + B =
73 + 20 + 1 = 94 (100%)
R 73 of 94 ~ 77.66%
G 20 of 94 ~ 21.28%
B 1 of 94 ~ 1.06%

%77.66
%21.28

CMYK color model

#491401 color CMYK value is (0,73,99,71).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 98.63%
  • key color value is 71.37%
CMYK:
(0,73,99,71)
C0M73Y99K71 
(0%,73%,99%,71%)
(0.00/0.73/0.99/0.71)	

CMYK percentages

%0
%72.6
%98.63
%71.37

Codes

Color #491401 in popluar color models

491401
RGB73201
HSL16°97.30%14.51%
HSB/HSV16°98.63%28.63%
CMYK0.00%72.60%98.63%
71.37%

Color #491401 in popluar number systems.

HEX491401
Decimal73201
Binary1001001101001
Octal111241

Shades and tints

Shades of #491401

#491401
(73,20,1)
#431301
(67,19,1)
#3D1201
(61,18,1)
#371101
(55,17,1)
#311001
(49,16,1)
#2B0F01
(43,15,1)
#250E01
(37,14,1)
#1F0D01
(31,13,1)
#190C01
(25,12,1)
#130B01
(19,11,1)
#0D0A01
(13,10,1)
#000000
(0,0,0)

Tints of #491401

#491401
(73,20,1)
#592918
(89,41,24)
#693E2F
(105,62,47)
#795346
(121,83,70)
#89685D
(137,104,93)
#997D74
(153,125,116)
#A9928B
(169,146,139)
#B9A7A2
(185,167,162)
#C9BCB9
(201,188,185)
#D9D1D0
(217,209,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491401 color. Also use rgb(73,20,1) instead hex code.

Text Font Color

.myTextColor { color: #491401; }

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

This text font color is #491401.


Background Color

.myBgColor { background-color: #491401; }

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

This div background color is #491401.


Border color

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

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

This div border color is #491401.


Opacity

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

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

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

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

This text has shadow with #491401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491401 on black background.


Color preview on white background

This text has color #491401 on white background.



Black color preview on #491401 background

This text has black color on #491401 background.


White color preview on #491401 background

This text has white color on #491401 background.