COLOR #491E10

HEX: #491E10
RGB: (73,30,16)

Color info

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

RGB color model

#491E10 color RGB value is (73,30,16).

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

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 16 of 255 = 6%

73
30
16

R + G + B ~ 16%. #491E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 16 = 119 (100%)
R 73 of 119 ~ 61.34%
G 30 of 119 ~ 25.21%
B 16 of 119 ~ 13.45%

%61.34
%25.21
%13.45

CMYK color model

#491E10 color CMYK value is (0,59,78,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(0,59,78,71)
C0M59Y78K71 
(0%,59%,78%,71%)
(0.00/0.59/0.78/0.71)	

CMYK percentages

%0
%58.9
%78.08
%71.37

Codes

Color #491E10 in popluar color models

491E10
RGB733016
HSL15°64.04%17.45%
HSB/HSV15°78.08%28.63%
CMYK0.00%58.90%78.08%
71.37%

Color #491E10 in popluar number systems.

HEX491E10
Decimal733016
Binary10010011111010000
Octal1113620

Shades and tints

Shades of #491E10

#491E10
(73,30,16)
#431C0F
(67,28,15)
#3D1A0E
(61,26,14)
#37180D
(55,24,13)
#31160C
(49,22,12)
#2B140B
(43,20,11)
#25120A
(37,18,10)
#1F1009
(31,16,9)
#190E08
(25,14,8)
#130C07
(19,12,7)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #491E10

#491E10
(73,30,16)
#593225
(89,50,37)
#69463A
(105,70,58)
#795A4F
(121,90,79)
#896E64
(137,110,100)
#998279
(153,130,121)
#A9968E
(169,150,142)
#B9AAA3
(185,170,163)
#C9BEB8
(201,190,184)
#D9D2CD
(217,210,205)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491E10; }

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

This text font color is #491E10.


Background Color

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

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

This div background color is #491E10.


Border color

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

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

This div border color is #491E10.


Opacity

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

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

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

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

This text has shadow with #491E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491E10 on black background.


Color preview on white background

This text has color #491E10 on white background.



Black color preview on #491E10 background

This text has black color on #491E10 background.


White color preview on #491E10 background

This text has white color on #491E10 background.