COLOR #491D3B

HEX: #491D3B
RGB: (73,29,59)

Color info

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

RGB color model

#491D3B color RGB value is (73,29,59).

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

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 59 of 255 = 23%

73
29
59

R + G + B ~ 21%. #491D3B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 59 = 161 (100%)
R 73 of 161 ~ 45.34%
G 29 of 161 ~ 18.01%
B 59 of 161 ~ 36.65%

%45.34
%18.01
%36.65

CMYK color model

#491D3B color CMYK value is (0,60,19,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(0,60,19,71)
C0M60Y19K71 
(0%,60%,19%,71%)
(0.00/0.60/0.19/0.71)	

CMYK percentages

%0
%60.27
%19.18
%71.37

Codes

Color #491D3B in popluar color models

491D3B
RGB732959
HSL319°43.14%20.00%
HSB/HSV319°60.27%28.63%
CMYK0.00%60.27%19.18%
71.37%

Color #491D3B in popluar number systems.

HEX491D3B
Decimal732959
Binary100100111101111011
Octal1113573

Shades and tints

Shades of #491D3B

#491D3B
(73,29,59)
#431B36
(67,27,54)
#3D1931
(61,25,49)
#37172C
(55,23,44)
#311527
(49,21,39)
#2B1322
(43,19,34)
#25111D
(37,17,29)
#1F0F18
(31,15,24)
#190D13
(25,13,19)
#130B0E
(19,11,14)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #491D3B

#491D3B
(73,29,59)
#59314C
(89,49,76)
#69455D
(105,69,93)
#79596E
(121,89,110)
#896D7F
(137,109,127)
#998190
(153,129,144)
#A995A1
(169,149,161)
#B9A9B2
(185,169,178)
#C9BDC3
(201,189,195)
#D9D1D4
(217,209,212)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D3B; }

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

This text font color is #491D3B.


Background Color

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

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

This div background color is #491D3B.


Border color

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

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

This div border color is #491D3B.


Opacity

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

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

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

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

This text has shadow with #491D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D3B on black background.


Color preview on white background

This text has color #491D3B on white background.



Black color preview on #491D3B background

This text has black color on #491D3B background.


White color preview on #491D3B background

This text has white color on #491D3B background.