COLOR #49390E

HEX: #49390E
RGB: (73,57,14)

Color info

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

RGB color model

#49390E color RGB value is (73,57,14).

  • red value is 73;
  • green value is 57;
  • blue value is 14.
RGB:
(73,57,14)
(29%,22%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 14 of 255 = 5%

73
57
14

R + G + B ~ 19%. #49390E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 14 = 144 (100%)
R 73 of 144 ~ 50.69%
G 57 of 144 ~ 39.58%
B 14 of 144 ~ 9.72%

%50.69
%39.58
%9.72

CMYK color model

#49390E color CMYK value is (0,22,81,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 80.82%
  • key color value is 71.37%
CMYK:
(0,22,81,71)
C0M22Y81K71 
(0%,22%,81%,71%)
(0.00/0.22/0.81/0.71)	

CMYK percentages

%0
%21.92
%80.82
%71.37

Codes

Color #49390E in popluar color models

49390E
RGB735714
HSL44°67.82%17.06%
HSB/HSV44°80.82%28.63%
CMYK0.00%21.92%80.82%
71.37%

Color #49390E in popluar number systems.

HEX49390E
Decimal735714
Binary10010011110011110
Octal1117116

Shades and tints

Shades of #49390E

#49390E
(73,57,14)
#43340D
(67,52,13)
#3D2F0C
(61,47,12)
#372A0B
(55,42,11)
#31250A
(49,37,10)
#2B2009
(43,32,9)
#251B08
(37,27,8)
#1F1607
(31,22,7)
#191106
(25,17,6)
#130C05
(19,12,5)
#0D0704
(13,7,4)
#000000
(0,0,0)

Tints of #49390E

#49390E
(73,57,14)
#594B23
(89,75,35)
#695D38
(105,93,56)
#796F4D
(121,111,77)
#898162
(137,129,98)
#999377
(153,147,119)
#A9A58C
(169,165,140)
#B9B7A1
(185,183,161)
#C9C9B6
(201,201,182)
#D9DBCB
(217,219,203)
#E9EDE0
(233,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49390E color. Also use rgb(73,57,14) instead hex code.

Text Font Color

.myTextColor { color: #49390E; }

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

This text font color is #49390E.


Background Color

.myBgColor { background-color: #49390E; }

<div style="background-color:#49390E">Inner text</div>

This div background color is #49390E.


Border color

.myBorderColor { border: 1px solid #49390E; }

<div style="border:3px solid #49390E">Div</div>

This div border color is #49390E.


Opacity

.myOpacity80 { color: #49390E; opacity: 0.8; }

<p style="color:#49390E;opacity:0.8;">80%</p>

Text with #49390E 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 #49390E;}

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

This text has shadow with #49390E color.

.textShadow {text-shadow: 3px 3px 1px #49390E, 3px 3px 1px red;}

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

This text has shadow with #49390E primary color and red secondary color.


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

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

This text has shadow with #49390E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49390E on black background.


Color preview on white background

This text has color #49390E on white background.



Black color preview on #49390E background

This text has black color on #49390E background.


White color preview on #49390E background

This text has white color on #49390E background.