COLOR #491D43

HEX: #491D43
RGB: (73,29,67)

Color info

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

RGB color model

#491D43 color RGB value is (73,29,67).

  • red value is 73;
  • green value is 29;
  • blue value is 67.
RGB:
(73,29,67)
(29%,11%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 67 of 255 = 26%

73
29
67

R + G + B ~ 22%. #491D43 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 29 + 67 = 169 (100%)
R 73 of 169 ~ 43.2%
G 29 of 169 ~ 17.16%
B 67 of 169 ~ 39.64%

%43.2
%17.16
%39.64

CMYK color model

#491D43 color CMYK value is (0,60,8,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK:
(0,60,8,71)
C0M60Y8K71 
(0%,60%,8%,71%)
(0.00/0.60/0.08/0.71)	

CMYK percentages

%0
%60.27
%8.22
%71.37

Codes

Color #491D43 in popluar color models

491D43
RGB732967
HSL308°43.14%20.00%
HSB/HSV308°60.27%28.63%
CMYK0.00%60.27%8.22%
71.37%

Color #491D43 in popluar number systems.

HEX491D43
Decimal732967
Binary1001001111011000011
Octal11135103

Shades and tints

Shades of #491D43

#491D43
(73,29,67)
#431B3D
(67,27,61)
#3D1937
(61,25,55)
#371731
(55,23,49)
#31152B
(49,21,43)
#2B1325
(43,19,37)
#25111F
(37,17,31)
#1F0F19
(31,15,25)
#190D13
(25,13,19)
#130B0D
(19,11,13)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #491D43

#491D43
(73,29,67)
#593154
(89,49,84)
#694565
(105,69,101)
#795976
(121,89,118)
#896D87
(137,109,135)
#998198
(153,129,152)
#A995A9
(169,149,169)
#B9A9BA
(185,169,186)
#C9BDCB
(201,189,203)
#D9D1DC
(217,209,220)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491D43 color. Also use rgb(73,29,67) instead hex code.

Text Font Color

.myTextColor { color: #491D43; }

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

This text font color is #491D43.


Background Color

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

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

This div background color is #491D43.


Border color

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

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

This div border color is #491D43.


Opacity

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

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

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

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

This text has shadow with #491D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491D43 on black background.


Color preview on white background

This text has color #491D43 on white background.



Black color preview on #491D43 background

This text has black color on #491D43 background.


White color preview on #491D43 background

This text has white color on #491D43 background.