COLOR #49323E

HEX: #49323E
RGB: (73,50,62)

Color info

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

RGB color model

#49323E color RGB value is (73,50,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 62 of 255 = 24%

73
50
62

R + G + B ~ 24%. #49323E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 62 = 185 (100%)
R 73 of 185 ~ 39.46%
G 50 of 185 ~ 27.03%
B 62 of 185 ~ 33.51%

%39.46
%27.03
%33.51

CMYK color model

#49323E color CMYK value is (0,32,15,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,32,15,71)
C0M32Y15K71 
(0%,32%,15%,71%)
(0.00/0.32/0.15/0.71)	

CMYK percentages

%0
%31.51
%15.07
%71.37

Codes

Color #49323E in popluar color models

49323E
RGB735062
HSL329°18.70%24.12%
HSB/HSV329°31.51%28.63%
CMYK0.00%31.51%15.07%
71.37%

Color #49323E in popluar number systems.

HEX49323E
Decimal735062
Binary1001001110010111110
Octal1116276

Shades and tints

Shades of #49323E

#49323E
(73,50,62)
#432E39
(67,46,57)
#3D2A34
(61,42,52)
#37262F
(55,38,47)
#31222A
(49,34,42)
#2B1E25
(43,30,37)
#251A20
(37,26,32)
#1F161B
(31,22,27)
#191216
(25,18,22)
#130E11
(19,14,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #49323E

#49323E
(73,50,62)
#59444F
(89,68,79)
#695660
(105,86,96)
#796871
(121,104,113)
#897A82
(137,122,130)
#998C93
(153,140,147)
#A99EA4
(169,158,164)
#B9B0B5
(185,176,181)
#C9C2C6
(201,194,198)
#D9D4D7
(217,212,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49323E; }

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

This text font color is #49323E.


Background Color

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

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

This div background color is #49323E.


Border color

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

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

This div border color is #49323E.


Opacity

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

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

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

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

This text has shadow with #49323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49323E on black background.


Color preview on white background

This text has color #49323E on white background.



Black color preview on #49323E background

This text has black color on #49323E background.


White color preview on #49323E background

This text has white color on #49323E background.