COLOR #491951

HEX: #491951
RGB: (73,25,81)

Color info

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

RGB color model

#491951 color RGB value is (73,25,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 81 of 255 = 32%

73
25
81

R + G + B ~ 24%. #491951 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 81 = 179 (100%)
R 73 of 179 ~ 40.78%
G 25 of 179 ~ 13.97%
B 81 of 179 ~ 45.25%

%40.78
%13.97
%45.25

CMYK color model

#491951 color CMYK value is (10,69,0,68).

  • cyan value is 9.88%
  • magenta value is 69.14%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,69,0,68)
C10M69Y0K68 
(10%,69%,0%,68%)
(0.10/0.69/0.00/0.68)	

CMYK percentages

%9.88
%69.14
%0
%68.24

Codes

Color #491951 in popluar color models

491951
RGB732581
HSL291°52.83%20.78%
HSB/HSV291°69.14%31.76%
CMYK9.88%69.14%0.00%
68.24%

Color #491951 in popluar number systems.

HEX491951
Decimal732581
Binary1001001110011010001
Octal11131121

Shades and tints

Shades of #491951

#491951
(73,25,81)
#43174A
(67,23,74)
#3D1543
(61,21,67)
#37133C
(55,19,60)
#311135
(49,17,53)
#2B0F2E
(43,15,46)
#250D27
(37,13,39)
#1F0B20
(31,11,32)
#190919
(25,9,25)
#130712
(19,7,18)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #491951

#491951
(73,25,81)
#592D60
(89,45,96)
#69416F
(105,65,111)
#79557E
(121,85,126)
#89698D
(137,105,141)
#997D9C
(153,125,156)
#A991AB
(169,145,171)
#B9A5BA
(185,165,186)
#C9B9C9
(201,185,201)
#D9CDD8
(217,205,216)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491951; }

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

This text font color is #491951.


Background Color

.myBgColor { background-color: #491951; }

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

This div background color is #491951.


Border color

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

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

This div border color is #491951.


Opacity

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

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

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

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

This text has shadow with #491951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491951 on black background.


Color preview on white background

This text has color #491951 on white background.



Black color preview on #491951 background

This text has black color on #491951 background.


White color preview on #491951 background

This text has white color on #491951 background.