COLOR #490537

HEX: #490537
RGB: (73,5,55)

Color info

#490537 contains mainly red and blue colors. Web safe color of #490537 is #330033 (or #303).

RGB color model

#490537 color RGB value is (73,5,55).

  • red value is 73;
  • green value is 5;
  • blue value is 55.
RGB:
(73,5,55)
(29%,2%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 5 of 255 = 2%
B 55 of 255 = 22%

73
5
55

R + G + B ~ 18%. #490537 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 5 + 55 = 133 (100%)
R 73 of 133 ~ 54.89%
G 5 of 133 ~ 3.76%
B 55 of 133 ~ 41.35%

%54.89
%41.35

CMYK color model

#490537 color CMYK value is (0,93,25,71).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,93,25,71)
C0M93Y25K71 
(0%,93%,25%,71%)
(0.00/0.93/0.25/0.71)	

CMYK percentages

%0
%93.15
%24.66
%71.37

Codes

Color #490537 in popluar color models

490537
RGB73555
HSL316°87.18%15.29%
HSB/HSV316°93.15%28.63%
CMYK0.00%93.15%24.66%
71.37%

Color #490537 in popluar number systems.

HEX490537
Decimal73555
Binary1001001101110111
Octal111567

Shades and tints

Shades of #490537

#490537
(73,5,55)
#430532
(67,5,50)
#3D052D
(61,5,45)
#370528
(55,5,40)
#310523
(49,5,35)
#2B051E
(43,5,30)
#250519
(37,5,25)
#1F0514
(31,5,20)
#19050F
(25,5,15)
#13050A
(19,5,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #490537

#490537
(73,5,55)
#591B49
(89,27,73)
#69315B
(105,49,91)
#79476D
(121,71,109)
#895D7F
(137,93,127)
#997391
(153,115,145)
#A989A3
(169,137,163)
#B99FB5
(185,159,181)
#C9B5C7
(201,181,199)
#D9CBD9
(217,203,217)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490537 color. Also use rgb(73,5,55) instead hex code.

Text Font Color

.myTextColor { color: #490537; }

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

This text font color is #490537.


Background Color

.myBgColor { background-color: #490537; }

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

This div background color is #490537.


Border color

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

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

This div border color is #490537.


Opacity

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

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

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

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

This text has shadow with #490537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490537 on black background.


Color preview on white background

This text has color #490537 on white background.



Black color preview on #490537 background

This text has black color on #490537 background.


White color preview on #490537 background

This text has white color on #490537 background.