COLOR #497C4F

HEX: #497C4F
RGB: (73,124,79)

Color info

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

RGB color model

#497C4F color RGB value is (73,124,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 124 of 255 = 49%
B 79 of 255 = 31%

73
124
79

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

Portions of RGB colors in percentages

R + G + B =
73 + 124 + 79 = 276 (100%)
R 73 of 276 ~ 26.45%
G 124 of 276 ~ 44.93%
B 79 of 276 ~ 28.62%

%26.45
%44.93
%28.62

CMYK color model

#497C4F color CMYK value is (41,0,36,51).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(41,0,36,51)
C41M0Y36K51 
(41%,0%,36%,51%)
(0.41/0.00/0.36/0.51)	

CMYK percentages

%41.13
%0
%36.29
%51.37

Codes

Color #497C4F in popluar color models

497C4F
RGB7312479
HSL127°25.89%38.63%
HSB/HSV127°41.13%48.63%
CMYK41.13%0.00%36.29%
51.37%

Color #497C4F in popluar number systems.

HEX497C4F
Decimal7312479
Binary100100111111001001111
Octal111174117

Shades and tints

Shades of #497C4F

#497C4F
(73,124,79)
#437148
(67,113,72)
#3D6641
(61,102,65)
#375B3A
(55,91,58)
#315033
(49,80,51)
#2B452C
(43,69,44)
#253A25
(37,58,37)
#1F2F1E
(31,47,30)
#192417
(25,36,23)
#131910
(19,25,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #497C4F

#497C4F
(73,124,79)
#59875F
(89,135,95)
#69926F
(105,146,111)
#799D7F
(121,157,127)
#89A88F
(137,168,143)
#99B39F
(153,179,159)
#A9BEAF
(169,190,175)
#B9C9BF
(185,201,191)
#C9D4CF
(201,212,207)
#D9DFDF
(217,223,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C4F; }

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

This text font color is #497C4F.


Background Color

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

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

This div background color is #497C4F.


Border color

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

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

This div border color is #497C4F.


Opacity

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

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

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

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

This text has shadow with #497C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C4F on black background.


Color preview on white background

This text has color #497C4F on white background.



Black color preview on #497C4F background

This text has black color on #497C4F background.


White color preview on #497C4F background

This text has white color on #497C4F background.