COLOR #49393F

HEX: #49393F
RGB: (73,57,63)

Color info

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

RGB color model

#49393F color RGB value is (73,57,63).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 63 of 255 = 25%

73
57
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 63 = 193 (100%)
R 73 of 193 ~ 37.82%
G 57 of 193 ~ 29.53%
B 63 of 193 ~ 32.64%

%37.82
%29.53
%32.64

CMYK color model

#49393F color CMYK value is (0,22,14,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,22,14,71)
C0M22Y14K71 
(0%,22%,14%,71%)
(0.00/0.22/0.14/0.71)	

CMYK percentages

%0
%21.92
%13.7
%71.37

Codes

Color #49393F in popluar color models

49393F
RGB735763
HSL338°12.31%25.49%
HSB/HSV338°21.92%28.63%
CMYK0.00%21.92%13.70%
71.37%

Color #49393F in popluar number systems.

HEX49393F
Decimal735763
Binary1001001111001111111
Octal1117177

Shades and tints

Shades of #49393F

#49393F
(73,57,63)
#43343A
(67,52,58)
#3D2F35
(61,47,53)
#372A30
(55,42,48)
#31252B
(49,37,43)
#2B2026
(43,32,38)
#251B21
(37,27,33)
#1F161C
(31,22,28)
#191117
(25,17,23)
#130C12
(19,12,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #49393F

#49393F
(73,57,63)
#594B50
(89,75,80)
#695D61
(105,93,97)
#796F72
(121,111,114)
#898183
(137,129,131)
#999394
(153,147,148)
#A9A5A5
(169,165,165)
#B9B7B6
(185,183,182)
#C9C9C7
(201,201,199)
#D9DBD8
(217,219,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49393F; }

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

This text font color is #49393F.


Background Color

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

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

This div background color is #49393F.


Border color

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

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

This div border color is #49393F.


Opacity

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

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

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

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

This text has shadow with #49393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49393F on black background.


Color preview on white background

This text has color #49393F on white background.



Black color preview on #49393F background

This text has black color on #49393F background.


White color preview on #49393F background

This text has white color on #49393F background.