COLOR #491C37

HEX: #491C37
RGB: (73,28,55)

Color info

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

RGB color model

#491C37 color RGB value is (73,28,55).

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

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 55 of 255 = 22%

73
28
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 55 = 156 (100%)
R 73 of 156 ~ 46.79%
G 28 of 156 ~ 17.95%
B 55 of 156 ~ 35.26%

%46.79
%17.95
%35.26

CMYK color model

#491C37 color CMYK value is (0,62,25,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,62,25,71)
C0M62Y25K71 
(0%,62%,25%,71%)
(0.00/0.62/0.25/0.71)	

CMYK percentages

%0
%61.64
%24.66
%71.37

Codes

Color #491C37 in popluar color models

491C37
RGB732855
HSL324°44.55%19.80%
HSB/HSV324°61.64%28.63%
CMYK0.00%61.64%24.66%
71.37%

Color #491C37 in popluar number systems.

HEX491C37
Decimal732855
Binary100100111100110111
Octal1113467

Shades and tints

Shades of #491C37

#491C37
(73,28,55)
#431A32
(67,26,50)
#3D182D
(61,24,45)
#371628
(55,22,40)
#311423
(49,20,35)
#2B121E
(43,18,30)
#251019
(37,16,25)
#1F0E14
(31,14,20)
#190C0F
(25,12,15)
#130A0A
(19,10,10)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #491C37

#491C37
(73,28,55)
#593049
(89,48,73)
#69445B
(105,68,91)
#79586D
(121,88,109)
#896C7F
(137,108,127)
#998091
(153,128,145)
#A994A3
(169,148,163)
#B9A8B5
(185,168,181)
#C9BCC7
(201,188,199)
#D9D0D9
(217,208,217)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491C37; }

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

This text font color is #491C37.


Background Color

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

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

This div background color is #491C37.


Border color

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

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

This div border color is #491C37.


Opacity

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

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

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

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

This text has shadow with #491C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491C37 on black background.


Color preview on white background

This text has color #491C37 on white background.



Black color preview on #491C37 background

This text has black color on #491C37 background.


White color preview on #491C37 background

This text has white color on #491C37 background.