COLOR #497657

HEX: #497657
RGB: (73,118,87)

Color info

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

RGB color model

#497657 color RGB value is (73,118,87).

  • red value is 73;
  • green value is 118;
  • blue value is 87.
RGB:
(73,118,87)
(29%,46%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 87 of 255 = 34%

73
118
87

R + G + B ~ 36%. #497657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 87 = 278 (100%)
R 73 of 278 ~ 26.26%
G 118 of 278 ~ 42.45%
B 87 of 278 ~ 31.29%

%26.26
%42.45
%31.29

CMYK color model

#497657 color CMYK value is (38,0,26,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 26.27%
  • key color value is 53.73%
CMYK:
(38,0,26,54)
C38M0Y26K54 
(38%,0%,26%,54%)
(0.38/0.00/0.26/0.54)	

CMYK percentages

%38.14
%0
%26.27
%53.73

Codes

Color #497657 in popluar color models

497657
RGB7311887
HSL139°23.56%37.45%
HSB/HSV139°38.14%46.27%
CMYK38.14%0.00%26.27%
53.73%

Color #497657 in popluar number systems.

HEX497657
Decimal7311887
Binary100100111101101010111
Octal111166127

Shades and tints

Shades of #497657

#497657
(73,118,87)
#436C50
(67,108,80)
#3D6249
(61,98,73)
#375842
(55,88,66)
#314E3B
(49,78,59)
#2B4434
(43,68,52)
#253A2D
(37,58,45)
#1F3026
(31,48,38)
#19261F
(25,38,31)
#131C18
(19,28,24)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #497657

#497657
(73,118,87)
#598266
(89,130,102)
#698E75
(105,142,117)
#799A84
(121,154,132)
#89A693
(137,166,147)
#99B2A2
(153,178,162)
#A9BEB1
(169,190,177)
#B9CAC0
(185,202,192)
#C9D6CF
(201,214,207)
#D9E2DE
(217,226,222)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497657 color. Also use rgb(73,118,87) instead hex code.

Text Font Color

.myTextColor { color: #497657; }

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

This text font color is #497657.


Background Color

.myBgColor { background-color: #497657; }

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

This div background color is #497657.


Border color

.myBorderColor { border: 1px solid #497657; }

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

This div border color is #497657.


Opacity

.myOpacity80 { color: #497657; opacity: 0.8; }

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

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

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

This text has shadow with #497657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497657 on black background.


Color preview on white background

This text has color #497657 on white background.



Black color preview on #497657 background

This text has black color on #497657 background.


White color preview on #497657 background

This text has white color on #497657 background.