COLOR #49413A

HEX: #49413A
RGB: (73,65,58)

Color info

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

RGB color model

#49413A color RGB value is (73,65,58).

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

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 58 of 255 = 23%

73
65
58

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

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 58 = 196 (100%)
R 73 of 196 ~ 37.24%
G 65 of 196 ~ 33.16%
B 58 of 196 ~ 29.59%

%37.24
%33.16
%29.59

CMYK color model

#49413A color CMYK value is (0,11,21,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(0,11,21,71)
C0M11Y21K71 
(0%,11%,21%,71%)
(0.00/0.11/0.21/0.71)	

CMYK percentages

%0
%10.96
%20.55
%71.37

Codes

Color #49413A in popluar color models

49413A
RGB736558
HSL28°11.45%25.69%
HSB/HSV28°20.55%28.63%
CMYK0.00%10.96%20.55%
71.37%

Color #49413A in popluar number systems.

HEX49413A
Decimal736558
Binary10010011000001111010
Octal11110172

Shades and tints

Shades of #49413A

#49413A
(73,65,58)
#433C35
(67,60,53)
#3D3730
(61,55,48)
#37322B
(55,50,43)
#312D26
(49,45,38)
#2B2821
(43,40,33)
#25231C
(37,35,28)
#1F1E17
(31,30,23)
#191912
(25,25,18)
#13140D
(19,20,13)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #49413A

#49413A
(73,65,58)
#59524B
(89,82,75)
#69635C
(105,99,92)
#79746D
(121,116,109)
#89857E
(137,133,126)
#99968F
(153,150,143)
#A9A7A0
(169,167,160)
#B9B8B1
(185,184,177)
#C9C9C2
(201,201,194)
#D9DAD3
(217,218,211)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49413A; }

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

This text font color is #49413A.


Background Color

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

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

This div background color is #49413A.


Border color

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

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

This div border color is #49413A.


Opacity

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

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

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

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

This text has shadow with #49413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49413A on black background.


Color preview on white background

This text has color #49413A on white background.



Black color preview on #49413A background

This text has black color on #49413A background.


White color preview on #49413A background

This text has white color on #49413A background.