COLOR #490818

HEX: #490818
RGB: (73,8,24)

Color info

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

RGB color model

#490818 color RGB value is (73,8,24).

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

RGB channels and saturation

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

73
8
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 8 + 24 = 105 (100%)
R 73 of 105 ~ 69.52%
G 8 of 105 ~ 7.62%
B 24 of 105 ~ 22.86%

%69.52
%22.86

CMYK color model

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

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

CMYK percentages

%0
%89.04
%67.12
%71.37

Codes

Color #490818 in popluar color models

490818
RGB73824
HSL345°80.25%15.88%
HSB/HSV345°89.04%28.63%
CMYK0.00%89.04%67.12%
71.37%

Color #490818 in popluar number systems.

HEX490818
Decimal73824
Binary1001001100011000
Octal1111030

Shades and tints

Shades of #490818

#490818
(73,8,24)
#430816
(67,8,22)
#3D0814
(61,8,20)
#370812
(55,8,18)
#310810
(49,8,16)
#2B080E
(43,8,14)
#25080C
(37,8,12)
#1F080A
(31,8,10)
#190808
(25,8,8)
#130806
(19,8,6)
#0D0804
(13,8,4)
#000000
(0,0,0)

Tints of #490818

#490818
(73,8,24)
#591E2D
(89,30,45)
#693442
(105,52,66)
#794A57
(121,74,87)
#89606C
(137,96,108)
#997681
(153,118,129)
#A98C96
(169,140,150)
#B9A2AB
(185,162,171)
#C9B8C0
(201,184,192)
#D9CED5
(217,206,213)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490818; }

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

This text font color is #490818.


Background Color

.myBgColor { background-color: #490818; }

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

This div background color is #490818.


Border color

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

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

This div border color is #490818.


Opacity

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

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

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

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

This text has shadow with #490818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490818 on black background.


Color preview on white background

This text has color #490818 on white background.



Black color preview on #490818 background

This text has black color on #490818 background.


White color preview on #490818 background

This text has white color on #490818 background.