COLOR #491C0F

HEX: #491C0F
RGB: (73,28,15)

Color info

#491C0F contains red, green and blue colors in about the same proportion. Web safe color of #491C0F is #333300 (or #330).

RGB color model

#491C0F color RGB value is (73,28,15).

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

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 15 of 255 = 6%

73
28
15

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

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 15 = 116 (100%)
R 73 of 116 ~ 62.93%
G 28 of 116 ~ 24.14%
B 15 of 116 ~ 12.93%

%62.93
%24.14
%12.93

CMYK color model

#491C0F color CMYK value is (0,62,79,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(0,62,79,71)
C0M62Y79K71 
(0%,62%,79%,71%)
(0.00/0.62/0.79/0.71)	

CMYK percentages

%0
%61.64
%79.45
%71.37

Codes

Color #491C0F in popluar color models

491C0F
RGB732815
HSL13°65.91%17.25%
HSB/HSV13°79.45%28.63%
CMYK0.00%61.64%79.45%
71.37%

Color #491C0F in popluar number systems.

HEX491C0F
Decimal732815
Binary1001001111001111
Octal1113417

Shades and tints

Shades of #491C0F

#491C0F
(73,28,15)
#431A0E
(67,26,14)
#3D180D
(61,24,13)
#37160C
(55,22,12)
#31140B
(49,20,11)
#2B120A
(43,18,10)
#251009
(37,16,9)
#1F0E08
(31,14,8)
#190C07
(25,12,7)
#130A06
(19,10,6)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #491C0F

#491C0F
(73,28,15)
#593024
(89,48,36)
#694439
(105,68,57)
#79584E
(121,88,78)
#896C63
(137,108,99)
#998078
(153,128,120)
#A9948D
(169,148,141)
#B9A8A2
(185,168,162)
#C9BCB7
(201,188,183)
#D9D0CC
(217,208,204)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491C0F; }

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

This text font color is #491C0F.


Background Color

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

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

This div background color is #491C0F.


Border color

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

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

This div border color is #491C0F.


Opacity

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

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

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

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

This text has shadow with #491C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491C0F on black background.


Color preview on white background

This text has color #491C0F on white background.



Black color preview on #491C0F background

This text has black color on #491C0F background.


White color preview on #491C0F background

This text has white color on #491C0F background.