COLOR #491716

HEX: #491716
RGB: (73,23,22)

Color info

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

RGB color model

#491716 color RGB value is (73,23,22).

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

RGB channels and saturation

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

73
23
22

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

Portions of RGB colors in percentages

R + G + B =
73 + 23 + 22 = 118 (100%)
R 73 of 118 ~ 61.86%
G 23 of 118 ~ 19.49%
B 22 of 118 ~ 18.64%

%61.86
%19.49
%18.64

CMYK color model

#491716 color CMYK value is (0,68,70,71).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 69.86%
  • key color value is 71.37%
CMYK:
(0,68,70,71)
C0M68Y70K71 
(0%,68%,70%,71%)
(0.00/0.68/0.70/0.71)	

CMYK percentages

%0
%68.49
%69.86
%71.37

Codes

Color #491716 in popluar color models

491716
RGB732322
HSL53.68%18.63%
HSB/HSV69.86%28.63%
CMYK0.00%68.49%69.86%
71.37%

Color #491716 in popluar number systems.

HEX491716
Decimal732322
Binary10010011011110110
Octal1112726

Shades and tints

Shades of #491716

#491716
(73,23,22)
#431514
(67,21,20)
#3D1312
(61,19,18)
#371110
(55,17,16)
#310F0E
(49,15,14)
#2B0D0C
(43,13,12)
#250B0A
(37,11,10)
#1F0908
(31,9,8)
#190706
(25,7,6)
#130504
(19,5,4)
#0D0302
(13,3,2)
#000000
(0,0,0)

Tints of #491716

#491716
(73,23,22)
#592C2B
(89,44,43)
#694140
(105,65,64)
#795655
(121,86,85)
#896B6A
(137,107,106)
#99807F
(153,128,127)
#A99594
(169,149,148)
#B9AAA9
(185,170,169)
#C9BFBE
(201,191,190)
#D9D4D3
(217,212,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491716; }

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

This text font color is #491716.


Background Color

.myBgColor { background-color: #491716; }

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

This div background color is #491716.


Border color

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

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

This div border color is #491716.


Opacity

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

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

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

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

This text has shadow with #491716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491716 on black background.


Color preview on white background

This text has color #491716 on white background.



Black color preview on #491716 background

This text has black color on #491716 background.


White color preview on #491716 background

This text has white color on #491716 background.