COLOR #497674

HEX: #497674
RGB: (73,118,116)

Color info

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

RGB color model

#497674 color RGB value is (73,118,116).

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

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 116 of 255 = 45%

73
118
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 116 = 307 (100%)
R 73 of 307 ~ 23.78%
G 118 of 307 ~ 38.44%
B 116 of 307 ~ 37.79%

%23.78
%38.44
%37.79

CMYK color model

#497674 color CMYK value is (38,0,2,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 53.73%
CMYK:
(38,0,2,54)
C38M0Y2K54 
(38%,0%,2%,54%)
(0.38/0.00/0.02/0.54)	

CMYK percentages

%38.14
%0
%1.69
%53.73

Codes

Color #497674 in popluar color models

497674
RGB73118116
HSL177°23.56%37.45%
HSB/HSV177°38.14%46.27%
CMYK38.14%0.00%1.69%
53.73%

Color #497674 in popluar number systems.

HEX497674
Decimal73118116
Binary100100111101101110100
Octal111166164

Shades and tints

Shades of #497674

#497674
(73,118,116)
#436C6A
(67,108,106)
#3D6260
(61,98,96)
#375856
(55,88,86)
#314E4C
(49,78,76)
#2B4442
(43,68,66)
#253A38
(37,58,56)
#1F302E
(31,48,46)
#192624
(25,38,36)
#131C1A
(19,28,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #497674

#497674
(73,118,116)
#598280
(89,130,128)
#698E8C
(105,142,140)
#799A98
(121,154,152)
#89A6A4
(137,166,164)
#99B2B0
(153,178,176)
#A9BEBC
(169,190,188)
#B9CAC8
(185,202,200)
#C9D6D4
(201,214,212)
#D9E2E0
(217,226,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497674; }

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

This text font color is #497674.


Background Color

.myBgColor { background-color: #497674; }

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

This div background color is #497674.


Border color

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

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

This div border color is #497674.


Opacity

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

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

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

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

This text has shadow with #497674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497674 on black background.


Color preview on white background

This text has color #497674 on white background.



Black color preview on #497674 background

This text has black color on #497674 background.


White color preview on #497674 background

This text has white color on #497674 background.