COLOR #490F0F

HEX: #490F0F
RGB: (73,15,15)

Color info

#490F0F contains red, green and blue colors in about the same proportion. Web safe color of #490F0F is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

73
15
15

R + G + B ~ 14%. #490F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 15 + 15 = 103 (100%)
R 73 of 103 ~ 70.87%
G 15 of 103 ~ 14.56%
B 15 of 103 ~ 14.56%

%70.87
%14.56
%14.56

CMYK color model

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

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

CMYK percentages

%0
%79.45
%79.45
%71.37

Codes

Color #490F0F in popluar color models

490F0F
RGB731515
HSL65.91%17.25%
HSB/HSV79.45%28.63%
CMYK0.00%79.45%79.45%
71.37%

Color #490F0F in popluar number systems.

HEX490F0F
Decimal731515
Binary100100111111111
Octal1111717

Shades and tints

Shades of #490F0F

#490F0F
(73,15,15)
#430E0E
(67,14,14)
#3D0D0D
(61,13,13)
#370C0C
(55,12,12)
#310B0B
(49,11,11)
#2B0A0A
(43,10,10)
#250909
(37,9,9)
#1F0808
(31,8,8)
#190707
(25,7,7)
#130606
(19,6,6)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #490F0F

#490F0F
(73,15,15)
#592424
(89,36,36)
#693939
(105,57,57)
#794E4E
(121,78,78)
#896363
(137,99,99)
#997878
(153,120,120)
#A98D8D
(169,141,141)
#B9A2A2
(185,162,162)
#C9B7B7
(201,183,183)
#D9CCCC
(217,204,204)
#E9E1E1
(233,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490F0F; }

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

This text font color is #490F0F.


Background Color

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

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

This div background color is #490F0F.


Border color

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

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

This div border color is #490F0F.


Opacity

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

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

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

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

This text has shadow with #490F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490F0F on black background.


Color preview on white background

This text has color #490F0F on white background.



Black color preview on #490F0F background

This text has black color on #490F0F background.


White color preview on #490F0F background

This text has white color on #490F0F background.