COLOR #490508

HEX: #490508
RGB: (73,5,8)

Color info

#490508 contains mainly red color. Web safe color of #490508 is #330000 (or #300).

RGB color model

#490508 color RGB value is (73,5,8).

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

RGB channels and saturation

R 73 of 255 = 29%
G 5 of 255 = 2%
B 8 of 255 = 3%

73
5
8

R + G + B ~ 11%. #490508 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 5 + 8 = 86 (100%)
R 73 of 86 ~ 84.88%
G 5 of 86 ~ 5.81%
B 8 of 86 ~ 9.3%

%84.88

CMYK color model

#490508 color CMYK value is (0,93,89,71).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 89.04%
  • key color value is 71.37%
CMYK:
(0,93,89,71)
C0M93Y89K71 
(0%,93%,89%,71%)
(0.00/0.93/0.89/0.71)	

CMYK percentages

%0
%93.15
%89.04
%71.37

Codes

Color #490508 in popluar color models

490508
RGB7358
HSL357°87.18%15.29%
HSB/HSV357°93.15%28.63%
CMYK0.00%93.15%89.04%
71.37%

Color #490508 in popluar number systems.

HEX490508
Decimal7358
Binary10010011011000
Octal111510

Shades and tints

Shades of #490508

#490508
(73,5,8)
#430508
(67,5,8)
#3D0508
(61,5,8)
#370508
(55,5,8)
#310508
(49,5,8)
#2B0508
(43,5,8)
#250508
(37,5,8)
#1F0508
(31,5,8)
#190508
(25,5,8)
#130508
(19,5,8)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #490508

#490508
(73,5,8)
#591B1E
(89,27,30)
#693134
(105,49,52)
#79474A
(121,71,74)
#895D60
(137,93,96)
#997376
(153,115,118)
#A9898C
(169,137,140)
#B99FA2
(185,159,162)
#C9B5B8
(201,181,184)
#D9CBCE
(217,203,206)
#E9E1E4
(233,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490508; }

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

This text font color is #490508.


Background Color

.myBgColor { background-color: #490508; }

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

This div background color is #490508.


Border color

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

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

This div border color is #490508.


Opacity

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

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

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

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

This text has shadow with #490508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490508 on black background.


Color preview on white background

This text has color #490508 on white background.



Black color preview on #490508 background

This text has black color on #490508 background.


White color preview on #490508 background

This text has white color on #490508 background.