COLOR #491D3D

HEX: #491D3D RGB: (73,29,61)

Color info

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

RGB color model

#491D3D color RGB value is (73,29,61).

RGB: (73,29,61) (29%, 11%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 61 of 255 = 24%

73
29
61

R + G + B ~ 21%. #491D3D is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 29 + 61 = 163 (100%)
R 73 of 163 ~ 44.79%
G 29 of 163 ~ 17.79%
B 61 of 163 ~ 37.42'%

%44.79
%17.79
%37.42

CMYK color model

#491D3D color CMYK value is (0,60,16,71).

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

CMYK: (0,60,16,71)
C0M60Y16K71 (0%, 60%, 16%, 71%)
(0.00 / 0.60 / 0.16 / 0.71)

CMYK percentages

%0
%60.27
%16.44
%71.37

Codes

Color #491D3D in popluar color models

49 1D 3D
RGB 73 29 61
HSL 316° 43.14% 20.00%
HSB/HSV 316° 60.27% 28.63%
CMYK 0.00% 60.27% 16.44%
71.37%

Color #491D3D in popluar number systems.

HEX 49 1D 3D
Decimal 73 29 61
Binary 1001001 11101 111101
Octal 111 35 75

Shades and tints

Shades of #491D3D

#491D3D
(73,29,61)
#431B38
(67,27,56)
#3D1933
(61,25,51)
#37172E
(55,23,46)
#311529
(49,21,41)
#2B1324
(43,19,36)
#25111F
(37,17,31)
#1F0F1A
(31,15,26)
#190D15
(25,13,21)
#130B10
(19,11,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #491D3D

#491D3D
(73,29,61)
#59314E
(89,49,78)
#69455F
(105,69,95)
#795970
(121,89,112)
#896D81
(137,109,129)
#998192
(153,129,146)
#A995A3
(169,149,163)
#B9A9B4
(185,169,180)
#C9BDC5
(201,189,197)
#D9D1D6
(217,209,214)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D3D; }

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

This text font color is #491D3D.

Background Color

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

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

This div background color is #491D3D.

Border color

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

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

This div border color is #491D3D.

Opacity

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

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

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

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

This text has shadow with #491D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491D3D.

Preview

Color preview on black background

This text has color #491D3D on black background.


Color preview on white background

This text has color #491D3D on white background.


Black color preview on #491D3D background

This text has black color on #491D3D background.


White color preview on #491D3D background

This text has white color on #491D3D background.


Related colors

Complementary color

Complementary color for #hex is #B6E2C2.


I love getcolorcode.com

Triadic colors

1 #3D491D and #1D3D49 with #491D3D are triadic colors.

2 #3D1D49 and #1D493D with #491D3D are triadic colors.