COLOR #491200

HEX: #491200
RGB: (73,18,0)

Color info

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

RGB color model

#491200 color RGB value is (73,18,0).

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

RGB channels and saturation

R 73 of 255 = 29%
G 18 of 255 = 7%
B 0 of 255 = 0%

73
18
0

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

Portions of RGB colors in percentages

R + G + B =
73 + 18 + 0 = 91 (100%)
R 73 of 91 ~ 80.22%
G 18 of 91 ~ 19.78%
B 0 of 91 ~ 0%

%80.22
%19.78

CMYK color model

#491200 color CMYK value is (0,75,100,71).

  • cyan value is 0.00%
  • magenta value is 75.34%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(0,75,100,71)
C0M75Y100K71 
(0%,75%,100%,71%)
(0.00/0.75/1.00/0.71)	

CMYK percentages

%0
%75.34
%100
%71.37

Codes

Color #491200 in popluar color models

491200
RGB73180
HSL15°100.00%14.31%
HSB/HSV15°100.00%28.63%
CMYK0.00%75.34%100.00%
71.37%

Color #491200 in popluar number systems.

HEX491200
Decimal73180
Binary1001001100100
Octal111220

Shades and tints

Shades of #491200

#491200
(73,18,0)
#431100
(67,17,0)
#3D1000
(61,16,0)
#370F00
(55,15,0)
#310E00
(49,14,0)
#2B0D00
(43,13,0)
#250C00
(37,12,0)
#1F0B00
(31,11,0)
#190A00
(25,10,0)
#130900
(19,9,0)
#0D0800
(13,8,0)
#000000
(0,0,0)

Tints of #491200

#491200
(73,18,0)
#592717
(89,39,23)
#693C2E
(105,60,46)
#795145
(121,81,69)
#89665C
(137,102,92)
#997B73
(153,123,115)
#A9908A
(169,144,138)
#B9A5A1
(185,165,161)
#C9BAB8
(201,186,184)
#D9CFCF
(217,207,207)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491200; }

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

This text font color is #491200.


Background Color

.myBgColor { background-color: #491200; }

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

This div background color is #491200.


Border color

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

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

This div border color is #491200.


Opacity

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

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

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

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

This text has shadow with #491200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491200 on black background.


Color preview on white background

This text has color #491200 on white background.



Black color preview on #491200 background

This text has black color on #491200 background.


White color preview on #491200 background

This text has white color on #491200 background.