COLOR #491E48

HEX: #491E48
RGB: (73,30,72)

Color info

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

RGB color model

#491E48 color RGB value is (73,30,72).

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

RGB channels and saturation

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

73
30
72

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

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 72 = 175 (100%)
R 73 of 175 ~ 41.71%
G 30 of 175 ~ 17.14%
B 72 of 175 ~ 41.14%

%41.71
%17.14
%41.14

CMYK color model

#491E48 color CMYK value is (0,59,1,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(0,59,1,71)
C0M59Y1K71 
(0%,59%,1%,71%)
(0.00/0.59/0.01/0.71)	

CMYK percentages

%0
%58.9
%1.37
%71.37

Codes

Color #491E48 in popluar color models

491E48
RGB733072
HSL301°41.75%20.20%
HSB/HSV301°58.90%28.63%
CMYK0.00%58.90%1.37%
71.37%

Color #491E48 in popluar number systems.

HEX491E48
Decimal733072
Binary1001001111101001000
Octal11136110

Shades and tints

Shades of #491E48

#491E48
(73,30,72)
#431C42
(67,28,66)
#3D1A3C
(61,26,60)
#371836
(55,24,54)
#311630
(49,22,48)
#2B142A
(43,20,42)
#251224
(37,18,36)
#1F101E
(31,16,30)
#190E18
(25,14,24)
#130C12
(19,12,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #491E48

#491E48
(73,30,72)
#593258
(89,50,88)
#694668
(105,70,104)
#795A78
(121,90,120)
#896E88
(137,110,136)
#998298
(153,130,152)
#A996A8
(169,150,168)
#B9AAB8
(185,170,184)
#C9BEC8
(201,190,200)
#D9D2D8
(217,210,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491E48; }

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

This text font color is #491E48.


Background Color

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

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

This div background color is #491E48.


Border color

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

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

This div border color is #491E48.


Opacity

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

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

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

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

This text has shadow with #491E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491E48 on black background.


Color preview on white background

This text has color #491E48 on white background.



Black color preview on #491E48 background

This text has black color on #491E48 background.


White color preview on #491E48 background

This text has white color on #491E48 background.