COLOR #492B1F

HEX: #492B1F
RGB: (73,43,31)

Color info

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

RGB color model

#492B1F color RGB value is (73,43,31).

  • red value is 73;
  • green value is 43;
  • blue value is 31.
RGB:
(73,43,31)
(29%,17%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 31 of 255 = 12%

73
43
31

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

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 31 = 147 (100%)
R 73 of 147 ~ 49.66%
G 43 of 147 ~ 29.25%
B 31 of 147 ~ 21.09%

%49.66
%29.25
%21.09

CMYK color model

#492B1F color CMYK value is (0,41,58,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(0,41,58,71)
C0M41Y58K71 
(0%,41%,58%,71%)
(0.00/0.41/0.58/0.71)	

CMYK percentages

%0
%41.1
%57.53
%71.37

Codes

Color #492B1F in popluar color models

492B1F
RGB734331
HSL17°40.38%20.39%
HSB/HSV17°57.53%28.63%
CMYK0.00%41.10%57.53%
71.37%

Color #492B1F in popluar number systems.

HEX492B1F
Decimal734331
Binary100100110101111111
Octal1115337

Shades and tints

Shades of #492B1F

#492B1F
(73,43,31)
#43281D
(67,40,29)
#3D251B
(61,37,27)
#372219
(55,34,25)
#311F17
(49,31,23)
#2B1C15
(43,28,21)
#251913
(37,25,19)
#1F1611
(31,22,17)
#19130F
(25,19,15)
#13100D
(19,16,13)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #492B1F

#492B1F
(73,43,31)
#593E33
(89,62,51)
#695147
(105,81,71)
#79645B
(121,100,91)
#89776F
(137,119,111)
#998A83
(153,138,131)
#A99D97
(169,157,151)
#B9B0AB
(185,176,171)
#C9C3BF
(201,195,191)
#D9D6D3
(217,214,211)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492B1F color. Also use rgb(73,43,31) instead hex code.

Text Font Color

.myTextColor { color: #492B1F; }

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

This text font color is #492B1F.


Background Color

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

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

This div background color is #492B1F.


Border color

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

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

This div border color is #492B1F.


Opacity

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

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

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

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

This text has shadow with #492B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B1F on black background.


Color preview on white background

This text has color #492B1F on white background.



Black color preview on #492B1F background

This text has black color on #492B1F background.


White color preview on #492B1F background

This text has white color on #492B1F background.