COLOR #491108

HEX: #491108
RGB: (73,17,8)

Color info

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

RGB color model

#491108 color RGB value is (73,17,8).

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

RGB channels and saturation

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

73
17
8

R + G + B ~ 13%. #491108 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 17 + 8 = 98 (100%)
R 73 of 98 ~ 74.49%
G 17 of 98 ~ 17.35%
B 8 of 98 ~ 8.16%

%74.49
%17.35

CMYK color model

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

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

CMYK percentages

%0
%76.71
%89.04
%71.37

Codes

Color #491108 in popluar color models

491108
RGB73178
HSL80.25%15.88%
HSB/HSV89.04%28.63%
CMYK0.00%76.71%89.04%
71.37%

Color #491108 in popluar number systems.

HEX491108
Decimal73178
Binary1001001100011000
Octal1112110

Shades and tints

Shades of #491108

#491108
(73,17,8)
#431008
(67,16,8)
#3D0F08
(61,15,8)
#370E08
(55,14,8)
#310D08
(49,13,8)
#2B0C08
(43,12,8)
#250B08
(37,11,8)
#1F0A08
(31,10,8)
#190908
(25,9,8)
#130808
(19,8,8)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #491108

#491108
(73,17,8)
#59261E
(89,38,30)
#693B34
(105,59,52)
#79504A
(121,80,74)
#896560
(137,101,96)
#997A76
(153,122,118)
#A98F8C
(169,143,140)
#B9A4A2
(185,164,162)
#C9B9B8
(201,185,184)
#D9CECE
(217,206,206)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491108; }

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

This text font color is #491108.


Background Color

.myBgColor { background-color: #491108; }

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

This div background color is #491108.


Border color

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

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

This div border color is #491108.


Opacity

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

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

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

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

This text has shadow with #491108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491108 on black background.


Color preview on white background

This text has color #491108 on white background.



Black color preview on #491108 background

This text has black color on #491108 background.


White color preview on #491108 background

This text has white color on #491108 background.