COLOR #49412D

HEX: #49412D
RGB: (73,65,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
65
45

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

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 45 = 183 (100%)
R 73 of 183 ~ 39.89%
G 65 of 183 ~ 35.52%
B 45 of 183 ~ 24.59%

%39.89
%35.52
%24.59

CMYK color model

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

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

CMYK percentages

%0
%10.96
%38.36
%71.37

Codes

Color #49412D in popluar color models

49412D
RGB736545
HSL43°23.73%23.14%
HSB/HSV43°38.36%28.63%
CMYK0.00%10.96%38.36%
71.37%

Color #49412D in popluar number systems.

HEX49412D
Decimal736545
Binary10010011000001101101
Octal11110155

Shades and tints

Shades of #49412D

#49412D
(73,65,45)
#433C29
(67,60,41)
#3D3725
(61,55,37)
#373221
(55,50,33)
#312D1D
(49,45,29)
#2B2819
(43,40,25)
#252315
(37,35,21)
#1F1E11
(31,30,17)
#19190D
(25,25,13)
#131409
(19,20,9)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #49412D

#49412D
(73,65,45)
#595240
(89,82,64)
#696353
(105,99,83)
#797466
(121,116,102)
#898579
(137,133,121)
#99968C
(153,150,140)
#A9A79F
(169,167,159)
#B9B8B2
(185,184,178)
#C9C9C5
(201,201,197)
#D9DAD8
(217,218,216)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49412D; }

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

This text font color is #49412D.


Background Color

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

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

This div background color is #49412D.


Border color

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

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

This div border color is #49412D.


Opacity

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

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

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

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

This text has shadow with #49412D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49412D on black background.


Color preview on white background

This text has color #49412D on white background.



Black color preview on #49412D background

This text has black color on #49412D background.


White color preview on #49412D background

This text has white color on #49412D background.