COLOR #497C6E

HEX: #497C6E
RGB: (73,124,110)

Color info

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

RGB color model

#497C6E color RGB value is (73,124,110).

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

RGB channels and saturation

R 73 of 255 = 29%
G 124 of 255 = 49%
B 110 of 255 = 43%

73
124
110

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

Portions of RGB colors in percentages

R + G + B =
73 + 124 + 110 = 307 (100%)
R 73 of 307 ~ 23.78%
G 124 of 307 ~ 40.39%
B 110 of 307 ~ 35.83%

%23.78
%40.39
%35.83

CMYK color model

#497C6E color CMYK value is (41,0,11,51).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(41,0,11,51)
C41M0Y11K51 
(41%,0%,11%,51%)
(0.41/0.00/0.11/0.51)	

CMYK percentages

%41.13
%0
%11.29
%51.37

Codes

Color #497C6E in popluar color models

497C6E
RGB73124110
HSL164°25.89%38.63%
HSB/HSV164°41.13%48.63%
CMYK41.13%0.00%11.29%
51.37%

Color #497C6E in popluar number systems.

HEX497C6E
Decimal73124110
Binary100100111111001101110
Octal111174156

Shades and tints

Shades of #497C6E

#497C6E
(73,124,110)
#437164
(67,113,100)
#3D665A
(61,102,90)
#375B50
(55,91,80)
#315046
(49,80,70)
#2B453C
(43,69,60)
#253A32
(37,58,50)
#1F2F28
(31,47,40)
#19241E
(25,36,30)
#131914
(19,25,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #497C6E

#497C6E
(73,124,110)
#59877B
(89,135,123)
#699288
(105,146,136)
#799D95
(121,157,149)
#89A8A2
(137,168,162)
#99B3AF
(153,179,175)
#A9BEBC
(169,190,188)
#B9C9C9
(185,201,201)
#C9D4D6
(201,212,214)
#D9DFE3
(217,223,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C6E; }

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

This text font color is #497C6E.


Background Color

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

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

This div background color is #497C6E.


Border color

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

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

This div border color is #497C6E.


Opacity

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

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

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

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

This text has shadow with #497C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C6E on black background.


Color preview on white background

This text has color #497C6E on white background.



Black color preview on #497C6E background

This text has black color on #497C6E background.


White color preview on #497C6E background

This text has white color on #497C6E background.