COLOR #49747F

HEX: #49747F
RGB: (73,116,127)

Color info

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

RGB color model

#49747F color RGB value is (73,116,127).

  • red value is 73;
  • green value is 116;
  • blue value is 127.
RGB:
(73,116,127)
(29%,45%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 116 of 255 = 45%
B 127 of 255 = 50%

73
116
127

R + G + B ~ 41%. #49747F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 116 + 127 = 316 (100%)
R 73 of 316 ~ 23.1%
G 116 of 316 ~ 36.71%
B 127 of 316 ~ 40.19%

%23.1
%36.71
%40.19

CMYK color model

#49747F color CMYK value is (43,9,0,50).

  • cyan value is 42.52%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,9,0,50)
C43M9Y0K50 
(43%,9%,0%,50%)
(0.43/0.09/0.00/0.50)	

CMYK percentages

%42.52
%8.66
%0
%50.2

Codes

Color #49747F in popluar color models

49747F
RGB73116127
HSL192°27.00%39.22%
HSB/HSV192°42.52%49.80%
CMYK42.52%8.66%0.00%
50.20%

Color #49747F in popluar number systems.

HEX49747F
Decimal73116127
Binary100100111101001111111
Octal111164177

Shades and tints

Shades of #49747F

#49747F
(73,116,127)
#436A74
(67,106,116)
#3D6069
(61,96,105)
#37565E
(55,86,94)
#314C53
(49,76,83)
#2B4248
(43,66,72)
#25383D
(37,56,61)
#1F2E32
(31,46,50)
#192427
(25,36,39)
#131A1C
(19,26,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #49747F

#49747F
(73,116,127)
#59808A
(89,128,138)
#698C95
(105,140,149)
#7998A0
(121,152,160)
#89A4AB
(137,164,171)
#99B0B6
(153,176,182)
#A9BCC1
(169,188,193)
#B9C8CC
(185,200,204)
#C9D4D7
(201,212,215)
#D9E0E2
(217,224,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49747F color. Also use rgb(73,116,127) instead hex code.

Text Font Color

.myTextColor { color: #49747F; }

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

This text font color is #49747F.


Background Color

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

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

This div background color is #49747F.


Border color

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

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

This div border color is #49747F.


Opacity

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

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

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

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

This text has shadow with #49747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49747F on black background.


Color preview on white background

This text has color #49747F on white background.



Black color preview on #49747F background

This text has black color on #49747F background.


White color preview on #49747F background

This text has white color on #49747F background.