COLOR #497A51

HEX: #497A51
RGB: (73,122,81)

Color info

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

RGB color model

#497A51 color RGB value is (73,122,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 81 of 255 = 32%

73
122
81

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

Portions of RGB colors in percentages

R + G + B =
73 + 122 + 81 = 276 (100%)
R 73 of 276 ~ 26.45%
G 122 of 276 ~ 44.2%
B 81 of 276 ~ 29.35%

%26.45
%44.2
%29.35

CMYK color model

#497A51 color CMYK value is (40,0,34,52).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 52.16%
CMYK:
(40,0,34,52)
C40M0Y34K52 
(40%,0%,34%,52%)
(0.40/0.00/0.34/0.52)	

CMYK percentages

%40.16
%0
%33.61
%52.16

Codes

Color #497A51 in popluar color models

497A51
RGB7312281
HSL130°25.13%38.24%
HSB/HSV130°40.16%47.84%
CMYK40.16%0.00%33.61%
52.16%

Color #497A51 in popluar number systems.

HEX497A51
Decimal7312281
Binary100100111110101010001
Octal111172121

Shades and tints

Shades of #497A51

#497A51
(73,122,81)
#436F4A
(67,111,74)
#3D6443
(61,100,67)
#37593C
(55,89,60)
#314E35
(49,78,53)
#2B432E
(43,67,46)
#253827
(37,56,39)
#1F2D20
(31,45,32)
#192219
(25,34,25)
#131712
(19,23,18)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #497A51

#497A51
(73,122,81)
#598660
(89,134,96)
#69926F
(105,146,111)
#799E7E
(121,158,126)
#89AA8D
(137,170,141)
#99B69C
(153,182,156)
#A9C2AB
(169,194,171)
#B9CEBA
(185,206,186)
#C9DAC9
(201,218,201)
#D9E6D8
(217,230,216)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A51; }

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

This text font color is #497A51.


Background Color

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

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

This div background color is #497A51.


Border color

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

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

This div border color is #497A51.


Opacity

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

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

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

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

This text has shadow with #497A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A51 on black background.


Color preview on white background

This text has color #497A51 on white background.



Black color preview on #497A51 background

This text has black color on #497A51 background.


White color preview on #497A51 background

This text has white color on #497A51 background.