COLOR #49393A

HEX: #49393A
RGB: (73,57,58)

Color info

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

RGB color model

#49393A color RGB value is (73,57,58).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 58 of 255 = 23%

73
57
58

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

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 58 = 188 (100%)
R 73 of 188 ~ 38.83%
G 57 of 188 ~ 30.32%
B 58 of 188 ~ 30.85%

%38.83
%30.32
%30.85

CMYK color model

#49393A color CMYK value is (0,22,21,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(0,22,21,71)
C0M22Y21K71 
(0%,22%,21%,71%)
(0.00/0.22/0.21/0.71)	

CMYK percentages

%0
%21.92
%20.55
%71.37

Codes

Color #49393A in popluar color models

49393A
RGB735758
HSL356°12.31%25.49%
HSB/HSV356°21.92%28.63%
CMYK0.00%21.92%20.55%
71.37%

Color #49393A in popluar number systems.

HEX49393A
Decimal735758
Binary1001001111001111010
Octal1117172

Shades and tints

Shades of #49393A

#49393A
(73,57,58)
#433435
(67,52,53)
#3D2F30
(61,47,48)
#372A2B
(55,42,43)
#312526
(49,37,38)
#2B2021
(43,32,33)
#251B1C
(37,27,28)
#1F1617
(31,22,23)
#191112
(25,17,18)
#130C0D
(19,12,13)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #49393A

#49393A
(73,57,58)
#594B4B
(89,75,75)
#695D5C
(105,93,92)
#796F6D
(121,111,109)
#89817E
(137,129,126)
#99938F
(153,147,143)
#A9A5A0
(169,165,160)
#B9B7B1
(185,183,177)
#C9C9C2
(201,201,194)
#D9DBD3
(217,219,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49393A; }

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

This text font color is #49393A.


Background Color

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

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

This div background color is #49393A.


Border color

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

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

This div border color is #49393A.


Opacity

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

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

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

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

This text has shadow with #49393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49393A on black background.


Color preview on white background

This text has color #49393A on white background.



Black color preview on #49393A background

This text has black color on #49393A background.


White color preview on #49393A background

This text has white color on #49393A background.