COLOR #491D17

HEX: #491D17
RGB: (73,29,23)

Color info

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

RGB color model

#491D17 color RGB value is (73,29,23).

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

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 23 of 255 = 9%

73
29
23

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

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 23 = 125 (100%)
R 73 of 125 ~ 58.4%
G 29 of 125 ~ 23.2%
B 23 of 125 ~ 18.4%

%58.4
%23.2
%18.4

CMYK color model

#491D17 color CMYK value is (0,60,68,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(0,60,68,71)
C0M60Y68K71 
(0%,60%,68%,71%)
(0.00/0.60/0.68/0.71)	

CMYK percentages

%0
%60.27
%68.49
%71.37

Codes

Color #491D17 in popluar color models

491D17
RGB732923
HSL52.08%18.82%
HSB/HSV68.49%28.63%
CMYK0.00%60.27%68.49%
71.37%

Color #491D17 in popluar number systems.

HEX491D17
Decimal732923
Binary10010011110110111
Octal1113527

Shades and tints

Shades of #491D17

#491D17
(73,29,23)
#431B15
(67,27,21)
#3D1913
(61,25,19)
#371711
(55,23,17)
#31150F
(49,21,15)
#2B130D
(43,19,13)
#25110B
(37,17,11)
#1F0F09
(31,15,9)
#190D07
(25,13,7)
#130B05
(19,11,5)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #491D17

#491D17
(73,29,23)
#59312C
(89,49,44)
#694541
(105,69,65)
#795956
(121,89,86)
#896D6B
(137,109,107)
#998180
(153,129,128)
#A99595
(169,149,149)
#B9A9AA
(185,169,170)
#C9BDBF
(201,189,191)
#D9D1D4
(217,209,212)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D17; }

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

This text font color is #491D17.


Background Color

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

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

This div background color is #491D17.


Border color

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

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

This div border color is #491D17.


Opacity

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

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

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

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

This text has shadow with #491D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D17 on black background.


Color preview on white background

This text has color #491D17 on white background.



Black color preview on #491D17 background

This text has black color on #491D17 background.


White color preview on #491D17 background

This text has white color on #491D17 background.