COLOR #491D1F

HEX: #491D1F
RGB: (73,29,31)

Color info

#491D1F contains red, green and blue colors in about the same proportion. Web safe color of #491D1F is #333333 (or #333).

RGB color model

#491D1F color RGB value is (73,29,31).

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

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 31 of 255 = 12%

73
29
31

R + G + B ~ 17%. #491D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 31 = 133 (100%)
R 73 of 133 ~ 54.89%
G 29 of 133 ~ 21.8%
B 31 of 133 ~ 23.31%

%54.89
%21.8
%23.31

CMYK color model

#491D1F color CMYK value is (0,60,58,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(0,60,58,71)
C0M60Y58K71 
(0%,60%,58%,71%)
(0.00/0.60/0.58/0.71)	

CMYK percentages

%0
%60.27
%57.53
%71.37

Codes

Color #491D1F in popluar color models

491D1F
RGB732931
HSL357°43.14%20.00%
HSB/HSV357°60.27%28.63%
CMYK0.00%60.27%57.53%
71.37%

Color #491D1F in popluar number systems.

HEX491D1F
Decimal732931
Binary10010011110111111
Octal1113537

Shades and tints

Shades of #491D1F

#491D1F
(73,29,31)
#431B1D
(67,27,29)
#3D191B
(61,25,27)
#371719
(55,23,25)
#311517
(49,21,23)
#2B1315
(43,19,21)
#251113
(37,17,19)
#1F0F11
(31,15,17)
#190D0F
(25,13,15)
#130B0D
(19,11,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #491D1F

#491D1F
(73,29,31)
#593133
(89,49,51)
#694547
(105,69,71)
#79595B
(121,89,91)
#896D6F
(137,109,111)
#998183
(153,129,131)
#A99597
(169,149,151)
#B9A9AB
(185,169,171)
#C9BDBF
(201,189,191)
#D9D1D3
(217,209,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D1F; }

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

This text font color is #491D1F.


Background Color

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

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

This div background color is #491D1F.


Border color

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

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

This div border color is #491D1F.


Opacity

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

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

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

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

This text has shadow with #491D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D1F on black background.


Color preview on white background

This text has color #491D1F on white background.



Black color preview on #491D1F background

This text has black color on #491D1F background.


White color preview on #491D1F background

This text has white color on #491D1F background.