COLOR #491003

HEX: #491003
RGB: (73,16,3)

Color info

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

RGB color model

#491003 color RGB value is (73,16,3).

  • red value is 73;
  • green value is 16;
  • blue value is 3.
RGB:
(73,16,3)
(29%,6%,1%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 3 of 255 = 1%

73
16
3

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

Portions of RGB colors in percentages

R + G + B =
73 + 16 + 3 = 92 (100%)
R 73 of 92 ~ 79.35%
G 16 of 92 ~ 17.39%
B 3 of 92 ~ 3.26%

%79.35
%17.39

CMYK color model

#491003 color CMYK value is (0,78,96,71).

  • cyan value is 0.00%
  • magenta value is 78.08%
  • yellow value is 95.89%
  • key color value is 71.37%
CMYK:
(0,78,96,71)
C0M78Y96K71 
(0%,78%,96%,71%)
(0.00/0.78/0.96/0.71)	

CMYK percentages

%0
%78.08
%95.89
%71.37

Codes

Color #491003 in popluar color models

491003
RGB73163
HSL11°92.11%14.90%
HSB/HSV11°95.89%28.63%
CMYK0.00%78.08%95.89%
71.37%

Color #491003 in popluar number systems.

HEX491003
Decimal73163
Binary10010011000011
Octal111203

Shades and tints

Shades of #491003

#491003
(73,16,3)
#430F03
(67,15,3)
#3D0E03
(61,14,3)
#370D03
(55,13,3)
#310C03
(49,12,3)
#2B0B03
(43,11,3)
#250A03
(37,10,3)
#1F0903
(31,9,3)
#190803
(25,8,3)
#130703
(19,7,3)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #491003

#491003
(73,16,3)
#592519
(89,37,25)
#693A2F
(105,58,47)
#794F45
(121,79,69)
#89645B
(137,100,91)
#997971
(153,121,113)
#A98E87
(169,142,135)
#B9A39D
(185,163,157)
#C9B8B3
(201,184,179)
#D9CDC9
(217,205,201)
#E9E2DF
(233,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491003 color. Also use rgb(73,16,3) instead hex code.

Text Font Color

.myTextColor { color: #491003; }

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

This text font color is #491003.


Background Color

.myBgColor { background-color: #491003; }

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

This div background color is #491003.


Border color

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

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

This div border color is #491003.


Opacity

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

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

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

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

This text has shadow with #491003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491003 on black background.


Color preview on white background

This text has color #491003 on white background.



Black color preview on #491003 background

This text has black color on #491003 background.


White color preview on #491003 background

This text has white color on #491003 background.