COLOR #491C2E

HEX: #491C2E RGB: (73,28,46)

Color info

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

RGB color model

#491C2E color RGB value is (73,28,46).

RGB: (73,28,46) (29%, 11%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 46 of 255 = 18%

73
28
46

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

Portions of RGB colors in percentages

R + G + B = 73 + 28 + 46 = 147 (100%)
R 73 of 147 ~ 49.66%
G 28 of 147 ~ 19.05%
B 46 of 147 ~ 31.29'%

%49.66
%19.05
%31.29

CMYK color model

#491C2E color CMYK value is (0,62,37,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 36.99%
  • key color value is 71.37%

CMYK: (0,62,37,71)
C0M62Y37K71 (0%, 62%, 37%, 71%)
(0.00 / 0.62 / 0.37 / 0.71)

CMYK percentages

%0
%61.64
%36.99
%71.37

Codes

Color #491C2E in popluar color models

49 1C 2E
RGB 73 28 46
HSL 336° 44.55% 19.80%
HSB/HSV 336° 61.64% 28.63%
CMYK 0.00% 61.64% 36.99%
71.37%

Color #491C2E in popluar number systems.

HEX 49 1C 2E
Decimal 73 28 46
Binary 1001001 11100 101110
Octal 111 34 56

Shades and tints

Shades of #491C2E

#491C2E
(73,28,46)
#431A2A
(67,26,42)
#3D1826
(61,24,38)
#371622
(55,22,34)
#31141E
(49,20,30)
#2B121A
(43,18,26)
#251016
(37,16,22)
#1F0E12
(31,14,18)
#190C0E
(25,12,14)
#130A0A
(19,10,10)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #491C2E

#491C2E
(73,28,46)
#593041
(89,48,65)
#694454
(105,68,84)
#795867
(121,88,103)
#896C7A
(137,108,122)
#99808D
(153,128,141)
#A994A0
(169,148,160)
#B9A8B3
(185,168,179)
#C9BCC6
(201,188,198)
#D9D0D9
(217,208,217)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491C2E color. Also use rgb(73,28,46) instead hex code.

Text Font Color

.myTextColor { color: #491C2E; }

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

This text font color is #491C2E.

Background Color

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

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

This div background color is #491C2E.

Border color

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

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

This div border color is #491C2E.

Opacity

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

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

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

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

This text has shadow with #491C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491C2E.

Preview

Color preview on black background

This text has color #491C2E on black background.


Color preview on white background

This text has color #491C2E on white background.


Black color preview on #491C2E background

This text has black color on #491C2E background.


White color preview on #491C2E background

This text has white color on #491C2E background.


Related colors

Complementary color

Complementary color for #hex is #B6E3D1.


I love getcolorcode.com

Triadic colors

1 #2E491C and #1C2E49 with #491C2E are triadic colors.

2 #2E1C49 and #1C492E with #491C2E are triadic colors.