COLOR #491553

HEX: #491553
RGB: (73,21,83)

Color info

#491553 contains mainly red and blue colors. Web safe color of #491553 is #330066 (or #306).

RGB color model

#491553 color RGB value is (73,21,83).

  • red value is 73;
  • green value is 21;
  • blue value is 83.
RGB:
(73,21,83)
(29%,8%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 21 of 255 = 8%
B 83 of 255 = 33%

73
21
83

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

Portions of RGB colors in percentages

R + G + B =
73 + 21 + 83 = 177 (100%)
R 73 of 177 ~ 41.24%
G 21 of 177 ~ 11.86%
B 83 of 177 ~ 46.89%

%41.24
%11.86
%46.89

CMYK color model

#491553 color CMYK value is (12,75,0,67).

  • cyan value is 12.05%
  • magenta value is 74.70%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(12,75,0,67)
C12M75Y0K67 
(12%,75%,0%,67%)
(0.12/0.75/0.00/0.67)	

CMYK percentages

%12.05
%74.7
%0
%67.45

Codes

Color #491553 in popluar color models

491553
RGB732183
HSL290°59.62%20.39%
HSB/HSV290°74.70%32.55%
CMYK12.05%74.70%0.00%
67.45%

Color #491553 in popluar number systems.

HEX491553
Decimal732183
Binary1001001101011010011
Octal11125123

Shades and tints

Shades of #491553

#491553
(73,21,83)
#43144C
(67,20,76)
#3D1345
(61,19,69)
#37123E
(55,18,62)
#311137
(49,17,55)
#2B1030
(43,16,48)
#250F29
(37,15,41)
#1F0E22
(31,14,34)
#190D1B
(25,13,27)
#130C14
(19,12,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #491553

#491553
(73,21,83)
#592A62
(89,42,98)
#693F71
(105,63,113)
#795480
(121,84,128)
#89698F
(137,105,143)
#997E9E
(153,126,158)
#A993AD
(169,147,173)
#B9A8BC
(185,168,188)
#C9BDCB
(201,189,203)
#D9D2DA
(217,210,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491553 color. Also use rgb(73,21,83) instead hex code.

Text Font Color

.myTextColor { color: #491553; }

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

This text font color is #491553.


Background Color

.myBgColor { background-color: #491553; }

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

This div background color is #491553.


Border color

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

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

This div border color is #491553.


Opacity

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

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

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

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

This text has shadow with #491553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491553 on black background.


Color preview on white background

This text has color #491553 on white background.



Black color preview on #491553 background

This text has black color on #491553 background.


White color preview on #491553 background

This text has white color on #491553 background.