COLOR #49321F

HEX: #49321F
RGB: (73,50,31)

Color info

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

RGB color model

#49321F color RGB value is (73,50,31).

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

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 31 of 255 = 12%

73
50
31

R + G + B ~ 20%. #49321F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 31 = 154 (100%)
R 73 of 154 ~ 47.4%
G 50 of 154 ~ 32.47%
B 31 of 154 ~ 20.13%

%47.4
%32.47
%20.13

CMYK color model

#49321F color CMYK value is (0,32,58,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(0,32,58,71)
C0M32Y58K71 
(0%,32%,58%,71%)
(0.00/0.32/0.58/0.71)	

CMYK percentages

%0
%31.51
%57.53
%71.37

Codes

Color #49321F in popluar color models

49321F
RGB735031
HSL27°40.38%20.39%
HSB/HSV27°57.53%28.63%
CMYK0.00%31.51%57.53%
71.37%

Color #49321F in popluar number systems.

HEX49321F
Decimal735031
Binary100100111001011111
Octal1116237

Shades and tints

Shades of #49321F

#49321F
(73,50,31)
#432E1D
(67,46,29)
#3D2A1B
(61,42,27)
#372619
(55,38,25)
#312217
(49,34,23)
#2B1E15
(43,30,21)
#251A13
(37,26,19)
#1F1611
(31,22,17)
#19120F
(25,18,15)
#130E0D
(19,14,13)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #49321F

#49321F
(73,50,31)
#594433
(89,68,51)
#695647
(105,86,71)
#79685B
(121,104,91)
#897A6F
(137,122,111)
#998C83
(153,140,131)
#A99E97
(169,158,151)
#B9B0AB
(185,176,171)
#C9C2BF
(201,194,191)
#D9D4D3
(217,212,211)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49321F color. Also use rgb(73,50,31) instead hex code.

Text Font Color

.myTextColor { color: #49321F; }

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

This text font color is #49321F.


Background Color

.myBgColor { background-color: #49321F; }

<div style="background-color:#49321F">Inner text</div>

This div background color is #49321F.


Border color

.myBorderColor { border: 1px solid #49321F; }

<div style="border:3px solid #49321F">Div</div>

This div border color is #49321F.


Opacity

.myOpacity80 { color: #49321F; opacity: 0.8; }

<p style="color:#49321F;opacity:0.8;">80%</p>

Text with #49321F 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 #49321F;}

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

This text has shadow with #49321F color.

.textShadow {text-shadow: 3px 3px 1px #49321F, 3px 3px 1px red;}

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

This text has shadow with #49321F primary color and red secondary color.


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

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

This text has shadow with #49321F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49321F on black background.


Color preview on white background

This text has color #49321F on white background.



Black color preview on #49321F background

This text has black color on #49321F background.


White color preview on #49321F background

This text has white color on #49321F background.