COLOR #491C36

HEX: #491C36
RGB: (73,28,54)

Color info

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

RGB color model

#491C36 color RGB value is (73,28,54).

  • red value is 73;
  • green value is 28;
  • blue value is 54.
RGB:
(73,28,54)
(29%,11%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 54 of 255 = 21%

73
28
54

R + G + B ~ 20%. #491C36 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 54 = 155 (100%)
R 73 of 155 ~ 47.1%
G 28 of 155 ~ 18.06%
B 54 of 155 ~ 34.84%

%47.1
%18.06
%34.84

CMYK color model

#491C36 color CMYK value is (0,62,26,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(0,62,26,71)
C0M62Y26K71 
(0%,62%,26%,71%)
(0.00/0.62/0.26/0.71)	

CMYK percentages

%0
%61.64
%26.03
%71.37

Codes

Color #491C36 in popluar color models

491C36
RGB732854
HSL325°44.55%19.80%
HSB/HSV325°61.64%28.63%
CMYK0.00%61.64%26.03%
71.37%

Color #491C36 in popluar number systems.

HEX491C36
Decimal732854
Binary100100111100110110
Octal1113466

Shades and tints

Shades of #491C36

#491C36
(73,28,54)
#431A32
(67,26,50)
#3D182E
(61,24,46)
#37162A
(55,22,42)
#311426
(49,20,38)
#2B1222
(43,18,34)
#25101E
(37,16,30)
#1F0E1A
(31,14,26)
#190C16
(25,12,22)
#130A12
(19,10,18)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #491C36

#491C36
(73,28,54)
#593048
(89,48,72)
#69445A
(105,68,90)
#79586C
(121,88,108)
#896C7E
(137,108,126)
#998090
(153,128,144)
#A994A2
(169,148,162)
#B9A8B4
(185,168,180)
#C9BCC6
(201,188,198)
#D9D0D8
(217,208,216)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491C36 color. Also use rgb(73,28,54) instead hex code.

Text Font Color

.myTextColor { color: #491C36; }

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

This text font color is #491C36.


Background Color

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

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

This div background color is #491C36.


Border color

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

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

This div border color is #491C36.


Opacity

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

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

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

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

This text has shadow with #491C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491C36 on black background.


Color preview on white background

This text has color #491C36 on white background.



Black color preview on #491C36 background

This text has black color on #491C36 background.


White color preview on #491C36 background

This text has white color on #491C36 background.