COLOR #49310D

HEX: #49310D
RGB: (73,49,13)

Color info

#49310D contains mainly red and green colors. Web safe color of #49310D is #333300 (or #330).

RGB color model

#49310D color RGB value is (73,49,13).

  • red value is 73;
  • green value is 49;
  • blue value is 13.
RGB:
(73,49,13)
(29%,19%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 13 of 255 = 5%

73
49
13

R + G + B ~ 18%. #49310D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 13 = 135 (100%)
R 73 of 135 ~ 54.07%
G 49 of 135 ~ 36.3%
B 13 of 135 ~ 9.63%

%54.07
%36.3
%9.63

CMYK color model

#49310D color CMYK value is (0,33,82,71).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(0,33,82,71)
C0M33Y82K71 
(0%,33%,82%,71%)
(0.00/0.33/0.82/0.71)	

CMYK percentages

%0
%32.88
%82.19
%71.37

Codes

Color #49310D in popluar color models

49310D
RGB734913
HSL36°69.77%16.86%
HSB/HSV36°82.19%28.63%
CMYK0.00%32.88%82.19%
71.37%

Color #49310D in popluar number systems.

HEX49310D
Decimal734913
Binary10010011100011101
Octal1116115

Shades and tints

Shades of #49310D

#49310D
(73,49,13)
#432D0C
(67,45,12)
#3D290B
(61,41,11)
#37250A
(55,37,10)
#312109
(49,33,9)
#2B1D08
(43,29,8)
#251907
(37,25,7)
#1F1506
(31,21,6)
#191105
(25,17,5)
#130D04
(19,13,4)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #49310D

#49310D
(73,49,13)
#594323
(89,67,35)
#695539
(105,85,57)
#79674F
(121,103,79)
#897965
(137,121,101)
#998B7B
(153,139,123)
#A99D91
(169,157,145)
#B9AFA7
(185,175,167)
#C9C1BD
(201,193,189)
#D9D3D3
(217,211,211)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49310D color. Also use rgb(73,49,13) instead hex code.

Text Font Color

.myTextColor { color: #49310D; }

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

This text font color is #49310D.


Background Color

.myBgColor { background-color: #49310D; }

<div style="background-color:#49310D">Inner text</div>

This div background color is #49310D.


Border color

.myBorderColor { border: 1px solid #49310D; }

<div style="border:3px solid #49310D">Div</div>

This div border color is #49310D.


Opacity

.myOpacity80 { color: #49310D; opacity: 0.8; }

<p style="color:#49310D;opacity:0.8;">80%</p>

Text with #49310D 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 #49310D;}

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

This text has shadow with #49310D color.

.textShadow {text-shadow: 3px 3px 1px #49310D, 3px 3px 1px red;}

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

This text has shadow with #49310D primary color and red secondary color.


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

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

This text has shadow with #49310D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49310D on black background.


Color preview on white background

This text has color #49310D on white background.



Black color preview on #49310D background

This text has black color on #49310D background.


White color preview on #49310D background

This text has white color on #49310D background.