COLOR #492D20

HEX: #492D20
RGB: (73,45,32)

Color info

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

RGB color model

#492D20 color RGB value is (73,45,32).

  • red value is 73;
  • green value is 45;
  • blue value is 32.
RGB:
(73,45,32)
(29%,18%,13%)

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 32 of 255 = 13%

73
45
32

R + G + B ~ 20%. #492D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 32 = 150 (100%)
R 73 of 150 ~ 48.67%
G 45 of 150 ~ 30%
B 32 of 150 ~ 21.33%

%48.67
%30
%21.33

CMYK color model

#492D20 color CMYK value is (0,38,56,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(0,38,56,71)
C0M38Y56K71 
(0%,38%,56%,71%)
(0.00/0.38/0.56/0.71)	

CMYK percentages

%0
%38.36
%56.16
%71.37

Codes

Color #492D20 in popluar color models

492D20
RGB734532
HSL19°39.05%20.59%
HSB/HSV19°56.16%28.63%
CMYK0.00%38.36%56.16%
71.37%

Color #492D20 in popluar number systems.

HEX492D20
Decimal734532
Binary1001001101101100000
Octal1115540

Shades and tints

Shades of #492D20

#492D20
(73,45,32)
#43291E
(67,41,30)
#3D251C
(61,37,28)
#37211A
(55,33,26)
#311D18
(49,29,24)
#2B1916
(43,25,22)
#251514
(37,21,20)
#1F1112
(31,17,18)
#190D10
(25,13,16)
#13090E
(19,9,14)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #492D20

#492D20
(73,45,32)
#594034
(89,64,52)
#695348
(105,83,72)
#79665C
(121,102,92)
#897970
(137,121,112)
#998C84
(153,140,132)
#A99F98
(169,159,152)
#B9B2AC
(185,178,172)
#C9C5C0
(201,197,192)
#D9D8D4
(217,216,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D20 color. Also use rgb(73,45,32) instead hex code.

Text Font Color

.myTextColor { color: #492D20; }

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

This text font color is #492D20.


Background Color

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

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

This div background color is #492D20.


Border color

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

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

This div border color is #492D20.


Opacity

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

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

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

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

This text has shadow with #492D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D20 on black background.


Color preview on white background

This text has color #492D20 on white background.



Black color preview on #492D20 background

This text has black color on #492D20 background.


White color preview on #492D20 background

This text has white color on #492D20 background.