COLOR #497B7F

HEX: #497B7F
RGB: (73,123,127)

Color info

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

RGB color model

#497B7F color RGB value is (73,123,127).

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

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 127 of 255 = 50%

73
123
127

R + G + B ~ 42%. #497B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 127 = 323 (100%)
R 73 of 323 ~ 22.6%
G 123 of 323 ~ 38.08%
B 127 of 323 ~ 39.32%

%22.6
%38.08
%39.32

CMYK color model

#497B7F color CMYK value is (43,3,0,50).

  • cyan value is 42.52%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,3,0,50)
C43M3Y0K50 
(43%,3%,0%,50%)
(0.43/0.03/0.00/0.50)	

CMYK percentages

%42.52
%3.15
%0
%50.2

Codes

Color #497B7F in popluar color models

497B7F
RGB73123127
HSL184°27.00%39.22%
HSB/HSV184°42.52%49.80%
CMYK42.52%3.15%0.00%
50.20%

Color #497B7F in popluar number systems.

HEX497B7F
Decimal73123127
Binary100100111110111111111
Octal111173177

Shades and tints

Shades of #497B7F

#497B7F
(73,123,127)
#437074
(67,112,116)
#3D6569
(61,101,105)
#375A5E
(55,90,94)
#314F53
(49,79,83)
#2B4448
(43,68,72)
#25393D
(37,57,61)
#1F2E32
(31,46,50)
#192327
(25,35,39)
#13181C
(19,24,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #497B7F

#497B7F
(73,123,127)
#59878A
(89,135,138)
#699395
(105,147,149)
#799FA0
(121,159,160)
#89ABAB
(137,171,171)
#99B7B6
(153,183,182)
#A9C3C1
(169,195,193)
#B9CFCC
(185,207,204)
#C9DBD7
(201,219,215)
#D9E7E2
(217,231,226)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B7F color. Also use rgb(73,123,127) instead hex code.

Text Font Color

.myTextColor { color: #497B7F; }

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

This text font color is #497B7F.


Background Color

.myBgColor { background-color: #497B7F; }

<div style="background-color:#497B7F">Inner text</div>

This div background color is #497B7F.


Border color

.myBorderColor { border: 1px solid #497B7F; }

<div style="border:3px solid #497B7F">Div</div>

This div border color is #497B7F.


Opacity

.myOpacity80 { color: #497B7F; opacity: 0.8; }

<p style="color:#497B7F;opacity:0.8;">80%</p>

Text with #497B7F 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 #497B7F;}

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

This text has shadow with #497B7F color.

.textShadow {text-shadow: 3px 3px 1px #497B7F, 3px 3px 1px red;}

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

This text has shadow with #497B7F primary color and red secondary color.


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

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

This text has shadow with #497B7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B7F on black background.


Color preview on white background

This text has color #497B7F on white background.



Black color preview on #497B7F background

This text has black color on #497B7F background.


White color preview on #497B7F background

This text has white color on #497B7F background.