COLOR #491509

HEX: #491509
RGB: (73,21,9)

Color info

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

RGB color model

#491509 color RGB value is (73,21,9).

  • red value is 73;
  • green value is 21;
  • blue value is 9.
RGB:
(73,21,9)
(29%,8%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 21 of 255 = 8%
B 9 of 255 = 4%

73
21
9

R + G + B ~ 14%. #491509 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 21 + 9 = 103 (100%)
R 73 of 103 ~ 70.87%
G 21 of 103 ~ 20.39%
B 9 of 103 ~ 8.74%

%70.87
%20.39

CMYK color model

#491509 color CMYK value is (0,71,88,71).

  • cyan value is 0.00%
  • magenta value is 71.23%
  • yellow value is 87.67%
  • key color value is 71.37%
CMYK:
(0,71,88,71)
C0M71Y88K71 
(0%,71%,88%,71%)
(0.00/0.71/0.88/0.71)	

CMYK percentages

%0
%71.23
%87.67
%71.37

Codes

Color #491509 in popluar color models

491509
RGB73219
HSL11°78.05%16.08%
HSB/HSV11°87.67%28.63%
CMYK0.00%71.23%87.67%
71.37%

Color #491509 in popluar number systems.

HEX491509
Decimal73219
Binary1001001101011001
Octal1112511

Shades and tints

Shades of #491509

#491509
(73,21,9)
#431409
(67,20,9)
#3D1309
(61,19,9)
#371209
(55,18,9)
#311109
(49,17,9)
#2B1009
(43,16,9)
#250F09
(37,15,9)
#1F0E09
(31,14,9)
#190D09
(25,13,9)
#130C09
(19,12,9)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #491509

#491509
(73,21,9)
#592A1F
(89,42,31)
#693F35
(105,63,53)
#79544B
(121,84,75)
#896961
(137,105,97)
#997E77
(153,126,119)
#A9938D
(169,147,141)
#B9A8A3
(185,168,163)
#C9BDB9
(201,189,185)
#D9D2CF
(217,210,207)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491509 color. Also use rgb(73,21,9) instead hex code.

Text Font Color

.myTextColor { color: #491509; }

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

This text font color is #491509.


Background Color

.myBgColor { background-color: #491509; }

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

This div background color is #491509.


Border color

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

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

This div border color is #491509.


Opacity

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

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

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

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

This text has shadow with #491509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491509 on black background.


Color preview on white background

This text has color #491509 on white background.



Black color preview on #491509 background

This text has black color on #491509 background.


White color preview on #491509 background

This text has white color on #491509 background.