COLOR #497A56

HEX: #497A56
RGB: (73,122,86)

Color info

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

RGB color model

#497A56 color RGB value is (73,122,86).

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

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 86 of 255 = 34%

73
122
86

R + G + B ~ 37%. #497A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 122 + 86 = 281 (100%)
R 73 of 281 ~ 25.98%
G 122 of 281 ~ 43.42%
B 86 of 281 ~ 30.6%

%25.98
%43.42
%30.6

CMYK color model

#497A56 color CMYK value is (40,0,30,52).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 52.16%
CMYK:
(40,0,30,52)
C40M0Y30K52 
(40%,0%,30%,52%)
(0.40/0.00/0.30/0.52)	

CMYK percentages

%40.16
%0
%29.51
%52.16

Codes

Color #497A56 in popluar color models

497A56
RGB7312286
HSL136°25.13%38.24%
HSB/HSV136°40.16%47.84%
CMYK40.16%0.00%29.51%
52.16%

Color #497A56 in popluar number systems.

HEX497A56
Decimal7312286
Binary100100111110101010110
Octal111172126

Shades and tints

Shades of #497A56

#497A56
(73,122,86)
#436F4F
(67,111,79)
#3D6448
(61,100,72)
#375941
(55,89,65)
#314E3A
(49,78,58)
#2B4333
(43,67,51)
#25382C
(37,56,44)
#1F2D25
(31,45,37)
#19221E
(25,34,30)
#131717
(19,23,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #497A56

#497A56
(73,122,86)
#598665
(89,134,101)
#699274
(105,146,116)
#799E83
(121,158,131)
#89AA92
(137,170,146)
#99B6A1
(153,182,161)
#A9C2B0
(169,194,176)
#B9CEBF
(185,206,191)
#C9DACE
(201,218,206)
#D9E6DD
(217,230,221)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A56; }

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

This text font color is #497A56.


Background Color

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

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

This div background color is #497A56.


Border color

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

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

This div border color is #497A56.


Opacity

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

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

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

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

This text has shadow with #497A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A56 on black background.


Color preview on white background

This text has color #497A56 on white background.



Black color preview on #497A56 background

This text has black color on #497A56 background.


White color preview on #497A56 background

This text has white color on #497A56 background.