COLOR #491D2A

HEX: #491D2A RGB: (73,29,42)

Color info

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

RGB color model

#491D2A color RGB value is (73,29,42).

RGB: (73,29,42) (29%, 11%, 16%)

RGB channels and saturation

R 73 of 255 = 29%
G 29 of 255 = 11%
B 42 of 255 = 16%

73
29
42

R + G + B ~ 19%. #491D2A is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 29 + 42 = 144 (100%)
R 73 of 144 ~ 50.69%
G 29 of 144 ~ 20.14%
B 42 of 144 ~ 29.17'%

%50.69
%20.14
%29.17

CMYK color model

#491D2A color CMYK value is (0,60,42,71).

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

CMYK: (0,60,42,71)
C0M60Y42K71 (0%, 60%, 42%, 71%)
(0.00 / 0.60 / 0.42 / 0.71)

CMYK percentages

%0
%60.27
%42.47
%71.37

Codes

Color #491D2A in popluar color models

49 1D 2A
RGB 73 29 42
HSL 342° 43.14% 20.00%
HSB/HSV 342° 60.27% 28.63%
CMYK 0.00% 60.27% 42.47%
71.37%

Color #491D2A in popluar number systems.

HEX 49 1D 2A
Decimal 73 29 42
Binary 1001001 11101 101010
Octal 111 35 52

Shades and tints

Shades of #491D2A

#491D2A
(73,29,42)
#431B27
(67,27,39)
#3D1924
(61,25,36)
#371721
(55,23,33)
#31151E
(49,21,30)
#2B131B
(43,19,27)
#251118
(37,17,24)
#1F0F15
(31,15,21)
#190D12
(25,13,18)
#130B0F
(19,11,15)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #491D2A

#491D2A
(73,29,42)
#59313D
(89,49,61)
#694550
(105,69,80)
#795963
(121,89,99)
#896D76
(137,109,118)
#998189
(153,129,137)
#A9959C
(169,149,156)
#B9A9AF
(185,169,175)
#C9BDC2
(201,189,194)
#D9D1D5
(217,209,213)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491D2A; }

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

This text font color is #491D2A.

Background Color

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

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

This div background color is #491D2A.

Border color

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

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

This div border color is #491D2A.

Opacity

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

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

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

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

This text has shadow with #491D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491D2A.

Preview

Color preview on black background

This text has color #491D2A on black background.


Color preview on white background

This text has color #491D2A on white background.


Black color preview on #491D2A background

This text has black color on #491D2A background.


White color preview on #491D2A background

This text has white color on #491D2A background.


Related colors

Complementary color

Complementary color for #hex is #B6E2D5.


I love getcolorcode.com

Triadic colors

1 #2A491D and #1D2A49 with #491D2A are triadic colors.

2 #2A1D49 and #1D492A with #491D2A are triadic colors.