COLOR #49401D

HEX: #49401D
RGB: (73,64,29)

Color info

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

RGB color model

#49401D color RGB value is (73,64,29).

  • red value is 73;
  • green value is 64;
  • blue value is 29.
RGB:
(73,64,29)
(29%,25%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 29 of 255 = 11%

73
64
29

R + G + B ~ 22%. #49401D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 29 = 166 (100%)
R 73 of 166 ~ 43.98%
G 64 of 166 ~ 38.55%
B 29 of 166 ~ 17.47%

%43.98
%38.55
%17.47

CMYK color model

#49401D color CMYK value is (0,12,60,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(0,12,60,71)
C0M12Y60K71 
(0%,12%,60%,71%)
(0.00/0.12/0.60/0.71)	

CMYK percentages

%0
%12.33
%60.27
%71.37

Codes

Color #49401D in popluar color models

49401D
RGB736429
HSL48°43.14%20.00%
HSB/HSV48°60.27%28.63%
CMYK0.00%12.33%60.27%
71.37%

Color #49401D in popluar number systems.

HEX49401D
Decimal736429
Binary1001001100000011101
Octal11110035

Shades and tints

Shades of #49401D

#49401D
(73,64,29)
#433B1B
(67,59,27)
#3D3619
(61,54,25)
#373117
(55,49,23)
#312C15
(49,44,21)
#2B2713
(43,39,19)
#252211
(37,34,17)
#1F1D0F
(31,29,15)
#19180D
(25,24,13)
#13130B
(19,19,11)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #49401D

#49401D
(73,64,29)
#595131
(89,81,49)
#696245
(105,98,69)
#797359
(121,115,89)
#89846D
(137,132,109)
#999581
(153,149,129)
#A9A695
(169,166,149)
#B9B7A9
(185,183,169)
#C9C8BD
(201,200,189)
#D9D9D1
(217,217,209)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49401D; }

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

This text font color is #49401D.


Background Color

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

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

This div background color is #49401D.


Border color

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

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

This div border color is #49401D.


Opacity

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

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

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

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

This text has shadow with #49401D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49401D on black background.


Color preview on white background

This text has color #49401D on white background.



Black color preview on #49401D background

This text has black color on #49401D background.


White color preview on #49401D background

This text has white color on #49401D background.