COLOR #491C0B

HEX: #491C0B
RGB: (73,28,11)

Color info

#491C0B contains mainly red and green colors. Web safe color of #491C0B is #333300 (or #330).

RGB color model

#491C0B color RGB value is (73,28,11).

  • red value is 73;
  • green value is 28;
  • blue value is 11.
RGB:
(73,28,11)
(29%,11%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 11 of 255 = 4%

73
28
11

R + G + B ~ 15%. #491C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 11 = 112 (100%)
R 73 of 112 ~ 65.18%
G 28 of 112 ~ 25%
B 11 of 112 ~ 9.82%

%65.18
%25
%9.82

CMYK color model

#491C0B color CMYK value is (0,62,85,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 84.93%
  • key color value is 71.37%
CMYK:
(0,62,85,71)
C0M62Y85K71 
(0%,62%,85%,71%)
(0.00/0.62/0.85/0.71)	

CMYK percentages

%0
%61.64
%84.93
%71.37

Codes

Color #491C0B in popluar color models

491C0B
RGB732811
HSL16°73.81%16.47%
HSB/HSV16°84.93%28.63%
CMYK0.00%61.64%84.93%
71.37%

Color #491C0B in popluar number systems.

HEX491C0B
Decimal732811
Binary1001001111001011
Octal1113413

Shades and tints

Shades of #491C0B

#491C0B
(73,28,11)
#431A0A
(67,26,10)
#3D1809
(61,24,9)
#371608
(55,22,8)
#311407
(49,20,7)
#2B1206
(43,18,6)
#251005
(37,16,5)
#1F0E04
(31,14,4)
#190C03
(25,12,3)
#130A02
(19,10,2)
#0D0801
(13,8,1)
#000000
(0,0,0)

Tints of #491C0B

#491C0B
(73,28,11)
#593021
(89,48,33)
#694437
(105,68,55)
#79584D
(121,88,77)
#896C63
(137,108,99)
#998079
(153,128,121)
#A9948F
(169,148,143)
#B9A8A5
(185,168,165)
#C9BCBB
(201,188,187)
#D9D0D1
(217,208,209)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491C0B color. Also use rgb(73,28,11) instead hex code.

Text Font Color

.myTextColor { color: #491C0B; }

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

This text font color is #491C0B.


Background Color

.myBgColor { background-color: #491C0B; }

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

This div background color is #491C0B.


Border color

.myBorderColor { border: 1px solid #491C0B; }

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

This div border color is #491C0B.


Opacity

.myOpacity80 { color: #491C0B; opacity: 0.8; }

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

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

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

This text has shadow with #491C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491C0B on black background.


Color preview on white background

This text has color #491C0B on white background.



Black color preview on #491C0B background

This text has black color on #491C0B background.


White color preview on #491C0B background

This text has white color on #491C0B background.