COLOR #491950

HEX: #491950
RGB: (73,25,80)

Color info

#491950 contains red, green and blue colors in about the same proportion. Web safe color of #491950 is #330066 (or #306).

RGB color model

#491950 color RGB value is (73,25,80).

  • red value is 73;
  • green value is 25;
  • blue value is 80.
RGB:
(73,25,80)
(29%,10%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 80 of 255 = 31%

73
25
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 80 = 178 (100%)
R 73 of 178 ~ 41.01%
G 25 of 178 ~ 14.04%
B 80 of 178 ~ 44.94%

%41.01
%14.04
%44.94

CMYK color model

#491950 color CMYK value is (9,69,0,69).

  • cyan value is 8.75%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,69,0,69)
C9M69Y0K69 
(9%,69%,0%,69%)
(0.09/0.69/0.00/0.69)	

CMYK percentages

%8.75
%68.75
%0
%68.63

Codes

Color #491950 in popluar color models

491950
RGB732580
HSL292°52.38%20.59%
HSB/HSV292°68.75%31.37%
CMYK8.75%68.75%0.00%
68.63%

Color #491950 in popluar number systems.

HEX491950
Decimal732580
Binary1001001110011010000
Octal11131120

Shades and tints

Shades of #491950

#491950
(73,25,80)
#431749
(67,23,73)
#3D1542
(61,21,66)
#37133B
(55,19,59)
#311134
(49,17,52)
#2B0F2D
(43,15,45)
#250D26
(37,13,38)
#1F0B1F
(31,11,31)
#190918
(25,9,24)
#130711
(19,7,17)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #491950

#491950
(73,25,80)
#592D5F
(89,45,95)
#69416E
(105,65,110)
#79557D
(121,85,125)
#89698C
(137,105,140)
#997D9B
(153,125,155)
#A991AA
(169,145,170)
#B9A5B9
(185,165,185)
#C9B9C8
(201,185,200)
#D9CDD7
(217,205,215)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491950 color. Also use rgb(73,25,80) instead hex code.

Text Font Color

.myTextColor { color: #491950; }

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

This text font color is #491950.


Background Color

.myBgColor { background-color: #491950; }

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

This div background color is #491950.


Border color

.myBorderColor { border: 1px solid #491950; }

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

This div border color is #491950.


Opacity

.myOpacity80 { color: #491950; opacity: 0.8; }

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

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

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

This text has shadow with #491950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491950 on black background.


Color preview on white background

This text has color #491950 on white background.



Black color preview on #491950 background

This text has black color on #491950 background.


White color preview on #491950 background

This text has white color on #491950 background.