COLOR #491910

HEX: #491910
RGB: (73,25,16)

Color info

#491910 contains red, green and blue colors in about the same proportion. Web safe color of #491910 is #330000 (or #300).

RGB color model

#491910 color RGB value is (73,25,16).

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

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 16 of 255 = 6%

73
25
16

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

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 16 = 114 (100%)
R 73 of 114 ~ 64.04%
G 25 of 114 ~ 21.93%
B 16 of 114 ~ 14.04%

%64.04
%21.93
%14.04

CMYK color model

#491910 color CMYK value is (0,66,78,71).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(0,66,78,71)
C0M66Y78K71 
(0%,66%,78%,71%)
(0.00/0.66/0.78/0.71)	

CMYK percentages

%0
%65.75
%78.08
%71.37

Codes

Color #491910 in popluar color models

491910
RGB732516
HSL64.04%17.45%
HSB/HSV78.08%28.63%
CMYK0.00%65.75%78.08%
71.37%

Color #491910 in popluar number systems.

HEX491910
Decimal732516
Binary10010011100110000
Octal1113120

Shades and tints

Shades of #491910

#491910
(73,25,16)
#43170F
(67,23,15)
#3D150E
(61,21,14)
#37130D
(55,19,13)
#31110C
(49,17,12)
#2B0F0B
(43,15,11)
#250D0A
(37,13,10)
#1F0B09
(31,11,9)
#190908
(25,9,8)
#130707
(19,7,7)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #491910

#491910
(73,25,16)
#592D25
(89,45,37)
#69413A
(105,65,58)
#79554F
(121,85,79)
#896964
(137,105,100)
#997D79
(153,125,121)
#A9918E
(169,145,142)
#B9A5A3
(185,165,163)
#C9B9B8
(201,185,184)
#D9CDCD
(217,205,205)
#E9E1E2
(233,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491910; }

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

This text font color is #491910.


Background Color

.myBgColor { background-color: #491910; }

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

This div background color is #491910.


Border color

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

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

This div border color is #491910.


Opacity

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

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

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

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

This text has shadow with #491910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491910 on black background.


Color preview on white background

This text has color #491910 on white background.



Black color preview on #491910 background

This text has black color on #491910 background.


White color preview on #491910 background

This text has white color on #491910 background.