COLOR #491A24

HEX: #491A24
RGB: (73,26,36)

Color info

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

RGB color model

#491A24 color RGB value is (73,26,36).

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

RGB channels and saturation

R 73 of 255 = 29%
G 26 of 255 = 10%
B 36 of 255 = 14%

73
26
36

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

Portions of RGB colors in percentages

R + G + B =
73 + 26 + 36 = 135 (100%)
R 73 of 135 ~ 54.07%
G 26 of 135 ~ 19.26%
B 36 of 135 ~ 26.67%

%54.07
%19.26
%26.67

CMYK color model

#491A24 color CMYK value is (0,64,51,71).

  • cyan value is 0.00%
  • magenta value is 64.38%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK: (0,64,51,71) C0M64Y51K71 (0%,64%,51%,71%) (0.00/0.64/0.51/0.71)

CMYK percentages

%0
%64.38
%50.68
%71.37

Codes

Color #491A24 in popluar color models

491A24
RGB732636
HSL347°47.47%19.41%
HSB/HSV347°64.38%28.63%
CMYK0.00%64.38%50.68%
71.37%

Color #491A24 in popluar number systems.

HEX491A24
Decimal732636
Binary100100111010100100
Octal1113244

Shades and tints

Shades of #491A24

#491A24
(73,26,36)
#431821
(67,24,33)
#3D161E
(61,22,30)
#37141B
(55,20,27)
#311218
(49,18,24)
#2B1015
(43,16,21)
#250E12
(37,14,18)
#1F0C0F
(31,12,15)
#190A0C
(25,10,12)
#130809
(19,8,9)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #491A24

#491A24
(73,26,36)
#592E37
(89,46,55)
#69424A
(105,66,74)
#79565D
(121,86,93)
#896A70
(137,106,112)
#997E83
(153,126,131)
#A99296
(169,146,150)
#B9A6A9
(185,166,169)
#C9BABC
(201,186,188)
#D9CECF
(217,206,207)
#E9E2E2
(233,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491A24; }

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

This text font color is #491A24.


Background Color

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

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

This div background color is #491A24.


Border color

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

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

This div border color is #491A24.


Opacity

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

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

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

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

This text has shadow with #491A24 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #491A24 on black background.


Color preview on white background

This text has color #491A24 on white background.



Black color preview on #491A24 background

This text has black color on #491A24 background.


White color preview on #491A24 background

This text has white color on #491A24 background.