COLOR #49413D

HEX: #49413D
RGB: (73,65,61)

Color info

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

RGB color model

#49413D color RGB value is (73,65,61).

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

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 61 of 255 = 24%

73
65
61

R + G + B ~ 26%. #49413D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 61 = 199 (100%)
R 73 of 199 ~ 36.68%
G 65 of 199 ~ 32.66%
B 61 of 199 ~ 30.65%

%36.68
%32.66
%30.65

CMYK color model

#49413D color CMYK value is (0,11,16,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(0,11,16,71)
C0M11Y16K71 
(0%,11%,16%,71%)
(0.00/0.11/0.16/0.71)	

CMYK percentages

%0
%10.96
%16.44
%71.37

Codes

Color #49413D in popluar color models

49413D
RGB736561
HSL20°8.96%26.27%
HSB/HSV20°16.44%28.63%
CMYK0.00%10.96%16.44%
71.37%

Color #49413D in popluar number systems.

HEX49413D
Decimal736561
Binary10010011000001111101
Octal11110175

Shades and tints

Shades of #49413D

#49413D
(73,65,61)
#433C38
(67,60,56)
#3D3733
(61,55,51)
#37322E
(55,50,46)
#312D29
(49,45,41)
#2B2824
(43,40,36)
#25231F
(37,35,31)
#1F1E1A
(31,30,26)
#191915
(25,25,21)
#131410
(19,20,16)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #49413D

#49413D
(73,65,61)
#59524E
(89,82,78)
#69635F
(105,99,95)
#797470
(121,116,112)
#898581
(137,133,129)
#999692
(153,150,146)
#A9A7A3
(169,167,163)
#B9B8B4
(185,184,180)
#C9C9C5
(201,201,197)
#D9DAD6
(217,218,214)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49413D; }

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

This text font color is #49413D.


Background Color

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

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

This div background color is #49413D.


Border color

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

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

This div border color is #49413D.


Opacity

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

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

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

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

This text has shadow with #49413D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49413D on black background.


Color preview on white background

This text has color #49413D on white background.



Black color preview on #49413D background

This text has black color on #49413D background.


White color preview on #49413D background

This text has white color on #49413D background.