COLOR #49323F

HEX: #49323F
RGB: (73,50,63)

Color info

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

RGB color model

#49323F color RGB value is (73,50,63).

  • red value is 73;
  • green value is 50;
  • blue value is 63.
RGB:
(73,50,63)
(29%,20%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 63 of 255 = 25%

73
50
63

R + G + B ~ 25%. #49323F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 63 = 186 (100%)
R 73 of 186 ~ 39.25%
G 50 of 186 ~ 26.88%
B 63 of 186 ~ 33.87%

%39.25
%26.88
%33.87

CMYK color model

#49323F color CMYK value is (0,32,14,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,32,14,71)
C0M32Y14K71 
(0%,32%,14%,71%)
(0.00/0.32/0.14/0.71)	

CMYK percentages

%0
%31.51
%13.7
%71.37

Codes

Color #49323F in popluar color models

49323F
RGB735063
HSL326°18.70%24.12%
HSB/HSV326°31.51%28.63%
CMYK0.00%31.51%13.70%
71.37%

Color #49323F in popluar number systems.

HEX49323F
Decimal735063
Binary1001001110010111111
Octal1116277

Shades and tints

Shades of #49323F

#49323F
(73,50,63)
#432E3A
(67,46,58)
#3D2A35
(61,42,53)
#372630
(55,38,48)
#31222B
(49,34,43)
#2B1E26
(43,30,38)
#251A21
(37,26,33)
#1F161C
(31,22,28)
#191217
(25,18,23)
#130E12
(19,14,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #49323F

#49323F
(73,50,63)
#594450
(89,68,80)
#695661
(105,86,97)
#796872
(121,104,114)
#897A83
(137,122,131)
#998C94
(153,140,148)
#A99EA5
(169,158,165)
#B9B0B6
(185,176,182)
#C9C2C7
(201,194,199)
#D9D4D8
(217,212,216)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49323F color. Also use rgb(73,50,63) instead hex code.

Text Font Color

.myTextColor { color: #49323F; }

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

This text font color is #49323F.


Background Color

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

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

This div background color is #49323F.


Border color

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

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

This div border color is #49323F.


Opacity

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

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

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

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

This text has shadow with #49323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49323F on black background.


Color preview on white background

This text has color #49323F on white background.



Black color preview on #49323F background

This text has black color on #49323F background.


White color preview on #49323F background

This text has white color on #49323F background.