COLOR #491E47

HEX: #491E47
RGB: (73,30,71)

Color info

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

RGB color model

#491E47 color RGB value is (73,30,71).

  • red value is 73;
  • green value is 30;
  • blue value is 71.
RGB:
(73,30,71)
(29%,12%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 71 of 255 = 28%

73
30
71

R + G + B ~ 23%. #491E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 71 = 174 (100%)
R 73 of 174 ~ 41.95%
G 30 of 174 ~ 17.24%
B 71 of 174 ~ 40.8%

%41.95
%17.24
%40.8

CMYK color model

#491E47 color CMYK value is (0,59,3,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 2.74%
  • key color value is 71.37%
CMYK:
(0,59,3,71)
C0M59Y3K71 
(0%,59%,3%,71%)
(0.00/0.59/0.03/0.71)	

CMYK percentages

%0
%58.9
%2.74
%71.37

Codes

Color #491E47 in popluar color models

491E47
RGB733071
HSL303°41.75%20.20%
HSB/HSV303°58.90%28.63%
CMYK0.00%58.90%2.74%
71.37%

Color #491E47 in popluar number systems.

HEX491E47
Decimal733071
Binary1001001111101000111
Octal11136107

Shades and tints

Shades of #491E47

#491E47
(73,30,71)
#431C41
(67,28,65)
#3D1A3B
(61,26,59)
#371835
(55,24,53)
#31162F
(49,22,47)
#2B1429
(43,20,41)
#251223
(37,18,35)
#1F101D
(31,16,29)
#190E17
(25,14,23)
#130C11
(19,12,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #491E47

#491E47
(73,30,71)
#593257
(89,50,87)
#694667
(105,70,103)
#795A77
(121,90,119)
#896E87
(137,110,135)
#998297
(153,130,151)
#A996A7
(169,150,167)
#B9AAB7
(185,170,183)
#C9BEC7
(201,190,199)
#D9D2D7
(217,210,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491E47 color. Also use rgb(73,30,71) instead hex code.

Text Font Color

.myTextColor { color: #491E47; }

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

This text font color is #491E47.


Background Color

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

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

This div background color is #491E47.


Border color

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

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

This div border color is #491E47.


Opacity

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

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

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

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

This text has shadow with #491E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491E47 on black background.


Color preview on white background

This text has color #491E47 on white background.



Black color preview on #491E47 background

This text has black color on #491E47 background.


White color preview on #491E47 background

This text has white color on #491E47 background.