COLOR #497777

HEX: #497777 RGB: (73,119,119)

Color info

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

RGB color model

#497777 color RGB value is (73,119,119).

RGB: (73,119,119) (29%, 47%, 47%)

RGB channels and saturation

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

73
119
119

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

Portions of RGB colors in percentages

R + G + B = 73 + 119 + 119 = 311 (100%)
R 73 of 311 ~ 23.47%
G 119 of 311 ~ 38.26%
B 119 of 311 ~ 38.26'%

%23.47
%38.26
%38.26

CMYK color model

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

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

CMYK percentages

%38.66
%0
%0
%53.33

Codes

Color #497777 in popluar color models

49 77 77
RGB 73 119 119
HSL 180° 23.96% 37.65%
HSB/HSV 180° 38.66% 46.67%
CMYK 38.66% 0.00% 0.00%
53.33%

Color #497777 in popluar number systems.

HEX 49 77 77
Decimal 73 119 119
Binary 1001001 1110111 1110111
Octal 111 167 167

Shades and tints

Shades of #497777

#497777
(73,119,119)
#436D6D
(67,109,109)
#3D6363
(61,99,99)
#375959
(55,89,89)
#314F4F
(49,79,79)
#2B4545
(43,69,69)
#253B3B
(37,59,59)
#1F3131
(31,49,49)
#192727
(25,39,39)
#131D1D
(19,29,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #497777

#497777
(73,119,119)
#598383
(89,131,131)
#698F8F
(105,143,143)
#799B9B
(121,155,155)
#89A7A7
(137,167,167)
#99B3B3
(153,179,179)
#A9BFBF
(169,191,191)
#B9CBCB
(185,203,203)
#C9D7D7
(201,215,215)
#D9E3E3
(217,227,227)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497777; }

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

This text font color is #497777.

Background Color

.myBgColor { background-color: #497777; }

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

This div background color is #497777.

Border color

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

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

This div border color is #497777.

Opacity

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

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

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

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

This text has shadow with #497777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #497777.

Preview

Color preview on black background

This text has color #497777 on black background.


Color preview on white background

This text has color #497777 on white background.


Black color preview on #497777 background

This text has black color on #497777 background.


White color preview on #497777 background

This text has white color on #497777 background.


Related colors

Complementary color

Complementary color for #hex is #B68888.


I love getcolorcode.com