COLOR #491203

HEX: #491203
RGB: (73,18,3)

Color info

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

RGB color model

#491203 color RGB value is (73,18,3).

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

RGB channels and saturation

R 73 of 255 = 29%
G 18 of 255 = 7%
B 3 of 255 = 1%

73
18
3

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

Portions of RGB colors in percentages

R + G + B =
73 + 18 + 3 = 94 (100%)
R 73 of 94 ~ 77.66%
G 18 of 94 ~ 19.15%
B 3 of 94 ~ 3.19%

%77.66
%19.15

CMYK color model

#491203 color CMYK value is (0,75,96,71).

  • cyan value is 0.00%
  • magenta value is 75.34%
  • yellow value is 95.89%
  • key color value is 71.37%
CMYK:
(0,75,96,71)
C0M75Y96K71 
(0%,75%,96%,71%)
(0.00/0.75/0.96/0.71)	

CMYK percentages

%0
%75.34
%95.89
%71.37

Codes

Color #491203 in popluar color models

491203
RGB73183
HSL13°92.11%14.90%
HSB/HSV13°95.89%28.63%
CMYK0.00%75.34%95.89%
71.37%

Color #491203 in popluar number systems.

HEX491203
Decimal73183
Binary10010011001011
Octal111223

Shades and tints

Shades of #491203

#491203
(73,18,3)
#431103
(67,17,3)
#3D1003
(61,16,3)
#370F03
(55,15,3)
#310E03
(49,14,3)
#2B0D03
(43,13,3)
#250C03
(37,12,3)
#1F0B03
(31,11,3)
#190A03
(25,10,3)
#130903
(19,9,3)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #491203

#491203
(73,18,3)
#592719
(89,39,25)
#693C2F
(105,60,47)
#795145
(121,81,69)
#89665B
(137,102,91)
#997B71
(153,123,113)
#A99087
(169,144,135)
#B9A59D
(185,165,157)
#C9BAB3
(201,186,179)
#D9CFC9
(217,207,201)
#E9E4DF
(233,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491203; }

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

This text font color is #491203.


Background Color

.myBgColor { background-color: #491203; }

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

This div background color is #491203.


Border color

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

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

This div border color is #491203.


Opacity

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

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

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

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

This text has shadow with #491203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491203 on black background.


Color preview on white background

This text has color #491203 on white background.



Black color preview on #491203 background

This text has black color on #491203 background.


White color preview on #491203 background

This text has white color on #491203 background.