COLOR #491F2C

HEX: #491F2C
RGB: (73,31,44)

Color info

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

RGB color model

#491F2C color RGB value is (73,31,44).

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

RGB channels and saturation

R 73 of 255 = 29%
G 31 of 255 = 12%
B 44 of 255 = 17%

73
31
44

R + G + B ~ 19%. #491F2C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 31 + 44 = 148 (100%)
R 73 of 148 ~ 49.32%
G 31 of 148 ~ 20.95%
B 44 of 148 ~ 29.73%

%49.32
%20.95
%29.73

CMYK color model

#491F2C color CMYK value is (0,58,40,71).

  • cyan value is 0.00%
  • magenta value is 57.53%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK:
(0,58,40,71)
C0M58Y40K71 
(0%,58%,40%,71%)
(0.00/0.58/0.40/0.71)	

CMYK percentages

%0
%57.53
%39.73
%71.37

Codes

Color #491F2C in popluar color models

491F2C
RGB733144
HSL341°40.38%20.39%
HSB/HSV341°57.53%28.63%
CMYK0.00%57.53%39.73%
71.37%

Color #491F2C in popluar number systems.

HEX491F2C
Decimal733144
Binary100100111111101100
Octal1113754

Shades and tints

Shades of #491F2C

#491F2C
(73,31,44)
#431D28
(67,29,40)
#3D1B24
(61,27,36)
#371920
(55,25,32)
#31171C
(49,23,28)
#2B1518
(43,21,24)
#251314
(37,19,20)
#1F1110
(31,17,16)
#190F0C
(25,15,12)
#130D08
(19,13,8)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #491F2C

#491F2C
(73,31,44)
#59333F
(89,51,63)
#694752
(105,71,82)
#795B65
(121,91,101)
#896F78
(137,111,120)
#99838B
(153,131,139)
#A9979E
(169,151,158)
#B9ABB1
(185,171,177)
#C9BFC4
(201,191,196)
#D9D3D7
(217,211,215)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491F2C; }

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

This text font color is #491F2C.


Background Color

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

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

This div background color is #491F2C.


Border color

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

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

This div border color is #491F2C.


Opacity

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

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

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

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

This text has shadow with #491F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491F2C on black background.


Color preview on white background

This text has color #491F2C on white background.



Black color preview on #491F2C background

This text has black color on #491F2C background.


White color preview on #491F2C background

This text has white color on #491F2C background.