COLOR #490A3C

HEX: #490A3C RGB: (73,10,60)

Color info

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

RGB color model

#490A3C color RGB value is (73,10,60).

RGB: (73,10,60) (29%, 4%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 10 of 255 = 4%
B 60 of 255 = 24%

73
10
60

R + G + B ~ 19%. #490A3C is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 10 + 60 = 143 (100%)
R 73 of 143 ~ 51.05%
G 10 of 143 ~ 6.99%
B 60 of 143 ~ 41.96'%

%51.05
%41.96

CMYK color model

#490A3C color CMYK value is (0,86,18,71).

  • cyan value is 0.00%
  • magenta value is 86.30%
  • yellow value is 17.81%
  • key color value is 71.37%

CMYK: (0,86,18,71)
C0M86Y18K71 (0%, 86%, 18%, 71%)
(0.00 / 0.86 / 0.18 / 0.71)

CMYK percentages

%0
%86.3
%17.81
%71.37

Codes

Color #490A3C in popluar color models

49 0A 3C
RGB 73 10 60
HSL 312° 75.90% 16.27%
HSB/HSV 312° 86.30% 28.63%
CMYK 0.00% 86.30% 17.81%
71.37%

Color #490A3C in popluar number systems.

HEX 49 0A 3C
Decimal 73 10 60
Binary 1001001 1010 111100
Octal 111 12 74

Shades and tints

Shades of #490A3C

#490A3C
(73,10,60)
#430A37
(67,10,55)
#3D0A32
(61,10,50)
#370A2D
(55,10,45)
#310A28
(49,10,40)
#2B0A23
(43,10,35)
#250A1E
(37,10,30)
#1F0A19
(31,10,25)
#190A14
(25,10,20)
#130A0F
(19,10,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #490A3C

#490A3C
(73,10,60)
#59204D
(89,32,77)
#69365E
(105,54,94)
#794C6F
(121,76,111)
#896280
(137,98,128)
#997891
(153,120,145)
#A98EA2
(169,142,162)
#B9A4B3
(185,164,179)
#C9BAC4
(201,186,196)
#D9D0D5
(217,208,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490A3C color. Also use rgb(73,10,60) instead hex code.

Text Font Color

.myTextColor { color: #490A3C; }

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

This text font color is #490A3C.

Background Color

.myBgColor { background-color: #490A3C; }

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

This div background color is #490A3C.

Border color

.myBorderColor { border: 1px solid #490A3C; }

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

This div border color is #490A3C.

Opacity

.myOpacity80 { color: #490A3C; opacity: 0.8; }

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

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

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

This text has shadow with #490A3C color.


.textShadow {text-shadow: 3px 3px 1px #490A3C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #490A3C; -webkit-box-shadow: 1px 1px 3px 2px #490A3C; box-shadow:1px 1px 3px 2px #490A3C;">
Div content here
</div>

This div box has shadow with color #490A3C.

Preview

Color preview on black background

This text has color #490A3C on black background.


Color preview on white background

This text has color #490A3C on white background.


Black color preview on #490A3C background

This text has black color on #490A3C background.


White color preview on #490A3C background

This text has white color on #490A3C background.


Related colors

Complementary color

Complementary color for #hex is #B6F5C3.


I love getcolorcode.com

Triadic colors

1 #3C490A and #0A3C49 with #490A3C are triadic colors.

2 #3C0A49 and #0A493C with #490A3C are triadic colors.