COLOR #491E3A

HEX: #491E3A
RGB: (73,30,58)

Color info

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

RGB color model

#491E3A color RGB value is (73,30,58).

  • red value is 73;
  • green value is 30;
  • blue value is 58.
RGB:
(73,30,58)
(29%,12%,23%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 58 of 255 = 23%

73
30
58

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

Portions of RGB colors in percentages

R + G + B =
73 + 30 + 58 = 161 (100%)
R 73 of 161 ~ 45.34%
G 30 of 161 ~ 18.63%
B 58 of 161 ~ 36.02%

%45.34
%18.63
%36.02

CMYK color model

#491E3A color CMYK value is (0,59,21,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(0,59,21,71)
C0M59Y21K71 
(0%,59%,21%,71%)
(0.00/0.59/0.21/0.71)	

CMYK percentages

%0
%58.9
%20.55
%71.37

Codes

Color #491E3A in popluar color models

491E3A
RGB733058
HSL321°41.75%20.20%
HSB/HSV321°58.90%28.63%
CMYK0.00%58.90%20.55%
71.37%

Color #491E3A in popluar number systems.

HEX491E3A
Decimal733058
Binary100100111110111010
Octal1113672

Shades and tints

Shades of #491E3A

#491E3A
(73,30,58)
#431C35
(67,28,53)
#3D1A30
(61,26,48)
#37182B
(55,24,43)
#311626
(49,22,38)
#2B1421
(43,20,33)
#25121C
(37,18,28)
#1F1017
(31,16,23)
#190E12
(25,14,18)
#130C0D
(19,12,13)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #491E3A

#491E3A
(73,30,58)
#59324B
(89,50,75)
#69465C
(105,70,92)
#795A6D
(121,90,109)
#896E7E
(137,110,126)
#99828F
(153,130,143)
#A996A0
(169,150,160)
#B9AAB1
(185,170,177)
#C9BEC2
(201,190,194)
#D9D2D3
(217,210,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491E3A; }

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

This text font color is #491E3A.


Background Color

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

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

This div background color is #491E3A.


Border color

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

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

This div border color is #491E3A.


Opacity

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

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

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

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

This text has shadow with #491E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491E3A on black background.


Color preview on white background

This text has color #491E3A on white background.



Black color preview on #491E3A background

This text has black color on #491E3A background.


White color preview on #491E3A background

This text has white color on #491E3A background.