COLOR #491D32

HEX: #491D32 RGB: (73,29,50)

Color info

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

RGB color model

#491D32 color RGB value is (73,29,50).

RGB: (73,29,50) (29%, 11%, 20%)

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 50 of 255 = 20%

73
29
50

R + G + B ~ 20%. #491D32 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 29 + 50 = 152 (100%)
R 73 of 152 ~ 48.03%
G 29 of 152 ~ 19.08%
B 50 of 152 ~ 32.89'%

%48.03
%19.08
%32.89

CMYK color model

#491D32 color CMYK value is (0,60,32,71).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 31.51%
  • key color value is 71.37%

CMYK: (0,60,32,71)
C0M60Y32K71 (0%, 60%, 32%, 71%)
(0.00 / 0.60 / 0.32 / 0.71)

CMYK percentages

%0
%60.27
%31.51
%71.37

Codes

Color #491D32 in popluar color models

49 1D 32
RGB 73 29 50
HSL 331° 43.14% 20.00%
HSB/HSV 331° 60.27% 28.63%
CMYK 0.00% 60.27% 31.51%
71.37%

Color #491D32 in popluar number systems.

HEX 49 1D 32
Decimal 73 29 50
Binary 1001001 11101 110010
Octal 111 35 62

Shades and tints

Shades of #491D32

#491D32
(73,29,50)
#431B2E
(67,27,46)
#3D192A
(61,25,42)
#371726
(55,23,38)
#311522
(49,21,34)
#2B131E
(43,19,30)
#25111A
(37,17,26)
#1F0F16
(31,15,22)
#190D12
(25,13,18)
#130B0E
(19,11,14)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #491D32

#491D32
(73,29,50)
#593144
(89,49,68)
#694556
(105,69,86)
#795968
(121,89,104)
#896D7A
(137,109,122)
#99818C
(153,129,140)
#A9959E
(169,149,158)
#B9A9B0
(185,169,176)
#C9BDC2
(201,189,194)
#D9D1D4
(217,209,212)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D32; }

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

This text font color is #491D32.

Background Color

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

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

This div background color is #491D32.

Border color

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

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

This div border color is #491D32.

Opacity

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

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

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

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

This text has shadow with #491D32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491D32.

Preview

Color preview on black background

This text has color #491D32 on black background.


Color preview on white background

This text has color #491D32 on white background.


Black color preview on #491D32 background

This text has black color on #491D32 background.


White color preview on #491D32 background

This text has white color on #491D32 background.


Related colors

Complementary color

Complementary color for #hex is #B6E2CD.


I love getcolorcode.com

Triadic colors

1 #32491D and #1D3249 with #491D32 are triadic colors.

2 #321D49 and #1D4932 with #491D32 are triadic colors.