COLOR #49392D

HEX: #49392D
RGB: (73,57,45)

Color info

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

RGB color model

#49392D color RGB value is (73,57,45).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 45 of 255 = 18%

73
57
45

R + G + B ~ 23%. #49392D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 45 = 175 (100%)
R 73 of 175 ~ 41.71%
G 57 of 175 ~ 32.57%
B 45 of 175 ~ 25.71%

%41.71
%32.57
%25.71

CMYK color model

#49392D color CMYK value is (0,22,38,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(0,22,38,71)
C0M22Y38K71 
(0%,22%,38%,71%)
(0.00/0.22/0.38/0.71)	

CMYK percentages

%0
%21.92
%38.36
%71.37

Codes

Color #49392D in popluar color models

49392D
RGB735745
HSL26°23.73%23.14%
HSB/HSV26°38.36%28.63%
CMYK0.00%21.92%38.36%
71.37%

Color #49392D in popluar number systems.

HEX49392D
Decimal735745
Binary1001001111001101101
Octal1117155

Shades and tints

Shades of #49392D

#49392D
(73,57,45)
#433429
(67,52,41)
#3D2F25
(61,47,37)
#372A21
(55,42,33)
#31251D
(49,37,29)
#2B2019
(43,32,25)
#251B15
(37,27,21)
#1F1611
(31,22,17)
#19110D
(25,17,13)
#130C09
(19,12,9)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #49392D

#49392D
(73,57,45)
#594B40
(89,75,64)
#695D53
(105,93,83)
#796F66
(121,111,102)
#898179
(137,129,121)
#99938C
(153,147,140)
#A9A59F
(169,165,159)
#B9B7B2
(185,183,178)
#C9C9C5
(201,201,197)
#D9DBD8
(217,219,216)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49392D color. Also use rgb(73,57,45) instead hex code.

Text Font Color

.myTextColor { color: #49392D; }

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

This text font color is #49392D.


Background Color

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

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

This div background color is #49392D.


Border color

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

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

This div border color is #49392D.


Opacity

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

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

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

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

This text has shadow with #49392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49392D on black background.


Color preview on white background

This text has color #49392D on white background.



Black color preview on #49392D background

This text has black color on #49392D background.


White color preview on #49392D background

This text has white color on #49392D background.