COLOR #492A16

HEX: #492A16
RGB: (73,42,22)

Color info

#492A16 contains red, green and blue colors in about the same proportion. Web safe color of #492A16 is #333300 (or #330).

RGB color model

#492A16 color RGB value is (73,42,22).

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

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 22 of 255 = 9%

73
42
22

R + G + B ~ 18%. #492A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 22 = 137 (100%)
R 73 of 137 ~ 53.28%
G 42 of 137 ~ 30.66%
B 22 of 137 ~ 16.06%

%53.28
%30.66
%16.06

CMYK color model

#492A16 color CMYK value is (0,42,70,71).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 69.86%
  • key color value is 71.37%
CMYK:
(0,42,70,71)
C0M42Y70K71 
(0%,42%,70%,71%)
(0.00/0.42/0.70/0.71)	

CMYK percentages

%0
%42.47
%69.86
%71.37

Codes

Color #492A16 in popluar color models

492A16
RGB734222
HSL24°53.68%18.63%
HSB/HSV24°69.86%28.63%
CMYK0.00%42.47%69.86%
71.37%

Color #492A16 in popluar number systems.

HEX492A16
Decimal734222
Binary100100110101010110
Octal1115226

Shades and tints

Shades of #492A16

#492A16
(73,42,22)
#432714
(67,39,20)
#3D2412
(61,36,18)
#372110
(55,33,16)
#311E0E
(49,30,14)
#2B1B0C
(43,27,12)
#25180A
(37,24,10)
#1F1508
(31,21,8)
#191206
(25,18,6)
#130F04
(19,15,4)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #492A16

#492A16
(73,42,22)
#593D2B
(89,61,43)
#695040
(105,80,64)
#796355
(121,99,85)
#89766A
(137,118,106)
#99897F
(153,137,127)
#A99C94
(169,156,148)
#B9AFA9
(185,175,169)
#C9C2BE
(201,194,190)
#D9D5D3
(217,213,211)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492A16; }

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

This text font color is #492A16.


Background Color

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

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

This div background color is #492A16.


Border color

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

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

This div border color is #492A16.


Opacity

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

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

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

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

This text has shadow with #492A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A16 on black background.


Color preview on white background

This text has color #492A16 on white background.



Black color preview on #492A16 background

This text has black color on #492A16 background.


White color preview on #492A16 background

This text has white color on #492A16 background.