COLOR #491E1C

HEX: #491E1C
RGB: (73,30,28)

Color info

#491E1C contains red, green and blue colors in about the same proportion. Web safe color of #491E1C is #333333 (or #333).

RGB color model

#491E1C color RGB value is (73,30,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 28 of 255 = 11%

73
30
28

R + G + B ~ 17%. #491E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 28 = 131 (100%)
R 73 of 131 ~ 55.73%
G 30 of 131 ~ 22.9%
B 28 of 131 ~ 21.37%

%55.73
%22.9
%21.37

CMYK color model

#491E1C color CMYK value is (0,59,62,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK: (0,59,62,71) C0M59Y62K71 (0%,59%,62%,71%) (0.00/0.59/0.62/0.71)

CMYK percentages

%0
%58.9
%61.64
%71.37

Codes

Color #491E1C in popluar color models

491E1C
RGB733028
HSL44.55%19.80%
HSB/HSV61.64%28.63%
CMYK0.00%58.90%61.64%
71.37%

Color #491E1C in popluar number systems.

HEX491E1C
Decimal733028
Binary10010011111011100
Octal1113634

Shades and tints

Shades of #491E1C

#491E1C
(73,30,28)
#431C1A
(67,28,26)
#3D1A18
(61,26,24)
#371816
(55,24,22)
#311614
(49,22,20)
#2B1412
(43,20,18)
#251210
(37,18,16)
#1F100E
(31,16,14)
#190E0C
(25,14,12)
#130C0A
(19,12,10)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #491E1C

#491E1C
(73,30,28)
#593230
(89,50,48)
#694644
(105,70,68)
#795A58
(121,90,88)
#896E6C
(137,110,108)
#998280
(153,130,128)
#A99694
(169,150,148)
#B9AAA8
(185,170,168)
#C9BEBC
(201,190,188)
#D9D2D0
(217,210,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491E1C; }

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

This text font color is #491E1C.


Background Color

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

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

This div background color is #491E1C.


Border color

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

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

This div border color is #491E1C.


Opacity

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

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

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

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

This text has shadow with #491E1C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #491E1C on black background.


Color preview on white background

This text has color #491E1C on white background.



Black color preview on #491E1C background

This text has black color on #491E1C background.


White color preview on #491E1C background

This text has white color on #491E1C background.