COLOR #49555B

HEX: #49555B
RGB: (73,85,91)

Color info

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

RGB color model

#49555B color RGB value is (73,85,91).

  • red value is 73;
  • green value is 85;
  • blue value is 91.
RGB:
(73,85,91)
(29%,33%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 91 of 255 = 36%

73
85
91

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 91 = 249 (100%)
R 73 of 249 ~ 29.32%
G 85 of 249 ~ 34.14%
B 91 of 249 ~ 36.55%

%29.32
%34.14
%36.55

CMYK color model

#49555B color CMYK value is (20,7,0,64).

  • cyan value is 19.78%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,7,0,64)
C20M7Y0K64 
(20%,7%,0%,64%)
(0.20/0.07/0.00/0.64)	

CMYK percentages

%19.78
%6.59
%0
%64.31

Codes

Color #49555B in popluar color models

49555B
RGB738591
HSL200°10.98%32.16%
HSB/HSV200°19.78%35.69%
CMYK19.78%6.59%0.00%
64.31%

Color #49555B in popluar number systems.

HEX49555B
Decimal738591
Binary100100110101011011011
Octal111125133

Shades and tints

Shades of #49555B

#49555B
(73,85,91)
#434E53
(67,78,83)
#3D474B
(61,71,75)
#374043
(55,64,67)
#31393B
(49,57,59)
#2B3233
(43,50,51)
#252B2B
(37,43,43)
#1F2423
(31,36,35)
#191D1B
(25,29,27)
#131613
(19,22,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #49555B

#49555B
(73,85,91)
#596469
(89,100,105)
#697377
(105,115,119)
#798285
(121,130,133)
#899193
(137,145,147)
#99A0A1
(153,160,161)
#A9AFAF
(169,175,175)
#B9BEBD
(185,190,189)
#C9CDCB
(201,205,203)
#D9DCD9
(217,220,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49555B color. Also use rgb(73,85,91) instead hex code.

Text Font Color

.myTextColor { color: #49555B; }

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

This text font color is #49555B.


Background Color

.myBgColor { background-color: #49555B; }

<div style="background-color:#49555B">Inner text</div>

This div background color is #49555B.


Border color

.myBorderColor { border: 1px solid #49555B; }

<div style="border:3px solid #49555B">Div</div>

This div border color is #49555B.


Opacity

.myOpacity80 { color: #49555B; opacity: 0.8; }

<p style="color:#49555B;opacity:0.8;">80%</p>

Text with #49555B 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 #49555B;}

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

This text has shadow with #49555B color.

.textShadow {text-shadow: 3px 3px 1px #49555B, 3px 3px 1px red;}

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

This text has shadow with #49555B primary color and red secondary color.


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

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

This text has shadow with #49555B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49555B on black background.


Color preview on white background

This text has color #49555B on white background.



Black color preview on #49555B background

This text has black color on #49555B background.


White color preview on #49555B background

This text has white color on #49555B background.