COLOR #497C6D

HEX: #497C6D
RGB: (73,124,109)

Color info

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

RGB color model

#497C6D color RGB value is (73,124,109).

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

RGB channels and saturation

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

73
124
109

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

Portions of RGB colors in percentages

R + G + B =
73 + 124 + 109 = 306 (100%)
R 73 of 306 ~ 23.86%
G 124 of 306 ~ 40.52%
B 109 of 306 ~ 35.62%

%23.86
%40.52
%35.62

CMYK color model

#497C6D color CMYK value is (41,0,12,51).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(41,0,12,51)
C41M0Y12K51 
(41%,0%,12%,51%)
(0.41/0.00/0.12/0.51)	

CMYK percentages

%41.13
%0
%12.1
%51.37

Codes

Color #497C6D in popluar color models

497C6D
RGB73124109
HSL162°25.89%38.63%
HSB/HSV162°41.13%48.63%
CMYK41.13%0.00%12.10%
51.37%

Color #497C6D in popluar number systems.

HEX497C6D
Decimal73124109
Binary100100111111001101101
Octal111174155

Shades and tints

Shades of #497C6D

#497C6D
(73,124,109)
#437164
(67,113,100)
#3D665B
(61,102,91)
#375B52
(55,91,82)
#315049
(49,80,73)
#2B4540
(43,69,64)
#253A37
(37,58,55)
#1F2F2E
(31,47,46)
#192425
(25,36,37)
#13191C
(19,25,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #497C6D

#497C6D
(73,124,109)
#59877A
(89,135,122)
#699287
(105,146,135)
#799D94
(121,157,148)
#89A8A1
(137,168,161)
#99B3AE
(153,179,174)
#A9BEBB
(169,190,187)
#B9C9C8
(185,201,200)
#C9D4D5
(201,212,213)
#D9DFE2
(217,223,226)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C6D; }

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

This text font color is #497C6D.


Background Color

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

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

This div background color is #497C6D.


Border color

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

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

This div border color is #497C6D.


Opacity

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

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

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

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

This text has shadow with #497C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C6D on black background.


Color preview on white background

This text has color #497C6D on white background.



Black color preview on #497C6D background

This text has black color on #497C6D background.


White color preview on #497C6D background

This text has white color on #497C6D background.