COLOR #49411E

HEX: #49411E
RGB: (73,65,30)

Color info

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

RGB color model

#49411E color RGB value is (73,65,30).

  • red value is 73;
  • green value is 65;
  • blue value is 30.
RGB:
(73,65,30)
(29%,25%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 30 of 255 = 12%

73
65
30

R + G + B ~ 22%. #49411E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 30 = 168 (100%)
R 73 of 168 ~ 43.45%
G 65 of 168 ~ 38.69%
B 30 of 168 ~ 17.86%

%43.45
%38.69
%17.86

CMYK color model

#49411E color CMYK value is (0,11,59,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 58.90%
  • key color value is 71.37%
CMYK:
(0,11,59,71)
C0M11Y59K71 
(0%,11%,59%,71%)
(0.00/0.11/0.59/0.71)	

CMYK percentages

%0
%10.96
%58.9
%71.37

Codes

Color #49411E in popluar color models

49411E
RGB736530
HSL49°41.75%20.20%
HSB/HSV49°58.90%28.63%
CMYK0.00%10.96%58.90%
71.37%

Color #49411E in popluar number systems.

HEX49411E
Decimal736530
Binary1001001100000111110
Octal11110136

Shades and tints

Shades of #49411E

#49411E
(73,65,30)
#433C1C
(67,60,28)
#3D371A
(61,55,26)
#373218
(55,50,24)
#312D16
(49,45,22)
#2B2814
(43,40,20)
#252312
(37,35,18)
#1F1E10
(31,30,16)
#19190E
(25,25,14)
#13140C
(19,20,12)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #49411E

#49411E
(73,65,30)
#595232
(89,82,50)
#696346
(105,99,70)
#79745A
(121,116,90)
#89856E
(137,133,110)
#999682
(153,150,130)
#A9A796
(169,167,150)
#B9B8AA
(185,184,170)
#C9C9BE
(201,201,190)
#D9DAD2
(217,218,210)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49411E color. Also use rgb(73,65,30) instead hex code.

Text Font Color

.myTextColor { color: #49411E; }

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

This text font color is #49411E.


Background Color

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

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

This div background color is #49411E.


Border color

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

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

This div border color is #49411E.


Opacity

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

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

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

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

This text has shadow with #49411E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49411E on black background.


Color preview on white background

This text has color #49411E on white background.



Black color preview on #49411E background

This text has black color on #49411E background.


White color preview on #49411E background

This text has white color on #49411E background.