COLOR #49303D

HEX: #49303D
RGB: (73,48,61)

Color info

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

RGB color model

#49303D color RGB value is (73,48,61).

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

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 61 of 255 = 24%

73
48
61

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

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 61 = 182 (100%)
R 73 of 182 ~ 40.11%
G 48 of 182 ~ 26.37%
B 61 of 182 ~ 33.52%

%40.11
%26.37
%33.52

CMYK color model

#49303D color CMYK value is (0,34,16,71).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(0,34,16,71)
C0M34Y16K71 
(0%,34%,16%,71%)
(0.00/0.34/0.16/0.71)	

CMYK percentages

%0
%34.25
%16.44
%71.37

Codes

Color #49303D in popluar color models

49303D
RGB734861
HSL329°20.66%23.73%
HSB/HSV329°34.25%28.63%
CMYK0.00%34.25%16.44%
71.37%

Color #49303D in popluar number systems.

HEX49303D
Decimal734861
Binary1001001110000111101
Octal1116075

Shades and tints

Shades of #49303D

#49303D
(73,48,61)
#432C38
(67,44,56)
#3D2833
(61,40,51)
#37242E
(55,36,46)
#312029
(49,32,41)
#2B1C24
(43,28,36)
#25181F
(37,24,31)
#1F141A
(31,20,26)
#191015
(25,16,21)
#130C10
(19,12,16)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #49303D

#49303D
(73,48,61)
#59424E
(89,66,78)
#69545F
(105,84,95)
#796670
(121,102,112)
#897881
(137,120,129)
#998A92
(153,138,146)
#A99CA3
(169,156,163)
#B9AEB4
(185,174,180)
#C9C0C5
(201,192,197)
#D9D2D6
(217,210,214)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49303D; }

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

This text font color is #49303D.


Background Color

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

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

This div background color is #49303D.


Border color

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

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

This div border color is #49303D.


Opacity

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

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

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

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

This text has shadow with #49303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49303D on black background.


Color preview on white background

This text has color #49303D on white background.



Black color preview on #49303D background

This text has black color on #49303D background.


White color preview on #49303D background

This text has white color on #49303D background.