COLOR #497A4E

HEX: #497A4E
RGB: (73,122,78)

Color info

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

RGB color model

#497A4E color RGB value is (73,122,78).

  • red value is 73;
  • green value is 122;
  • blue value is 78.
RGB:
(73,122,78)
(29%,48%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 78 of 255 = 31%

73
122
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 122 + 78 = 273 (100%)
R 73 of 273 ~ 26.74%
G 122 of 273 ~ 44.69%
B 78 of 273 ~ 28.57%

%26.74
%44.69
%28.57

CMYK color model

#497A4E color CMYK value is (40,0,36,52).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(40,0,36,52)
C40M0Y36K52 
(40%,0%,36%,52%)
(0.40/0.00/0.36/0.52)	

CMYK percentages

%40.16
%0
%36.07
%52.16

Codes

Color #497A4E in popluar color models

497A4E
RGB7312278
HSL126°25.13%38.24%
HSB/HSV126°40.16%47.84%
CMYK40.16%0.00%36.07%
52.16%

Color #497A4E in popluar number systems.

HEX497A4E
Decimal7312278
Binary100100111110101001110
Octal111172116

Shades and tints

Shades of #497A4E

#497A4E
(73,122,78)
#436F47
(67,111,71)
#3D6440
(61,100,64)
#375939
(55,89,57)
#314E32
(49,78,50)
#2B432B
(43,67,43)
#253824
(37,56,36)
#1F2D1D
(31,45,29)
#192216
(25,34,22)
#13170F
(19,23,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #497A4E

#497A4E
(73,122,78)
#59865E
(89,134,94)
#69926E
(105,146,110)
#799E7E
(121,158,126)
#89AA8E
(137,170,142)
#99B69E
(153,182,158)
#A9C2AE
(169,194,174)
#B9CEBE
(185,206,190)
#C9DACE
(201,218,206)
#D9E6DE
(217,230,222)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497A4E color. Also use rgb(73,122,78) instead hex code.

Text Font Color

.myTextColor { color: #497A4E; }

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

This text font color is #497A4E.


Background Color

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

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

This div background color is #497A4E.


Border color

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

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

This div border color is #497A4E.


Opacity

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

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

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

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

This text has shadow with #497A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A4E on black background.


Color preview on white background

This text has color #497A4E on white background.



Black color preview on #497A4E background

This text has black color on #497A4E background.


White color preview on #497A4E background

This text has white color on #497A4E background.