COLOR #49697B

HEX: #49697B
RGB: (73,105,123)

Color info

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

RGB color model

#49697B color RGB value is (73,105,123).

  • red value is 73;
  • green value is 105;
  • blue value is 123.
RGB:
(73,105,123)
(29%,41%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 123 of 255 = 48%

73
105
123

R + G + B ~ 39%. #49697B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 123 = 301 (100%)
R 73 of 301 ~ 24.25%
G 105 of 301 ~ 34.88%
B 123 of 301 ~ 40.86%

%24.25
%34.88
%40.86

CMYK color model

#49697B color CMYK value is (41,15,0,52).

  • cyan value is 40.65%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,15,0,52)
C41M15Y0K52 
(41%,15%,0%,52%)
(0.41/0.15/0.00/0.52)	

CMYK percentages

%40.65
%14.63
%0
%51.76

Codes

Color #49697B in popluar color models

49697B
RGB73105123
HSL202°25.51%38.43%
HSB/HSV202°40.65%48.24%
CMYK40.65%14.63%0.00%
51.76%

Color #49697B in popluar number systems.

HEX49697B
Decimal73105123
Binary100100111010011111011
Octal111151173

Shades and tints

Shades of #49697B

#49697B
(73,105,123)
#436070
(67,96,112)
#3D5765
(61,87,101)
#374E5A
(55,78,90)
#31454F
(49,69,79)
#2B3C44
(43,60,68)
#253339
(37,51,57)
#1F2A2E
(31,42,46)
#192123
(25,33,35)
#131818
(19,24,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #49697B

#49697B
(73,105,123)
#597687
(89,118,135)
#698393
(105,131,147)
#79909F
(121,144,159)
#899DAB
(137,157,171)
#99AAB7
(153,170,183)
#A9B7C3
(169,183,195)
#B9C4CF
(185,196,207)
#C9D1DB
(201,209,219)
#D9DEE7
(217,222,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49697B color. Also use rgb(73,105,123) instead hex code.

Text Font Color

.myTextColor { color: #49697B; }

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

This text font color is #49697B.


Background Color

.myBgColor { background-color: #49697B; }

<div style="background-color:#49697B">Inner text</div>

This div background color is #49697B.


Border color

.myBorderColor { border: 1px solid #49697B; }

<div style="border:3px solid #49697B">Div</div>

This div border color is #49697B.


Opacity

.myOpacity80 { color: #49697B; opacity: 0.8; }

<p style="color:#49697B;opacity:0.8;">80%</p>

Text with #49697B 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 #49697B;}

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

This text has shadow with #49697B color.

.textShadow {text-shadow: 3px 3px 1px #49697B, 3px 3px 1px red;}

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

This text has shadow with #49697B primary color and red secondary color.


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

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

This text has shadow with #49697B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49697B on black background.


Color preview on white background

This text has color #49697B on white background.



Black color preview on #49697B background

This text has black color on #49697B background.


White color preview on #49697B background

This text has white color on #49697B background.