COLOR #49212F

HEX: #49212F
RGB: (73,33,47)

Color info

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

RGB color model

#49212F color RGB value is (73,33,47).

  • red value is 73;
  • green value is 33;
  • blue value is 47.
RGB:
(73,33,47)
(29%,13%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 33 of 255 = 13%
B 47 of 255 = 18%

73
33
47

R + G + B ~ 20%. #49212F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 47 = 153 (100%)
R 73 of 153 ~ 47.71%
G 33 of 153 ~ 21.57%
B 47 of 153 ~ 30.72%

%47.71
%21.57
%30.72

CMYK color model

#49212F color CMYK value is (0,55,36,71).

  • cyan value is 0.00%
  • magenta value is 54.79%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(0,55,36,71)
C0M55Y36K71 
(0%,55%,36%,71%)
(0.00/0.55/0.36/0.71)	

CMYK percentages

%0
%54.79
%35.62
%71.37

Codes

Color #49212F in popluar color models

49212F
RGB733347
HSL339°37.74%20.78%
HSB/HSV339°54.79%28.63%
CMYK0.00%54.79%35.62%
71.37%

Color #49212F in popluar number systems.

HEX49212F
Decimal733347
Binary1001001100001101111
Octal1114157

Shades and tints

Shades of #49212F

#49212F
(73,33,47)
#431E2B
(67,30,43)
#3D1B27
(61,27,39)
#371823
(55,24,35)
#31151F
(49,21,31)
#2B121B
(43,18,27)
#250F17
(37,15,23)
#1F0C13
(31,12,19)
#19090F
(25,9,15)
#13060B
(19,6,11)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #49212F

#49212F
(73,33,47)
#593541
(89,53,65)
#694953
(105,73,83)
#795D65
(121,93,101)
#897177
(137,113,119)
#998589
(153,133,137)
#A9999B
(169,153,155)
#B9ADAD
(185,173,173)
#C9C1BF
(201,193,191)
#D9D5D1
(217,213,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49212F color. Also use rgb(73,33,47) instead hex code.

Text Font Color

.myTextColor { color: #49212F; }

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

This text font color is #49212F.


Background Color

.myBgColor { background-color: #49212F; }

<div style="background-color:#49212F">Inner text</div>

This div background color is #49212F.


Border color

.myBorderColor { border: 1px solid #49212F; }

<div style="border:3px solid #49212F">Div</div>

This div border color is #49212F.


Opacity

.myOpacity80 { color: #49212F; opacity: 0.8; }

<p style="color:#49212F;opacity:0.8;">80%</p>

Text with #49212F 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 #49212F;}

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

This text has shadow with #49212F color.

.textShadow {text-shadow: 3px 3px 1px #49212F, 3px 3px 1px red;}

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

This text has shadow with #49212F primary color and red secondary color.


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

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

This text has shadow with #49212F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49212F on black background.


Color preview on white background

This text has color #49212F on white background.



Black color preview on #49212F background

This text has black color on #49212F background.


White color preview on #49212F background

This text has white color on #49212F background.