COLOR #497B74

HEX: #497B74
RGB: (73,123,116)

Color info

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

RGB color model

#497B74 color RGB value is (73,123,116).

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

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 116 of 255 = 45%

73
123
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 116 = 312 (100%)
R 73 of 312 ~ 23.4%
G 123 of 312 ~ 39.42%
B 116 of 312 ~ 37.18%

%23.4
%39.42
%37.18

CMYK color model

#497B74 color CMYK value is (41,0,6,52).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 5.69%
  • key color value is 51.76%
CMYK:
(41,0,6,52)
C41M0Y6K52 
(41%,0%,6%,52%)
(0.41/0.00/0.06/0.52)	

CMYK percentages

%40.65
%0
%5.69
%51.76

Codes

Color #497B74 in popluar color models

497B74
RGB73123116
HSL172°25.51%38.43%
HSB/HSV172°40.65%48.24%
CMYK40.65%0.00%5.69%
51.76%

Color #497B74 in popluar number systems.

HEX497B74
Decimal73123116
Binary100100111110111110100
Octal111173164

Shades and tints

Shades of #497B74

#497B74
(73,123,116)
#43706A
(67,112,106)
#3D6560
(61,101,96)
#375A56
(55,90,86)
#314F4C
(49,79,76)
#2B4442
(43,68,66)
#253938
(37,57,56)
#1F2E2E
(31,46,46)
#192324
(25,35,36)
#13181A
(19,24,26)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #497B74

#497B74
(73,123,116)
#598780
(89,135,128)
#69938C
(105,147,140)
#799F98
(121,159,152)
#89ABA4
(137,171,164)
#99B7B0
(153,183,176)
#A9C3BC
(169,195,188)
#B9CFC8
(185,207,200)
#C9DBD4
(201,219,212)
#D9E7E0
(217,231,224)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497B74; }

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

This text font color is #497B74.


Background Color

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

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

This div background color is #497B74.


Border color

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

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

This div border color is #497B74.


Opacity

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

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

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

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

This text has shadow with #497B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B74 on black background.


Color preview on white background

This text has color #497B74 on white background.



Black color preview on #497B74 background

This text has black color on #497B74 background.


White color preview on #497B74 background

This text has white color on #497B74 background.