COLOR #491B19

HEX: #491B19
RGB: (73,27,25)

Color info

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

RGB color model

#491B19 color RGB value is (73,27,25).

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

RGB channels and saturation

R 73 of 255 = 29%
G 27 of 255 = 11%
B 25 of 255 = 10%

73
27
25

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

Portions of RGB colors in percentages

R + G + B =
73 + 27 + 25 = 125 (100%)
R 73 of 125 ~ 58.4%
G 27 of 125 ~ 21.6%
B 25 of 125 ~ 20%

%58.4
%21.6
%20

CMYK color model

#491B19 color CMYK value is (0,63,66,71).

  • cyan value is 0.00%
  • magenta value is 63.01%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(0,63,66,71)
C0M63Y66K71 
(0%,63%,66%,71%)
(0.00/0.63/0.66/0.71)	

CMYK percentages

%0
%63.01
%65.75
%71.37

Codes

Color #491B19 in popluar color models

491B19
RGB732725
HSL48.98%19.22%
HSB/HSV65.75%28.63%
CMYK0.00%63.01%65.75%
71.37%

Color #491B19 in popluar number systems.

HEX491B19
Decimal732725
Binary10010011101111001
Octal1113331

Shades and tints

Shades of #491B19

#491B19
(73,27,25)
#431917
(67,25,23)
#3D1715
(61,23,21)
#371513
(55,21,19)
#311311
(49,19,17)
#2B110F
(43,17,15)
#250F0D
(37,15,13)
#1F0D0B
(31,13,11)
#190B09
(25,11,9)
#130907
(19,9,7)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #491B19

#491B19
(73,27,25)
#592F2D
(89,47,45)
#694341
(105,67,65)
#795755
(121,87,85)
#896B69
(137,107,105)
#997F7D
(153,127,125)
#A99391
(169,147,145)
#B9A7A5
(185,167,165)
#C9BBB9
(201,187,185)
#D9CFCD
(217,207,205)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491B19; }

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

This text font color is #491B19.


Background Color

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

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

This div background color is #491B19.


Border color

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

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

This div border color is #491B19.


Opacity

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

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

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

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

This text has shadow with #491B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491B19 on black background.


Color preview on white background

This text has color #491B19 on white background.



Black color preview on #491B19 background

This text has black color on #491B19 background.


White color preview on #491B19 background

This text has white color on #491B19 background.