COLOR #497E6D

HEX: #497E6D
RGB: (73,126,109)

Color info

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

RGB color model

#497E6D color RGB value is (73,126,109).

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

RGB channels and saturation

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

73
126
109

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

Portions of RGB colors in percentages

R + G + B =
73 + 126 + 109 = 308 (100%)
R 73 of 308 ~ 23.7%
G 126 of 308 ~ 40.91%
B 109 of 308 ~ 35.39%

%23.7
%40.91
%35.39

CMYK color model

#497E6D color CMYK value is (42,0,13,51).

  • cyan value is 42.06%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(42,0,13,51)
C42M0Y13K51 
(42%,0%,13%,51%)
(0.42/0.00/0.13/0.51)	

CMYK percentages

%42.06
%0
%13.49
%50.59

Codes

Color #497E6D in popluar color models

497E6D
RGB73126109
HSL161°26.63%39.02%
HSB/HSV161°42.06%49.41%
CMYK42.06%0.00%13.49%
50.59%

Color #497E6D in popluar number systems.

HEX497E6D
Decimal73126109
Binary100100111111101101101
Octal111176155

Shades and tints

Shades of #497E6D

#497E6D
(73,126,109)
#437364
(67,115,100)
#3D685B
(61,104,91)
#375D52
(55,93,82)
#315249
(49,82,73)
#2B4740
(43,71,64)
#253C37
(37,60,55)
#1F312E
(31,49,46)
#192625
(25,38,37)
#131B1C
(19,27,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #497E6D

#497E6D
(73,126,109)
#59897A
(89,137,122)
#699487
(105,148,135)
#799F94
(121,159,148)
#89AAA1
(137,170,161)
#99B5AE
(153,181,174)
#A9C0BB
(169,192,187)
#B9CBC8
(185,203,200)
#C9D6D5
(201,214,213)
#D9E1E2
(217,225,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497E6D; }

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

This text font color is #497E6D.


Background Color

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

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

This div background color is #497E6D.


Border color

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

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

This div border color is #497E6D.


Opacity

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

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

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

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

This text has shadow with #497E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497E6D on black background.


Color preview on white background

This text has color #497E6D on white background.



Black color preview on #497E6D background

This text has black color on #497E6D background.


White color preview on #497E6D background

This text has white color on #497E6D background.