COLOR #49492D

HEX: #49492D
RGB: (73,73,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
73
45

R + G + B ~ 25%. #49492D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 45 = 191 (100%)
R 73 of 191 ~ 38.22%
G 73 of 191 ~ 38.22%
B 45 of 191 ~ 23.56%

%38.22
%38.22
%23.56

CMYK color model

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

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

CMYK percentages

%0
%0
%38.36
%71.37

Codes

Color #49492D in popluar color models

49492D
RGB737345
HSL60°23.73%23.14%
HSB/HSV60°38.36%28.63%
CMYK0.00%0.00%38.36%
71.37%

Color #49492D in popluar number systems.

HEX49492D
Decimal737345
Binary10010011001001101101
Octal11111155

Shades and tints

Shades of #49492D

#49492D
(73,73,45)
#434329
(67,67,41)
#3D3D25
(61,61,37)
#373721
(55,55,33)
#31311D
(49,49,29)
#2B2B19
(43,43,25)
#252515
(37,37,21)
#1F1F11
(31,31,17)
#19190D
(25,25,13)
#131309
(19,19,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #49492D

#49492D
(73,73,45)
#595940
(89,89,64)
#696953
(105,105,83)
#797966
(121,121,102)
#898979
(137,137,121)
#99998C
(153,153,140)
#A9A99F
(169,169,159)
#B9B9B2
(185,185,178)
#C9C9C5
(201,201,197)
#D9D9D8
(217,217,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49492D; }

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

This text font color is #49492D.


Background Color

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

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

This div background color is #49492D.


Border color

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

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

This div border color is #49492D.


Opacity

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

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

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

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

This text has shadow with #49492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49492D on black background.


Color preview on white background

This text has color #49492D on white background.



Black color preview on #49492D background

This text has black color on #49492D background.


White color preview on #49492D background

This text has white color on #49492D background.