COLOR #490A0F

HEX: #490A0F
RGB: (73,10,15)

Color info

#490A0F contains mainly red and blue colors. Web safe color of #490A0F is #330000 (or #300).

RGB color model

#490A0F color RGB value is (73,10,15).

  • red value is 73;
  • green value is 10;
  • blue value is 15.
RGB:
(73,10,15)
(29%,4%,6%)

RGB channels and saturation

R 73 of 255 = 29%
G 10 of 255 = 4%
B 15 of 255 = 6%

73
10
15

R + G + B ~ 13%. #490A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 10 + 15 = 98 (100%)
R 73 of 98 ~ 74.49%
G 10 of 98 ~ 10.2%
B 15 of 98 ~ 15.31%

%74.49
%10.2
%15.31

CMYK color model

#490A0F color CMYK value is (0,86,79,71).

  • cyan value is 0.00%
  • magenta value is 86.30%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(0,86,79,71)
C0M86Y79K71 
(0%,86%,79%,71%)
(0.00/0.86/0.79/0.71)	

CMYK percentages

%0
%86.3
%79.45
%71.37

Codes

Color #490A0F in popluar color models

490A0F
RGB731015
HSL355°75.90%16.27%
HSB/HSV355°86.30%28.63%
CMYK0.00%86.30%79.45%
71.37%

Color #490A0F in popluar number systems.

HEX490A0F
Decimal731015
Binary100100110101111
Octal1111217

Shades and tints

Shades of #490A0F

#490A0F
(73,10,15)
#430A0E
(67,10,14)
#3D0A0D
(61,10,13)
#370A0C
(55,10,12)
#310A0B
(49,10,11)
#2B0A0A
(43,10,10)
#250A09
(37,10,9)
#1F0A08
(31,10,8)
#190A07
(25,10,7)
#130A06
(19,10,6)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #490A0F

#490A0F
(73,10,15)
#592024
(89,32,36)
#693639
(105,54,57)
#794C4E
(121,76,78)
#896263
(137,98,99)
#997878
(153,120,120)
#A98E8D
(169,142,141)
#B9A4A2
(185,164,162)
#C9BAB7
(201,186,183)
#D9D0CC
(217,208,204)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490A0F; }

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

This text font color is #490A0F.


Background Color

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

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

This div background color is #490A0F.


Border color

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

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

This div border color is #490A0F.


Opacity

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

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

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

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

This text has shadow with #490A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490A0F on black background.


Color preview on white background

This text has color #490A0F on white background.



Black color preview on #490A0F background

This text has black color on #490A0F background.


White color preview on #490A0F background

This text has white color on #490A0F background.