COLOR #49595C

HEX: #49595C
RGB: (73,89,92)

Color info

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

RGB color model

#49595C color RGB value is (73,89,92).

  • red value is 73;
  • green value is 89;
  • blue value is 92.
RGB:
(73,89,92)
(29%,35%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 92 of 255 = 36%

73
89
92

R + G + B ~ 33%. #49595C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 92 = 254 (100%)
R 73 of 254 ~ 28.74%
G 89 of 254 ~ 35.04%
B 92 of 254 ~ 36.22%

%28.74
%35.04
%36.22

CMYK color model

#49595C color CMYK value is (21,3,0,64).

  • cyan value is 20.65%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,3,0,64)
C21M3Y0K64 
(21%,3%,0%,64%)
(0.21/0.03/0.00/0.64)	

CMYK percentages

%20.65
%3.26
%0
%63.92

Codes

Color #49595C in popluar color models

49595C
RGB738992
HSL189°11.52%32.35%
HSB/HSV189°20.65%36.08%
CMYK20.65%3.26%0.00%
63.92%

Color #49595C in popluar number systems.

HEX49595C
Decimal738992
Binary100100110110011011100
Octal111131134

Shades and tints

Shades of #49595C

#49595C
(73,89,92)
#435154
(67,81,84)
#3D494C
(61,73,76)
#374144
(55,65,68)
#31393C
(49,57,60)
#2B3134
(43,49,52)
#25292C
(37,41,44)
#1F2124
(31,33,36)
#19191C
(25,25,28)
#131114
(19,17,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #49595C

#49595C
(73,89,92)
#59686A
(89,104,106)
#697778
(105,119,120)
#798686
(121,134,134)
#899594
(137,149,148)
#99A4A2
(153,164,162)
#A9B3B0
(169,179,176)
#B9C2BE
(185,194,190)
#C9D1CC
(201,209,204)
#D9E0DA
(217,224,218)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49595C color. Also use rgb(73,89,92) instead hex code.

Text Font Color

.myTextColor { color: #49595C; }

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

This text font color is #49595C.


Background Color

.myBgColor { background-color: #49595C; }

<div style="background-color:#49595C">Inner text</div>

This div background color is #49595C.


Border color

.myBorderColor { border: 1px solid #49595C; }

<div style="border:3px solid #49595C">Div</div>

This div border color is #49595C.


Opacity

.myOpacity80 { color: #49595C; opacity: 0.8; }

<p style="color:#49595C;opacity:0.8;">80%</p>

Text with #49595C 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 #49595C;}

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

This text has shadow with #49595C color.

.textShadow {text-shadow: 3px 3px 1px #49595C, 3px 3px 1px red;}

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

This text has shadow with #49595C primary color and red secondary color.


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

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

This text has shadow with #49595C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49595C on black background.


Color preview on white background

This text has color #49595C on white background.



Black color preview on #49595C background

This text has black color on #49595C background.


White color preview on #49595C background

This text has white color on #49595C background.