COLOR #49727C

HEX: #49727C
RGB: (73,114,124)

Color info

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

RGB color model

#49727C color RGB value is (73,114,124).

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

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 124 of 255 = 49%

73
114
124

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

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 124 = 311 (100%)
R 73 of 311 ~ 23.47%
G 114 of 311 ~ 36.66%
B 124 of 311 ~ 39.87%

%23.47
%36.66
%39.87

CMYK color model

#49727C color CMYK value is (41,8,0,51).

  • cyan value is 41.13%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(41,8,0,51)
C41M8Y0K51 
(41%,8%,0%,51%)
(0.41/0.08/0.00/0.51)	

CMYK percentages

%41.13
%8.06
%0
%51.37

Codes

Color #49727C in popluar color models

49727C
RGB73114124
HSL192°25.89%38.63%
HSB/HSV192°41.13%48.63%
CMYK41.13%8.06%0.00%
51.37%

Color #49727C in popluar number systems.

HEX49727C
Decimal73114124
Binary100100111100101111100
Octal111162174

Shades and tints

Shades of #49727C

#49727C
(73,114,124)
#436871
(67,104,113)
#3D5E66
(61,94,102)
#37545B
(55,84,91)
#314A50
(49,74,80)
#2B4045
(43,64,69)
#25363A
(37,54,58)
#1F2C2F
(31,44,47)
#192224
(25,34,36)
#131819
(19,24,25)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #49727C

#49727C
(73,114,124)
#597E87
(89,126,135)
#698A92
(105,138,146)
#79969D
(121,150,157)
#89A2A8
(137,162,168)
#99AEB3
(153,174,179)
#A9BABE
(169,186,190)
#B9C6C9
(185,198,201)
#C9D2D4
(201,210,212)
#D9DEDF
(217,222,223)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49727C color. Also use rgb(73,114,124) instead hex code.

Text Font Color

.myTextColor { color: #49727C; }

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

This text font color is #49727C.


Background Color

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

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

This div background color is #49727C.


Border color

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

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

This div border color is #49727C.


Opacity

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

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

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

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

This text has shadow with #49727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49727C on black background.


Color preview on white background

This text has color #49727C on white background.



Black color preview on #49727C background

This text has black color on #49727C background.


White color preview on #49727C background

This text has white color on #49727C background.