COLOR #49575D

HEX: #49575D
RGB: (73,87,93)

Color info

#49575D contains red, green and blue colors in about the same proportion. Web safe color of #49575D is #336666 (or #366).

RGB color model

#49575D color RGB value is (73,87,93).

  • red value is 73;
  • green value is 87;
  • blue value is 93.
RGB:
(73,87,93)
(29%,34%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 87 of 255 = 34%
B 93 of 255 = 36%

73
87
93

R + G + B ~ 33%. #49575D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 87 + 93 = 253 (100%)
R 73 of 253 ~ 28.85%
G 87 of 253 ~ 34.39%
B 93 of 253 ~ 36.76%

%28.85
%34.39
%36.76

CMYK color model

#49575D color CMYK value is (22,6,0,64).

  • cyan value is 21.51%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(22,6,0,64)
C22M6Y0K64 
(22%,6%,0%,64%)
(0.22/0.06/0.00/0.64)	

CMYK percentages

%21.51
%6.45
%0
%63.53

Codes

Color #49575D in popluar color models

49575D
RGB738793
HSL198°12.05%32.55%
HSB/HSV198°21.51%36.47%
CMYK21.51%6.45%0.00%
63.53%

Color #49575D in popluar number systems.

HEX49575D
Decimal738793
Binary100100110101111011101
Octal111127135

Shades and tints

Shades of #49575D

#49575D
(73,87,93)
#435055
(67,80,85)
#3D494D
(61,73,77)
#374245
(55,66,69)
#313B3D
(49,59,61)
#2B3435
(43,52,53)
#252D2D
(37,45,45)
#1F2625
(31,38,37)
#191F1D
(25,31,29)
#131815
(19,24,21)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #49575D

#49575D
(73,87,93)
#59666B
(89,102,107)
#697579
(105,117,121)
#798487
(121,132,135)
#899395
(137,147,149)
#99A2A3
(153,162,163)
#A9B1B1
(169,177,177)
#B9C0BF
(185,192,191)
#C9CFCD
(201,207,205)
#D9DEDB
(217,222,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49575D color. Also use rgb(73,87,93) instead hex code.

Text Font Color

.myTextColor { color: #49575D; }

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

This text font color is #49575D.


Background Color

.myBgColor { background-color: #49575D; }

<div style="background-color:#49575D">Inner text</div>

This div background color is #49575D.


Border color

.myBorderColor { border: 1px solid #49575D; }

<div style="border:3px solid #49575D">Div</div>

This div border color is #49575D.


Opacity

.myOpacity80 { color: #49575D; opacity: 0.8; }

<p style="color:#49575D;opacity:0.8;">80%</p>

Text with #49575D 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 #49575D;}

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

This text has shadow with #49575D color.

.textShadow {text-shadow: 3px 3px 1px #49575D, 3px 3px 1px red;}

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

This text has shadow with #49575D primary color and red secondary color.


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

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

This text has shadow with #49575D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49575D on black background.


Color preview on white background

This text has color #49575D on white background.



Black color preview on #49575D background

This text has black color on #49575D background.


White color preview on #49575D background

This text has white color on #49575D background.