COLOR #491D10

HEX: #491D10
RGB: (73,29,16)

Color info

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

RGB color model

#491D10 color RGB value is (73,29,16).

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

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 16 of 255 = 6%

73
29
16

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

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 16 = 118 (100%)
R 73 of 118 ~ 61.86%
G 29 of 118 ~ 24.58%
B 16 of 118 ~ 13.56%

%61.86
%24.58
%13.56

CMYK color model

#491D10 color CMYK value is (0,60,78,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(0,60,78,71)
C0M60Y78K71 
(0%,60%,78%,71%)
(0.00/0.60/0.78/0.71)	

CMYK percentages

%0
%60.27
%78.08
%71.37

Codes

Color #491D10 in popluar color models

491D10
RGB732916
HSL14°64.04%17.45%
HSB/HSV14°78.08%28.63%
CMYK0.00%60.27%78.08%
71.37%

Color #491D10 in popluar number systems.

HEX491D10
Decimal732916
Binary10010011110110000
Octal1113520

Shades and tints

Shades of #491D10

#491D10
(73,29,16)
#431B0F
(67,27,15)
#3D190E
(61,25,14)
#37170D
(55,23,13)
#31150C
(49,21,12)
#2B130B
(43,19,11)
#25110A
(37,17,10)
#1F0F09
(31,15,9)
#190D08
(25,13,8)
#130B07
(19,11,7)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #491D10

#491D10
(73,29,16)
#593125
(89,49,37)
#69453A
(105,69,58)
#79594F
(121,89,79)
#896D64
(137,109,100)
#998179
(153,129,121)
#A9958E
(169,149,142)
#B9A9A3
(185,169,163)
#C9BDB8
(201,189,184)
#D9D1CD
(217,209,205)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491D10 color. Also use rgb(73,29,16) instead hex code.

Text Font Color

.myTextColor { color: #491D10; }

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

This text font color is #491D10.


Background Color

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

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

This div background color is #491D10.


Border color

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

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

This div border color is #491D10.


Opacity

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

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

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

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

This text has shadow with #491D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D10 on black background.


Color preview on white background

This text has color #491D10 on white background.



Black color preview on #491D10 background

This text has black color on #491D10 background.


White color preview on #491D10 background

This text has white color on #491D10 background.