COLOR #491F40

HEX: #491F40
RGB: (73,31,64)

Color info

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

RGB color model

#491F40 color RGB value is (73,31,64).

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

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 64 of 255 = 25%

73
31
64

R + G + B ~ 22%. #491F40 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 31 + 64 = 168 (100%)
R 73 of 168 ~ 43.45%
G 31 of 168 ~ 18.45%
B 64 of 168 ~ 38.1%

%43.45
%18.45
%38.1

CMYK color model

#491F40 color CMYK value is (0,58,12,71).

  • cyan value is 0.00%
  • magenta value is 57.53%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(0,58,12,71)
C0M58Y12K71 
(0%,58%,12%,71%)
(0.00/0.58/0.12/0.71)	

CMYK percentages

%0
%57.53
%12.33
%71.37

Codes

Color #491F40 in popluar color models

491F40
RGB733164
HSL313°40.38%20.39%
HSB/HSV313°57.53%28.63%
CMYK0.00%57.53%12.33%
71.37%

Color #491F40 in popluar number systems.

HEX491F40
Decimal733164
Binary1001001111111000000
Octal11137100

Shades and tints

Shades of #491F40

#491F40
(73,31,64)
#431D3B
(67,29,59)
#3D1B36
(61,27,54)
#371931
(55,25,49)
#31172C
(49,23,44)
#2B1527
(43,21,39)
#251322
(37,19,34)
#1F111D
(31,17,29)
#190F18
(25,15,24)
#130D13
(19,13,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #491F40

#491F40
(73,31,64)
#593351
(89,51,81)
#694762
(105,71,98)
#795B73
(121,91,115)
#896F84
(137,111,132)
#998395
(153,131,149)
#A997A6
(169,151,166)
#B9ABB7
(185,171,183)
#C9BFC8
(201,191,200)
#D9D3D9
(217,211,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491F40; }

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

This text font color is #491F40.


Background Color

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

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

This div background color is #491F40.


Border color

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

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

This div border color is #491F40.


Opacity

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

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

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

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

This text has shadow with #491F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491F40 on black background.


Color preview on white background

This text has color #491F40 on white background.



Black color preview on #491F40 background

This text has black color on #491F40 background.


White color preview on #491F40 background

This text has white color on #491F40 background.