COLOR #491E3C

HEX: #491E3C RGB: (73,30,60)

Color info

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

RGB color model

#491E3C color RGB value is (73,30,60).

RGB: (73,30,60) (29%, 12%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 60 of 255 = 24%

73
30
60

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

Portions of RGB colors in percentages

R + G + B = 73 + 30 + 60 = 163 (100%)
R 73 of 163 ~ 44.79%
G 30 of 163 ~ 18.4%
B 60 of 163 ~ 36.81'%

%44.79
%18.4
%36.81

CMYK color model

#491E3C color CMYK value is (0,59,18,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK: (0,59,18,71) C0M59Y18K71 (0%,59%,18%,71%) (0.00/0.59/0.18/0.71) 

CMYK percentages

%0
%58.9
%17.81
%71.37

Codes

Color #491E3C in popluar color models

49 1E 3C
RGB 73 30 60
HSL 318° 41.75% 20.20%
HSB/HSV 318° 58.90% 28.63%
CMYK 0.00% 58.90% 17.81%
71.37%

Color #491E3C in popluar number systems.

HEX 49 1E 3C
Decimal 73 30 60
Binary 1001001 11110 111100
Octal 111 36 74

Shades and tints

Shades of #491E3C

#491E3C
(73,30,60)
#431C37
(67,28,55)
#3D1A32
(61,26,50)
#37182D
(55,24,45)
#311628
(49,22,40)
#2B1423
(43,20,35)
#25121E
(37,18,30)
#1F1019
(31,16,25)
#190E14
(25,14,20)
#130C0F
(19,12,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #491E3C

#491E3C
(73,30,60)
#59324D
(89,50,77)
#69465E
(105,70,94)
#795A6F
(121,90,111)
#896E80
(137,110,128)
#998291
(153,130,145)
#A996A2
(169,150,162)
#B9AAB3
(185,170,179)
#C9BEC4
(201,190,196)
#D9D2D5
(217,210,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491E3C color. Also use rgb(73,30,60) instead hex code.

Text Font Color

.myTextColor { color: #491E3C; }

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

This text font color is #491E3C.

Background Color

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

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

This div background color is #491E3C.

Border color

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

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

This div border color is #491E3C.

Opacity

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

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

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

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

This text has shadow with #491E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491E3C.

Preview

Color preview on black background

This text has color #491E3C on black background.


Color preview on white background

This text has color #491E3C on white background.


Black color preview on #491E3C background

This text has black color on #491E3C background.


White color preview on #491E3C background

This text has white color on #491E3C background.


Related colors

Complementary color

Complementary color for #hex is #B6E1C3.


I love getcolorcode.com

Triadic colors

1 #3C491E and #1E3C49 with #491E3C are triadic colors.

2 #3C1E49 and #1E493C with #491E3C are triadic colors.