COLOR #491714

HEX: #491714
RGB: (73,23,20)

Color info

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

RGB color model

#491714 color RGB value is (73,23,20).

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

RGB channels and saturation

R 73 of 255 = 29%
G 23 of 255 = 9%
B 20 of 255 = 8%

73
23
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 23 + 20 = 116 (100%)
R 73 of 116 ~ 62.93%
G 23 of 116 ~ 19.83%
B 20 of 116 ~ 17.24%

%62.93
%19.83
%17.24

CMYK color model

#491714 color CMYK value is (0,68,73,71).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(0,68,73,71)
C0M68Y73K71 
(0%,68%,73%,71%)
(0.00/0.68/0.73/0.71)	

CMYK percentages

%0
%68.49
%72.6
%71.37

Codes

Color #491714 in popluar color models

491714
RGB732320
HSL56.99%18.24%
HSB/HSV72.60%28.63%
CMYK0.00%68.49%72.60%
71.37%

Color #491714 in popluar number systems.

HEX491714
Decimal732320
Binary10010011011110100
Octal1112724

Shades and tints

Shades of #491714

#491714
(73,23,20)
#431513
(67,21,19)
#3D1312
(61,19,18)
#371111
(55,17,17)
#310F10
(49,15,16)
#2B0D0F
(43,13,15)
#250B0E
(37,11,14)
#1F090D
(31,9,13)
#19070C
(25,7,12)
#13050B
(19,5,11)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #491714

#491714
(73,23,20)
#592C29
(89,44,41)
#69413E
(105,65,62)
#795653
(121,86,83)
#896B68
(137,107,104)
#99807D
(153,128,125)
#A99592
(169,149,146)
#B9AAA7
(185,170,167)
#C9BFBC
(201,191,188)
#D9D4D1
(217,212,209)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491714; }

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

This text font color is #491714.


Background Color

.myBgColor { background-color: #491714; }

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

This div background color is #491714.


Border color

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

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

This div border color is #491714.


Opacity

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

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

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

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

This text has shadow with #491714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491714 on black background.


Color preview on white background

This text has color #491714 on white background.



Black color preview on #491714 background

This text has black color on #491714 background.


White color preview on #491714 background

This text has white color on #491714 background.