COLOR #492D17

HEX: #492D17
RGB: (73,45,23)

Color info

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

RGB color model

#492D17 color RGB value is (73,45,23).

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

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 23 of 255 = 9%

73
45
23

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

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 23 = 141 (100%)
R 73 of 141 ~ 51.77%
G 45 of 141 ~ 31.91%
B 23 of 141 ~ 16.31%

%51.77
%31.91
%16.31

CMYK color model

#492D17 color CMYK value is (0,38,68,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(0,38,68,71)
C0M38Y68K71 
(0%,38%,68%,71%)
(0.00/0.38/0.68/0.71)	

CMYK percentages

%0
%38.36
%68.49
%71.37

Codes

Color #492D17 in popluar color models

492D17
RGB734523
HSL26°52.08%18.82%
HSB/HSV26°68.49%28.63%
CMYK0.00%38.36%68.49%
71.37%

Color #492D17 in popluar number systems.

HEX492D17
Decimal734523
Binary100100110110110111
Octal1115527

Shades and tints

Shades of #492D17

#492D17
(73,45,23)
#432915
(67,41,21)
#3D2513
(61,37,19)
#372111
(55,33,17)
#311D0F
(49,29,15)
#2B190D
(43,25,13)
#25150B
(37,21,11)
#1F1109
(31,17,9)
#190D07
(25,13,7)
#130905
(19,9,5)
#0D0503
(13,5,3)
#000000
(0,0,0)

Tints of #492D17

#492D17
(73,45,23)
#59402C
(89,64,44)
#695341
(105,83,65)
#796656
(121,102,86)
#89796B
(137,121,107)
#998C80
(153,140,128)
#A99F95
(169,159,149)
#B9B2AA
(185,178,170)
#C9C5BF
(201,197,191)
#D9D8D4
(217,216,212)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D17; }

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

This text font color is #492D17.


Background Color

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

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

This div background color is #492D17.


Border color

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

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

This div border color is #492D17.


Opacity

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

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

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

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

This text has shadow with #492D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D17 on black background.


Color preview on white background

This text has color #492D17 on white background.



Black color preview on #492D17 background

This text has black color on #492D17 background.


White color preview on #492D17 background

This text has white color on #492D17 background.