COLOR #49737A

HEX: #49737A
RGB: (73,115,122)

Color info

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

RGB color model

#49737A color RGB value is (73,115,122).

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

RGB channels and saturation

R 73 of 255 = 29%
G 115 of 255 = 45%
B 122 of 255 = 48%

73
115
122

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

Portions of RGB colors in percentages

R + G + B =
73 + 115 + 122 = 310 (100%)
R 73 of 310 ~ 23.55%
G 115 of 310 ~ 37.1%
B 122 of 310 ~ 39.35%

%23.55
%37.1
%39.35

CMYK color model

#49737A color CMYK value is (40,6,0,52).

  • cyan value is 40.16%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(40,6,0,52)
C40M6Y0K52 
(40%,6%,0%,52%)
(0.40/0.06/0.00/0.52)	

CMYK percentages

%40.16
%5.74
%0
%52.16

Codes

Color #49737A in popluar color models

49737A
RGB73115122
HSL189°25.13%38.24%
HSB/HSV189°40.16%47.84%
CMYK40.16%5.74%0.00%
52.16%

Color #49737A in popluar number systems.

HEX49737A
Decimal73115122
Binary100100111100111111010
Octal111163172

Shades and tints

Shades of #49737A

#49737A
(73,115,122)
#43696F
(67,105,111)
#3D5F64
(61,95,100)
#375559
(55,85,89)
#314B4E
(49,75,78)
#2B4143
(43,65,67)
#253738
(37,55,56)
#1F2D2D
(31,45,45)
#192322
(25,35,34)
#131917
(19,25,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #49737A

#49737A
(73,115,122)
#597F86
(89,127,134)
#698B92
(105,139,146)
#79979E
(121,151,158)
#89A3AA
(137,163,170)
#99AFB6
(153,175,182)
#A9BBC2
(169,187,194)
#B9C7CE
(185,199,206)
#C9D3DA
(201,211,218)
#D9DFE6
(217,223,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49737A; }

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

This text font color is #49737A.


Background Color

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

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

This div background color is #49737A.


Border color

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

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

This div border color is #49737A.


Opacity

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

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

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

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

This text has shadow with #49737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49737A on black background.


Color preview on white background

This text has color #49737A on white background.



Black color preview on #49737A background

This text has black color on #49737A background.


White color preview on #49737A background

This text has white color on #49737A background.