COLOR #497D4F

HEX: #497D4F
RGB: (73,125,79)

Color info

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

RGB color model

#497D4F color RGB value is (73,125,79).

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

RGB channels and saturation

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

73
125
79

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

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 79 = 277 (100%)
R 73 of 277 ~ 26.35%
G 125 of 277 ~ 45.13%
B 79 of 277 ~ 28.52%

%26.35
%45.13
%28.52

CMYK color model

#497D4F color CMYK value is (42,0,37,51).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 36.80%
  • key color value is 50.98%
CMYK:
(42,0,37,51)
C42M0Y37K51 
(42%,0%,37%,51%)
(0.42/0.00/0.37/0.51)	

CMYK percentages

%41.6
%0
%36.8
%50.98

Codes

Color #497D4F in popluar color models

497D4F
RGB7312579
HSL127°26.26%38.82%
HSB/HSV127°41.60%49.02%
CMYK41.60%0.00%36.80%
50.98%

Color #497D4F in popluar number systems.

HEX497D4F
Decimal7312579
Binary100100111111011001111
Octal111175117

Shades and tints

Shades of #497D4F

#497D4F
(73,125,79)
#437248
(67,114,72)
#3D6741
(61,103,65)
#375C3A
(55,92,58)
#315133
(49,81,51)
#2B462C
(43,70,44)
#253B25
(37,59,37)
#1F301E
(31,48,30)
#192517
(25,37,23)
#131A10
(19,26,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #497D4F

#497D4F
(73,125,79)
#59885F
(89,136,95)
#69936F
(105,147,111)
#799E7F
(121,158,127)
#89A98F
(137,169,143)
#99B49F
(153,180,159)
#A9BFAF
(169,191,175)
#B9CABF
(185,202,191)
#C9D5CF
(201,213,207)
#D9E0DF
(217,224,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D4F; }

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

This text font color is #497D4F.


Background Color

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

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

This div background color is #497D4F.


Border color

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

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

This div border color is #497D4F.


Opacity

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

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

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

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

This text has shadow with #497D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D4F on black background.


Color preview on white background

This text has color #497D4F on white background.



Black color preview on #497D4F background

This text has black color on #497D4F background.


White color preview on #497D4F background

This text has white color on #497D4F background.