COLOR #492A31

HEX: #492A31
RGB: (73,42,49)

Color info

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

RGB color model

#492A31 color RGB value is (73,42,49).

  • red value is 73;
  • green value is 42;
  • blue value is 49.
RGB:
(73,42,49)
(29%,16%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 49 of 255 = 19%

73
42
49

R + G + B ~ 21%. #492A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 49 = 164 (100%)
R 73 of 164 ~ 44.51%
G 42 of 164 ~ 25.61%
B 49 of 164 ~ 29.88%

%44.51
%25.61
%29.88

CMYK color model

#492A31 color CMYK value is (0,42,33,71).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 32.88%
  • key color value is 71.37%
CMYK:
(0,42,33,71)
C0M42Y33K71 
(0%,42%,33%,71%)
(0.00/0.42/0.33/0.71)	

CMYK percentages

%0
%42.47
%32.88
%71.37

Codes

Color #492A31 in popluar color models

492A31
RGB734249
HSL346°26.96%22.55%
HSB/HSV346°42.47%28.63%
CMYK0.00%42.47%32.88%
71.37%

Color #492A31 in popluar number systems.

HEX492A31
Decimal734249
Binary1001001101010110001
Octal1115261

Shades and tints

Shades of #492A31

#492A31
(73,42,49)
#43272D
(67,39,45)
#3D2429
(61,36,41)
#372125
(55,33,37)
#311E21
(49,30,33)
#2B1B1D
(43,27,29)
#251819
(37,24,25)
#1F1515
(31,21,21)
#191211
(25,18,17)
#130F0D
(19,15,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #492A31

#492A31
(73,42,49)
#593D43
(89,61,67)
#695055
(105,80,85)
#796367
(121,99,103)
#897679
(137,118,121)
#99898B
(153,137,139)
#A99C9D
(169,156,157)
#B9AFAF
(185,175,175)
#C9C2C1
(201,194,193)
#D9D5D3
(217,213,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A31 color. Also use rgb(73,42,49) instead hex code.

Text Font Color

.myTextColor { color: #492A31; }

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

This text font color is #492A31.


Background Color

.myBgColor { background-color: #492A31; }

<div style="background-color:#492A31">Inner text</div>

This div background color is #492A31.


Border color

.myBorderColor { border: 1px solid #492A31; }

<div style="border:3px solid #492A31">Div</div>

This div border color is #492A31.


Opacity

.myOpacity80 { color: #492A31; opacity: 0.8; }

<p style="color:#492A31;opacity:0.8;">80%</p>

Text with #492A31 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 #492A31;}

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

This text has shadow with #492A31 color.

.textShadow {text-shadow: 3px 3px 1px #492A31, 3px 3px 1px red;}

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

This text has shadow with #492A31 primary color and red secondary color.


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

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

This text has shadow with #492A31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A31 on black background.


Color preview on white background

This text has color #492A31 on white background.



Black color preview on #492A31 background

This text has black color on #492A31 background.


White color preview on #492A31 background

This text has white color on #492A31 background.