COLOR #49657F

HEX: #49657F
RGB: (73,101,127)

Color info

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

RGB color model

#49657F color RGB value is (73,101,127).

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

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 127 of 255 = 50%

73
101
127

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

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 127 = 301 (100%)
R 73 of 301 ~ 24.25%
G 101 of 301 ~ 33.55%
B 127 of 301 ~ 42.19%

%24.25
%33.55
%42.19

CMYK color model

#49657F color CMYK value is (43,20,0,50).

  • cyan value is 42.52%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,20,0,50)
C43M20Y0K50 
(43%,20%,0%,50%)
(0.43/0.20/0.00/0.50)	

CMYK percentages

%42.52
%20.47
%0
%50.2

Codes

Color #49657F in popluar color models

49657F
RGB73101127
HSL209°27.00%39.22%
HSB/HSV209°42.52%49.80%
CMYK42.52%20.47%0.00%
50.20%

Color #49657F in popluar number systems.

HEX49657F
Decimal73101127
Binary100100111001011111111
Octal111145177

Shades and tints

Shades of #49657F

#49657F
(73,101,127)
#435C74
(67,92,116)
#3D5369
(61,83,105)
#374A5E
(55,74,94)
#314153
(49,65,83)
#2B3848
(43,56,72)
#252F3D
(37,47,61)
#1F2632
(31,38,50)
#191D27
(25,29,39)
#13141C
(19,20,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #49657F

#49657F
(73,101,127)
#59738A
(89,115,138)
#698195
(105,129,149)
#798FA0
(121,143,160)
#899DAB
(137,157,171)
#99ABB6
(153,171,182)
#A9B9C1
(169,185,193)
#B9C7CC
(185,199,204)
#C9D5D7
(201,213,215)
#D9E3E2
(217,227,226)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49657F; }

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

This text font color is #49657F.


Background Color

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

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

This div background color is #49657F.


Border color

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

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

This div border color is #49657F.


Opacity

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

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

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

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

This text has shadow with #49657F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49657F on black background.


Color preview on white background

This text has color #49657F on white background.



Black color preview on #49657F background

This text has black color on #49657F background.


White color preview on #49657F background

This text has white color on #49657F background.