COLOR #490816

HEX: #490816
RGB: (73,8,22)

Color info

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

RGB color model

#490816 color RGB value is (73,8,22).

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

RGB channels and saturation

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

73
8
22

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

Portions of RGB colors in percentages

R + G + B =
73 + 8 + 22 = 103 (100%)
R 73 of 103 ~ 70.87%
G 8 of 103 ~ 7.77%
B 22 of 103 ~ 21.36%

%70.87
%21.36

CMYK color model

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

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

CMYK percentages

%0
%89.04
%69.86
%71.37

Codes

Color #490816 in popluar color models

490816
RGB73822
HSL347°80.25%15.88%
HSB/HSV347°89.04%28.63%
CMYK0.00%89.04%69.86%
71.37%

Color #490816 in popluar number systems.

HEX490816
Decimal73822
Binary1001001100010110
Octal1111026

Shades and tints

Shades of #490816

#490816
(73,8,22)
#430814
(67,8,20)
#3D0812
(61,8,18)
#370810
(55,8,16)
#31080E
(49,8,14)
#2B080C
(43,8,12)
#25080A
(37,8,10)
#1F0808
(31,8,8)
#190806
(25,8,6)
#130804
(19,8,4)
#0D0802
(13,8,2)
#000000
(0,0,0)

Tints of #490816

#490816
(73,8,22)
#591E2B
(89,30,43)
#693440
(105,52,64)
#794A55
(121,74,85)
#89606A
(137,96,106)
#99767F
(153,118,127)
#A98C94
(169,140,148)
#B9A2A9
(185,162,169)
#C9B8BE
(201,184,190)
#D9CED3
(217,206,211)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490816; }

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

This text font color is #490816.


Background Color

.myBgColor { background-color: #490816; }

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

This div background color is #490816.


Border color

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

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

This div border color is #490816.


Opacity

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

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

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

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

This text has shadow with #490816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490816 on black background.


Color preview on white background

This text has color #490816 on white background.



Black color preview on #490816 background

This text has black color on #490816 background.


White color preview on #490816 background

This text has white color on #490816 background.