COLOR #491324

HEX: #491324
RGB: (73,19,36)

Color info

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

RGB color model

#491324 color RGB value is (73,19,36).

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

RGB channels and saturation

R 73 of 255 = 29%
G 19 of 255 = 7%
B 36 of 255 = 14%

73
19
36

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

Portions of RGB colors in percentages

R + G + B =
73 + 19 + 36 = 128 (100%)
R 73 of 128 ~ 57.03%
G 19 of 128 ~ 14.84%
B 36 of 128 ~ 28.13%

%57.03
%14.84
%28.13

CMYK color model

#491324 color CMYK value is (0,74,51,71).

  • cyan value is 0.00%
  • magenta value is 73.97%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK:
(0,74,51,71)
C0M74Y51K71 
(0%,74%,51%,71%)
(0.00/0.74/0.51/0.71)	

CMYK percentages

%0
%73.97
%50.68
%71.37

Codes

Color #491324 in popluar color models

491324
RGB731936
HSL341°58.70%18.04%
HSB/HSV341°73.97%28.63%
CMYK0.00%73.97%50.68%
71.37%

Color #491324 in popluar number systems.

HEX491324
Decimal731936
Binary100100110011100100
Octal1112344

Shades and tints

Shades of #491324

#491324
(73,19,36)
#431221
(67,18,33)
#3D111E
(61,17,30)
#37101B
(55,16,27)
#310F18
(49,15,24)
#2B0E15
(43,14,21)
#250D12
(37,13,18)
#1F0C0F
(31,12,15)
#190B0C
(25,11,12)
#130A09
(19,10,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #491324

#491324
(73,19,36)
#592837
(89,40,55)
#693D4A
(105,61,74)
#79525D
(121,82,93)
#896770
(137,103,112)
#997C83
(153,124,131)
#A99196
(169,145,150)
#B9A6A9
(185,166,169)
#C9BBBC
(201,187,188)
#D9D0CF
(217,208,207)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491324; }

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

This text font color is #491324.


Background Color

.myBgColor { background-color: #491324; }

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

This div background color is #491324.


Border color

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

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

This div border color is #491324.


Opacity

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

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

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

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

This text has shadow with #491324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491324 on black background.


Color preview on white background

This text has color #491324 on white background.



Black color preview on #491324 background

This text has black color on #491324 background.


White color preview on #491324 background

This text has white color on #491324 background.