COLOR #49343F

HEX: #49343F
RGB: (73,52,63)

Color info

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

RGB color model

#49343F color RGB value is (73,52,63).

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

RGB channels and saturation

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

73
52
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 63 = 188 (100%)
R 73 of 188 ~ 38.83%
G 52 of 188 ~ 27.66%
B 63 of 188 ~ 33.51%

%38.83
%27.66
%33.51

CMYK color model

#49343F color CMYK value is (0,29,14,71).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,29,14,71)
C0M29Y14K71 
(0%,29%,14%,71%)
(0.00/0.29/0.14/0.71)	

CMYK percentages

%0
%28.77
%13.7
%71.37

Codes

Color #49343F in popluar color models

49343F
RGB735263
HSL329°16.80%24.51%
HSB/HSV329°28.77%28.63%
CMYK0.00%28.77%13.70%
71.37%

Color #49343F in popluar number systems.

HEX49343F
Decimal735263
Binary1001001110100111111
Octal1116477

Shades and tints

Shades of #49343F

#49343F
(73,52,63)
#43303A
(67,48,58)
#3D2C35
(61,44,53)
#372830
(55,40,48)
#31242B
(49,36,43)
#2B2026
(43,32,38)
#251C21
(37,28,33)
#1F181C
(31,24,28)
#191417
(25,20,23)
#131012
(19,16,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #49343F

#49343F
(73,52,63)
#594650
(89,70,80)
#695861
(105,88,97)
#796A72
(121,106,114)
#897C83
(137,124,131)
#998E94
(153,142,148)
#A9A0A5
(169,160,165)
#B9B2B6
(185,178,182)
#C9C4C7
(201,196,199)
#D9D6D8
(217,214,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49343F; }

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

This text font color is #49343F.


Background Color

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

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

This div background color is #49343F.


Border color

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

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

This div border color is #49343F.


Opacity

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

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

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

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

This text has shadow with #49343F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49343F on black background.


Color preview on white background

This text has color #49343F on white background.



Black color preview on #49343F background

This text has black color on #49343F background.


White color preview on #49343F background

This text has white color on #49343F background.