COLOR #497B77

HEX: #497B77
RGB: (73,123,119)

Color info

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

RGB color model

#497B77 color RGB value is (73,123,119).

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

RGB channels and saturation

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

73
123
119

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

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 119 = 315 (100%)
R 73 of 315 ~ 23.17%
G 123 of 315 ~ 39.05%
B 119 of 315 ~ 37.78%

%23.17
%39.05
%37.78

CMYK color model

#497B77 color CMYK value is (41,0,3,52).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(41,0,3,52)
C41M0Y3K52 
(41%,0%,3%,52%)
(0.41/0.00/0.03/0.52)	

CMYK percentages

%40.65
%0
%3.25
%51.76

Codes

Color #497B77 in popluar color models

497B77
RGB73123119
HSL175°25.51%38.43%
HSB/HSV175°40.65%48.24%
CMYK40.65%0.00%3.25%
51.76%

Color #497B77 in popluar number systems.

HEX497B77
Decimal73123119
Binary100100111110111110111
Octal111173167

Shades and tints

Shades of #497B77

#497B77
(73,123,119)
#43706D
(67,112,109)
#3D6563
(61,101,99)
#375A59
(55,90,89)
#314F4F
(49,79,79)
#2B4445
(43,68,69)
#25393B
(37,57,59)
#1F2E31
(31,46,49)
#192327
(25,35,39)
#13181D
(19,24,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #497B77

#497B77
(73,123,119)
#598783
(89,135,131)
#69938F
(105,147,143)
#799F9B
(121,159,155)
#89ABA7
(137,171,167)
#99B7B3
(153,183,179)
#A9C3BF
(169,195,191)
#B9CFCB
(185,207,203)
#C9DBD7
(201,219,215)
#D9E7E3
(217,231,227)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497B77; }

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

This text font color is #497B77.


Background Color

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

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

This div background color is #497B77.


Border color

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

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

This div border color is #497B77.


Opacity

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

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

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

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

This text has shadow with #497B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B77 on black background.


Color preview on white background

This text has color #497B77 on white background.



Black color preview on #497B77 background

This text has black color on #497B77 background.


White color preview on #497B77 background

This text has white color on #497B77 background.