COLOR #490808

HEX: #490808
RGB: (73,8,8)

Color info

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

RGB color model

#490808 color RGB value is (73,8,8).

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

RGB channels and saturation

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

73
8
8

R + G + B ~ 12%. #490808 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 8 + 8 = 89 (100%)
R 73 of 89 ~ 82.02%
G 8 of 89 ~ 8.99%
B 8 of 89 ~ 8.99%

%82.02

CMYK color model

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

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

CMYK percentages

%0
%89.04
%89.04
%71.37

Codes

Color #490808 in popluar color models

490808
RGB7388
HSL80.25%15.88%
HSB/HSV89.04%28.63%
CMYK0.00%89.04%89.04%
71.37%

Color #490808 in popluar number systems.

HEX490808
Decimal7388
Binary100100110001000
Octal1111010

Shades and tints

Shades of #490808

#490808
(73,8,8)
#430808
(67,8,8)
#3D0808
(61,8,8)
#370808
(55,8,8)
#310808
(49,8,8)
#2B0808
(43,8,8)
#250808
(37,8,8)
#1F0808
(31,8,8)
#190808
(25,8,8)
#130808
(19,8,8)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #490808

#490808
(73,8,8)
#591E1E
(89,30,30)
#693434
(105,52,52)
#794A4A
(121,74,74)
#896060
(137,96,96)
#997676
(153,118,118)
#A98C8C
(169,140,140)
#B9A2A2
(185,162,162)
#C9B8B8
(201,184,184)
#D9CECE
(217,206,206)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490808; }

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

This text font color is #490808.


Background Color

.myBgColor { background-color: #490808; }

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

This div background color is #490808.


Border color

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

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

This div border color is #490808.


Opacity

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

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

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

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

This text has shadow with #490808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490808 on black background.


Color preview on white background

This text has color #490808 on white background.



Black color preview on #490808 background

This text has black color on #490808 background.


White color preview on #490808 background

This text has white color on #490808 background.