COLOR #49412E

HEX: #49412E
RGB: (73,65,46)

Color info

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

RGB color model

#49412E color RGB value is (73,65,46).

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

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 46 of 255 = 18%

73
65
46

R + G + B ~ 24%. #49412E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 46 = 184 (100%)
R 73 of 184 ~ 39.67%
G 65 of 184 ~ 35.33%
B 46 of 184 ~ 25%

%39.67
%35.33
%25

CMYK color model

#49412E color CMYK value is (0,11,37,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(0,11,37,71)
C0M11Y37K71 
(0%,11%,37%,71%)
(0.00/0.11/0.37/0.71)	

CMYK percentages

%0
%10.96
%36.99
%71.37

Codes

Color #49412E in popluar color models

49412E
RGB736546
HSL42°22.69%23.33%
HSB/HSV42°36.99%28.63%
CMYK0.00%10.96%36.99%
71.37%

Color #49412E in popluar number systems.

HEX49412E
Decimal736546
Binary10010011000001101110
Octal11110156

Shades and tints

Shades of #49412E

#49412E
(73,65,46)
#433C2A
(67,60,42)
#3D3726
(61,55,38)
#373222
(55,50,34)
#312D1E
(49,45,30)
#2B281A
(43,40,26)
#252316
(37,35,22)
#1F1E12
(31,30,18)
#19190E
(25,25,14)
#13140A
(19,20,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #49412E

#49412E
(73,65,46)
#595241
(89,82,65)
#696354
(105,99,84)
#797467
(121,116,103)
#89857A
(137,133,122)
#99968D
(153,150,141)
#A9A7A0
(169,167,160)
#B9B8B3
(185,184,179)
#C9C9C6
(201,201,198)
#D9DAD9
(217,218,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49412E; }

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

This text font color is #49412E.


Background Color

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

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

This div background color is #49412E.


Border color

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

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

This div border color is #49412E.


Opacity

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

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

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

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

This text has shadow with #49412E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49412E on black background.


Color preview on white background

This text has color #49412E on white background.



Black color preview on #49412E background

This text has black color on #49412E background.


White color preview on #49412E background

This text has white color on #49412E background.