COLOR #497064

HEX: #497064
RGB: (73,112,100)

Color info

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

RGB color model

#497064 color RGB value is (73,112,100).

  • red value is 73;
  • green value is 112;
  • blue value is 100.
RGB:
(73,112,100)
(29%,44%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 100 of 255 = 39%

73
112
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 100 = 285 (100%)
R 73 of 285 ~ 25.61%
G 112 of 285 ~ 39.3%
B 100 of 285 ~ 35.09%

%25.61
%39.3
%35.09

CMYK color model

#497064 color CMYK value is (35,0,11,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(35,0,11,56)
C35M0Y11K56 
(35%,0%,11%,56%)
(0.35/0.00/0.11/0.56)	

CMYK percentages

%34.82
%0
%10.71
%56.08

Codes

Color #497064 in popluar color models

497064
RGB73112100
HSL162°21.08%36.27%
HSB/HSV162°34.82%43.92%
CMYK34.82%0.00%10.71%
56.08%

Color #497064 in popluar number systems.

HEX497064
Decimal73112100
Binary100100111100001100100
Octal111160144

Shades and tints

Shades of #497064

#497064
(73,112,100)
#43665B
(67,102,91)
#3D5C52
(61,92,82)
#375249
(55,82,73)
#314840
(49,72,64)
#2B3E37
(43,62,55)
#25342E
(37,52,46)
#1F2A25
(31,42,37)
#19201C
(25,32,28)
#131613
(19,22,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #497064

#497064
(73,112,100)
#597D72
(89,125,114)
#698A80
(105,138,128)
#79978E
(121,151,142)
#89A49C
(137,164,156)
#99B1AA
(153,177,170)
#A9BEB8
(169,190,184)
#B9CBC6
(185,203,198)
#C9D8D4
(201,216,212)
#D9E5E2
(217,229,226)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497064 color. Also use rgb(73,112,100) instead hex code.

Text Font Color

.myTextColor { color: #497064; }

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

This text font color is #497064.


Background Color

.myBgColor { background-color: #497064; }

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

This div background color is #497064.


Border color

.myBorderColor { border: 1px solid #497064; }

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

This div border color is #497064.


Opacity

.myOpacity80 { color: #497064; opacity: 0.8; }

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

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

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

This text has shadow with #497064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497064 on black background.


Color preview on white background

This text has color #497064 on white background.



Black color preview on #497064 background

This text has black color on #497064 background.


White color preview on #497064 background

This text has white color on #497064 background.