COLOR #49737E

HEX: #49737E
RGB: (73,115,126)

Color info

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

RGB color model

#49737E color RGB value is (73,115,126).

  • red value is 73;
  • green value is 115;
  • blue value is 126.
RGB:
(73,115,126)
(29%,45%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 115 of 255 = 45%
B 126 of 255 = 49%

73
115
126

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

Portions of RGB colors in percentages

R + G + B =
73 + 115 + 126 = 314 (100%)
R 73 of 314 ~ 23.25%
G 115 of 314 ~ 36.62%
B 126 of 314 ~ 40.13%

%23.25
%36.62
%40.13

CMYK color model

#49737E color CMYK value is (42,9,0,51).

  • cyan value is 42.06%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(42,9,0,51)
C42M9Y0K51 
(42%,9%,0%,51%)
(0.42/0.09/0.00/0.51)	

CMYK percentages

%42.06
%8.73
%0
%50.59

Codes

Color #49737E in popluar color models

49737E
RGB73115126
HSL192°26.63%39.02%
HSB/HSV192°42.06%49.41%
CMYK42.06%8.73%0.00%
50.59%

Color #49737E in popluar number systems.

HEX49737E
Decimal73115126
Binary100100111100111111110
Octal111163176

Shades and tints

Shades of #49737E

#49737E
(73,115,126)
#436973
(67,105,115)
#3D5F68
(61,95,104)
#37555D
(55,85,93)
#314B52
(49,75,82)
#2B4147
(43,65,71)
#25373C
(37,55,60)
#1F2D31
(31,45,49)
#192326
(25,35,38)
#13191B
(19,25,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #49737E

#49737E
(73,115,126)
#597F89
(89,127,137)
#698B94
(105,139,148)
#79979F
(121,151,159)
#89A3AA
(137,163,170)
#99AFB5
(153,175,181)
#A9BBC0
(169,187,192)
#B9C7CB
(185,199,203)
#C9D3D6
(201,211,214)
#D9DFE1
(217,223,225)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49737E color. Also use rgb(73,115,126) instead hex code.

Text Font Color

.myTextColor { color: #49737E; }

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

This text font color is #49737E.


Background Color

.myBgColor { background-color: #49737E; }

<div style="background-color:#49737E">Inner text</div>

This div background color is #49737E.


Border color

.myBorderColor { border: 1px solid #49737E; }

<div style="border:3px solid #49737E">Div</div>

This div border color is #49737E.


Opacity

.myOpacity80 { color: #49737E; opacity: 0.8; }

<p style="color:#49737E;opacity:0.8;">80%</p>

Text with #49737E 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 #49737E;}

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

This text has shadow with #49737E color.

.textShadow {text-shadow: 3px 3px 1px #49737E, 3px 3px 1px red;}

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

This text has shadow with #49737E primary color and red secondary color.


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

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

This text has shadow with #49737E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49737E on black background.


Color preview on white background

This text has color #49737E on white background.



Black color preview on #49737E background

This text has black color on #49737E background.


White color preview on #49737E background

This text has white color on #49737E background.