COLOR #492D19

HEX: #492D19
RGB: (73,45,25)

Color info

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

RGB color model

#492D19 color RGB value is (73,45,25).

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

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 25 of 255 = 10%

73
45
25

R + G + B ~ 19%. #492D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 25 = 143 (100%)
R 73 of 143 ~ 51.05%
G 45 of 143 ~ 31.47%
B 25 of 143 ~ 17.48%

%51.05
%31.47
%17.48

CMYK color model

#492D19 color CMYK value is (0,38,66,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(0,38,66,71)
C0M38Y66K71 
(0%,38%,66%,71%)
(0.00/0.38/0.66/0.71)	

CMYK percentages

%0
%38.36
%65.75
%71.37

Codes

Color #492D19 in popluar color models

492D19
RGB734525
HSL25°48.98%19.22%
HSB/HSV25°65.75%28.63%
CMYK0.00%38.36%65.75%
71.37%

Color #492D19 in popluar number systems.

HEX492D19
Decimal734525
Binary100100110110111001
Octal1115531

Shades and tints

Shades of #492D19

#492D19
(73,45,25)
#432917
(67,41,23)
#3D2515
(61,37,21)
#372113
(55,33,19)
#311D11
(49,29,17)
#2B190F
(43,25,15)
#25150D
(37,21,13)
#1F110B
(31,17,11)
#190D09
(25,13,9)
#130907
(19,9,7)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #492D19

#492D19
(73,45,25)
#59402D
(89,64,45)
#695341
(105,83,65)
#796655
(121,102,85)
#897969
(137,121,105)
#998C7D
(153,140,125)
#A99F91
(169,159,145)
#B9B2A5
(185,178,165)
#C9C5B9
(201,197,185)
#D9D8CD
(217,216,205)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D19; }

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

This text font color is #492D19.


Background Color

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

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

This div background color is #492D19.


Border color

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

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

This div border color is #492D19.


Opacity

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

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

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

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

This text has shadow with #492D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D19 on black background.


Color preview on white background

This text has color #492D19 on white background.



Black color preview on #492D19 background

This text has black color on #492D19 background.


White color preview on #492D19 background

This text has white color on #492D19 background.