COLOR #491A26

HEX: #491A26
RGB: (73,26,38)

Color info

#491A26 contains red, green and blue colors in about the same proportion. Web safe color of #491A26 is #330033 (or #303).

RGB color model

#491A26 color RGB value is (73,26,38).

  • red value is 73;
  • green value is 26;
  • blue value is 38.
RGB:
(73,26,38)
(29%,10%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 38 of 255 = 15%

73
26
38

R + G + B ~ 18%. #491A26 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 38 = 137 (100%)
R 73 of 137 ~ 53.28%
G 26 of 137 ~ 18.98%
B 38 of 137 ~ 27.74%

%53.28
%18.98
%27.74

CMYK color model

#491A26 color CMYK value is (0,64,48,71).

  • cyan value is 0.00%
  • magenta value is 64.38%
  • yellow value is 47.95%
  • key color value is 71.37%
CMYK:
(0,64,48,71)
C0M64Y48K71 
(0%,64%,48%,71%)
(0.00/0.64/0.48/0.71)	

CMYK percentages

%0
%64.38
%47.95
%71.37

Codes

Color #491A26 in popluar color models

491A26
RGB732638
HSL345°47.47%19.41%
HSB/HSV345°64.38%28.63%
CMYK0.00%64.38%47.95%
71.37%

Color #491A26 in popluar number systems.

HEX491A26
Decimal732638
Binary100100111010100110
Octal1113246

Shades and tints

Shades of #491A26

#491A26
(73,26,38)
#431823
(67,24,35)
#3D1620
(61,22,32)
#37141D
(55,20,29)
#31121A
(49,18,26)
#2B1017
(43,16,23)
#250E14
(37,14,20)
#1F0C11
(31,12,17)
#190A0E
(25,10,14)
#13080B
(19,8,11)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #491A26

#491A26
(73,26,38)
#592E39
(89,46,57)
#69424C
(105,66,76)
#79565F
(121,86,95)
#896A72
(137,106,114)
#997E85
(153,126,133)
#A99298
(169,146,152)
#B9A6AB
(185,166,171)
#C9BABE
(201,186,190)
#D9CED1
(217,206,209)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491A26 color. Also use rgb(73,26,38) instead hex code.

Text Font Color

.myTextColor { color: #491A26; }

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

This text font color is #491A26.


Background Color

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

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

This div background color is #491A26.


Border color

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

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

This div border color is #491A26.


Opacity

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

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

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

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

This text has shadow with #491A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491A26 on black background.


Color preview on white background

This text has color #491A26 on white background.



Black color preview on #491A26 background

This text has black color on #491A26 background.


White color preview on #491A26 background

This text has white color on #491A26 background.