COLOR #491F35

HEX: #491F35
RGB: (73,31,53)

Color info

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

RGB color model

#491F35 color RGB value is (73,31,53).

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

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 53 of 255 = 21%

73
31
53

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

Portions of RGB colors in percentages

R + G + B =
73 + 31 + 53 = 157 (100%)
R 73 of 157 ~ 46.5%
G 31 of 157 ~ 19.75%
B 53 of 157 ~ 33.76%

%46.5
%19.75
%33.76

CMYK color model

#491F35 color CMYK value is (0,58,27,71).

  • cyan value is 0.00%
  • magenta value is 57.53%
  • yellow value is 27.40%
  • key color value is 71.37%
CMYK:
(0,58,27,71)
C0M58Y27K71 
(0%,58%,27%,71%)
(0.00/0.58/0.27/0.71)	

CMYK percentages

%0
%57.53
%27.4
%71.37

Codes

Color #491F35 in popluar color models

491F35
RGB733153
HSL329°40.38%20.39%
HSB/HSV329°57.53%28.63%
CMYK0.00%57.53%27.40%
71.37%

Color #491F35 in popluar number systems.

HEX491F35
Decimal733153
Binary100100111111110101
Octal1113765

Shades and tints

Shades of #491F35

#491F35
(73,31,53)
#431D31
(67,29,49)
#3D1B2D
(61,27,45)
#371929
(55,25,41)
#311725
(49,23,37)
#2B1521
(43,21,33)
#25131D
(37,19,29)
#1F1119
(31,17,25)
#190F15
(25,15,21)
#130D11
(19,13,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #491F35

#491F35
(73,31,53)
#593347
(89,51,71)
#694759
(105,71,89)
#795B6B
(121,91,107)
#896F7D
(137,111,125)
#99838F
(153,131,143)
#A997A1
(169,151,161)
#B9ABB3
(185,171,179)
#C9BFC5
(201,191,197)
#D9D3D7
(217,211,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491F35; }

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

This text font color is #491F35.


Background Color

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

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

This div background color is #491F35.


Border color

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

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

This div border color is #491F35.


Opacity

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

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

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

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

This text has shadow with #491F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491F35 on black background.


Color preview on white background

This text has color #491F35 on white background.



Black color preview on #491F35 background

This text has black color on #491F35 background.


White color preview on #491F35 background

This text has white color on #491F35 background.