COLOR #49292A

HEX: #49292A
RGB: (73,41,42)

Color info

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

RGB color model

#49292A color RGB value is (73,41,42).

  • red value is 73;
  • green value is 41;
  • blue value is 42.
RGB:
(73,41,42)
(29%,16%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 42 of 255 = 16%

73
41
42

R + G + B ~ 20%. #49292A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 42 = 156 (100%)
R 73 of 156 ~ 46.79%
G 41 of 156 ~ 26.28%
B 42 of 156 ~ 26.92%

%46.79
%26.28
%26.92

CMYK color model

#49292A color CMYK value is (0,44,42,71).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 42.47%
  • key color value is 71.37%
CMYK:
(0,44,42,71)
C0M44Y42K71 
(0%,44%,42%,71%)
(0.00/0.44/0.42/0.71)	

CMYK percentages

%0
%43.84
%42.47
%71.37

Codes

Color #49292A in popluar color models

49292A
RGB734142
HSL358°28.07%22.35%
HSB/HSV358°43.84%28.63%
CMYK0.00%43.84%42.47%
71.37%

Color #49292A in popluar number systems.

HEX49292A
Decimal734142
Binary1001001101001101010
Octal1115152

Shades and tints

Shades of #49292A

#49292A
(73,41,42)
#432627
(67,38,39)
#3D2324
(61,35,36)
#372021
(55,32,33)
#311D1E
(49,29,30)
#2B1A1B
(43,26,27)
#251718
(37,23,24)
#1F1415
(31,20,21)
#191112
(25,17,18)
#130E0F
(19,14,15)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #49292A

#49292A
(73,41,42)
#593C3D
(89,60,61)
#694F50
(105,79,80)
#796263
(121,98,99)
#897576
(137,117,118)
#998889
(153,136,137)
#A99B9C
(169,155,156)
#B9AEAF
(185,174,175)
#C9C1C2
(201,193,194)
#D9D4D5
(217,212,213)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49292A color. Also use rgb(73,41,42) instead hex code.

Text Font Color

.myTextColor { color: #49292A; }

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

This text font color is #49292A.


Background Color

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

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

This div background color is #49292A.


Border color

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

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

This div border color is #49292A.


Opacity

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

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

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

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

This text has shadow with #49292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49292A on black background.


Color preview on white background

This text has color #49292A on white background.



Black color preview on #49292A background

This text has black color on #49292A background.


White color preview on #49292A background

This text has white color on #49292A background.