COLOR #491D13

HEX: #491D13
RGB: (73,29,19)

Color info

#491D13 contains red, green and blue colors in about the same proportion. Web safe color of #491D13 is #333300 (or #330).

RGB color model

#491D13 color RGB value is (73,29,19).

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

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 19 of 255 = 7%

73
29
19

R + G + B ~ 16%. #491D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 19 = 121 (100%)
R 73 of 121 ~ 60.33%
G 29 of 121 ~ 23.97%
B 19 of 121 ~ 15.7%

%60.33
%23.97
%15.7

CMYK color model

#491D13 color CMYK value is (0,60,74,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 73.97%
  • key color value is 71.37%
CMYK:
(0,60,74,71)
C0M60Y74K71 
(0%,60%,74%,71%)
(0.00/0.60/0.74/0.71)	

CMYK percentages

%0
%60.27
%73.97
%71.37

Codes

Color #491D13 in popluar color models

491D13
RGB732919
HSL11°58.70%18.04%
HSB/HSV11°73.97%28.63%
CMYK0.00%60.27%73.97%
71.37%

Color #491D13 in popluar number systems.

HEX491D13
Decimal732919
Binary10010011110110011
Octal1113523

Shades and tints

Shades of #491D13

#491D13
(73,29,19)
#431B12
(67,27,18)
#3D1911
(61,25,17)
#371710
(55,23,16)
#31150F
(49,21,15)
#2B130E
(43,19,14)
#25110D
(37,17,13)
#1F0F0C
(31,15,12)
#190D0B
(25,13,11)
#130B0A
(19,11,10)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #491D13

#491D13
(73,29,19)
#593128
(89,49,40)
#69453D
(105,69,61)
#795952
(121,89,82)
#896D67
(137,109,103)
#99817C
(153,129,124)
#A99591
(169,149,145)
#B9A9A6
(185,169,166)
#C9BDBB
(201,189,187)
#D9D1D0
(217,209,208)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491D13 color. Also use rgb(73,29,19) instead hex code.

Text Font Color

.myTextColor { color: #491D13; }

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

This text font color is #491D13.


Background Color

.myBgColor { background-color: #491D13; }

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

This div background color is #491D13.


Border color

.myBorderColor { border: 1px solid #491D13; }

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

This div border color is #491D13.


Opacity

.myOpacity80 { color: #491D13; opacity: 0.8; }

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

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

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

This text has shadow with #491D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D13 on black background.


Color preview on white background

This text has color #491D13 on white background.



Black color preview on #491D13 background

This text has black color on #491D13 background.


White color preview on #491D13 background

This text has white color on #491D13 background.