COLOR #497771

HEX: #497771
RGB: (73,119,113)

Color info

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

RGB color model

#497771 color RGB value is (73,119,113).

  • red value is 73;
  • green value is 119;
  • blue value is 113.
RGB:
(73,119,113)
(29%,47%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 119 of 255 = 47%
B 113 of 255 = 44%

73
119
113

R + G + B ~ 40%. #497771 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 119 + 113 = 305 (100%)
R 73 of 305 ~ 23.93%
G 119 of 305 ~ 39.02%
B 113 of 305 ~ 37.05%

%23.93
%39.02
%37.05

CMYK color model

#497771 color CMYK value is (39,0,5,53).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(39,0,5,53)
C39M0Y5K53 
(39%,0%,5%,53%)
(0.39/0.00/0.05/0.53)	

CMYK percentages

%38.66
%0
%5.04
%53.33

Codes

Color #497771 in popluar color models

497771
RGB73119113
HSL172°23.96%37.65%
HSB/HSV172°38.66%46.67%
CMYK38.66%0.00%5.04%
53.33%

Color #497771 in popluar number systems.

HEX497771
Decimal73119113
Binary100100111101111110001
Octal111167161

Shades and tints

Shades of #497771

#497771
(73,119,113)
#436D67
(67,109,103)
#3D635D
(61,99,93)
#375953
(55,89,83)
#314F49
(49,79,73)
#2B453F
(43,69,63)
#253B35
(37,59,53)
#1F312B
(31,49,43)
#192721
(25,39,33)
#131D17
(19,29,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #497771

#497771
(73,119,113)
#59837D
(89,131,125)
#698F89
(105,143,137)
#799B95
(121,155,149)
#89A7A1
(137,167,161)
#99B3AD
(153,179,173)
#A9BFB9
(169,191,185)
#B9CBC5
(185,203,197)
#C9D7D1
(201,215,209)
#D9E3DD
(217,227,221)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497771 color. Also use rgb(73,119,113) instead hex code.

Text Font Color

.myTextColor { color: #497771; }

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

This text font color is #497771.


Background Color

.myBgColor { background-color: #497771; }

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

This div background color is #497771.


Border color

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

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

This div border color is #497771.


Opacity

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

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

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

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

This text has shadow with #497771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497771 on black background.


Color preview on white background

This text has color #497771 on white background.



Black color preview on #497771 background

This text has black color on #497771 background.


White color preview on #497771 background

This text has white color on #497771 background.