COLOR #491808

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
24
8

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

Portions of RGB colors in percentages

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

%69.52
%22.86

CMYK color model

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

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

CMYK percentages

%0
%67.12
%89.04
%71.37

Codes

Color #491808 in popluar color models

491808
RGB73248
HSL15°80.25%15.88%
HSB/HSV15°89.04%28.63%
CMYK0.00%67.12%89.04%
71.37%

Color #491808 in popluar number systems.

HEX491808
Decimal73248
Binary1001001110001000
Octal1113010

Shades and tints

Shades of #491808

#491808
(73,24,8)
#431608
(67,22,8)
#3D1408
(61,20,8)
#371208
(55,18,8)
#311008
(49,16,8)
#2B0E08
(43,14,8)
#250C08
(37,12,8)
#1F0A08
(31,10,8)
#190808
(25,8,8)
#130608
(19,6,8)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #491808

#491808
(73,24,8)
#592D1E
(89,45,30)
#694234
(105,66,52)
#79574A
(121,87,74)
#896C60
(137,108,96)
#998176
(153,129,118)
#A9968C
(169,150,140)
#B9ABA2
(185,171,162)
#C9C0B8
(201,192,184)
#D9D5CE
(217,213,206)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491808; }

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

This text font color is #491808.


Background Color

.myBgColor { background-color: #491808; }

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

This div background color is #491808.


Border color

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

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

This div border color is #491808.


Opacity

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

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

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

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

This text has shadow with #491808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491808 on black background.


Color preview on white background

This text has color #491808 on white background.



Black color preview on #491808 background

This text has black color on #491808 background.


White color preview on #491808 background

This text has white color on #491808 background.