COLOR #497C80

HEX: #497C80
RGB: (73,124,128)

Color info

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

RGB color model

#497C80 color RGB value is (73,124,128).

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

RGB channels and saturation

R 73 of 255 = 29%
G 124 of 255 = 49%
B 128 of 255 = 50%

73
124
128

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

Portions of RGB colors in percentages

R + G + B =
73 + 124 + 128 = 325 (100%)
R 73 of 325 ~ 22.46%
G 124 of 325 ~ 38.15%
B 128 of 325 ~ 39.38%

%22.46
%38.15
%39.38

CMYK color model

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

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

CMYK percentages

%42.97
%3.12
%0
%49.8

Codes

Color #497C80 in popluar color models

497C80
RGB73124128
HSL184°27.36%39.41%
HSB/HSV184°42.97%50.20%
CMYK42.97%3.12%0.00%
49.80%

Color #497C80 in popluar number systems.

HEX497C80
Decimal73124128
Binary1001001111110010000000
Octal111174200

Shades and tints

Shades of #497C80

#497C80
(73,124,128)
#437175
(67,113,117)
#3D666A
(61,102,106)
#375B5F
(55,91,95)
#315054
(49,80,84)
#2B4549
(43,69,73)
#253A3E
(37,58,62)
#1F2F33
(31,47,51)
#192428
(25,36,40)
#13191D
(19,25,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #497C80

#497C80
(73,124,128)
#59878B
(89,135,139)
#699296
(105,146,150)
#799DA1
(121,157,161)
#89A8AC
(137,168,172)
#99B3B7
(153,179,183)
#A9BEC2
(169,190,194)
#B9C9CD
(185,201,205)
#C9D4D8
(201,212,216)
#D9DFE3
(217,223,227)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C80 color. Also use rgb(73,124,128) instead hex code.

Text Font Color

.myTextColor { color: #497C80; }

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

This text font color is #497C80.


Background Color

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

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

This div background color is #497C80.


Border color

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

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

This div border color is #497C80.


Opacity

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

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

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

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

This text has shadow with #497C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C80 on black background.


Color preview on white background

This text has color #497C80 on white background.



Black color preview on #497C80 background

This text has black color on #497C80 background.


White color preview on #497C80 background

This text has white color on #497C80 background.