COLOR #497976

HEX: #497976
RGB: (73,121,118)

Color info

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

RGB color model

#497976 color RGB value is (73,121,118).

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

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 118 of 255 = 46%

73
121
118

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

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 118 = 312 (100%)
R 73 of 312 ~ 23.4%
G 121 of 312 ~ 38.78%
B 118 of 312 ~ 37.82%

%23.4
%38.78
%37.82

CMYK color model

#497976 color CMYK value is (40,0,2,53).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(40,0,2,53)
C40M0Y2K53 
(40%,0%,2%,53%)
(0.40/0.00/0.02/0.53)	

CMYK percentages

%39.67
%0
%2.48
%52.55

Codes

Color #497976 in popluar color models

497976
RGB73121118
HSL176°24.74%38.04%
HSB/HSV176°39.67%47.45%
CMYK39.67%0.00%2.48%
52.55%

Color #497976 in popluar number systems.

HEX497976
Decimal73121118
Binary100100111110011110110
Octal111171166

Shades and tints

Shades of #497976

#497976
(73,121,118)
#436E6C
(67,110,108)
#3D6362
(61,99,98)
#375858
(55,88,88)
#314D4E
(49,77,78)
#2B4244
(43,66,68)
#25373A
(37,55,58)
#1F2C30
(31,44,48)
#192126
(25,33,38)
#13161C
(19,22,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #497976

#497976
(73,121,118)
#598582
(89,133,130)
#69918E
(105,145,142)
#799D9A
(121,157,154)
#89A9A6
(137,169,166)
#99B5B2
(153,181,178)
#A9C1BE
(169,193,190)
#B9CDCA
(185,205,202)
#C9D9D6
(201,217,214)
#D9E5E2
(217,229,226)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497976; }

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

This text font color is #497976.


Background Color

.myBgColor { background-color: #497976; }

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

This div background color is #497976.


Border color

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

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

This div border color is #497976.


Opacity

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

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

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

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

This text has shadow with #497976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497976 on black background.


Color preview on white background

This text has color #497976 on white background.



Black color preview on #497976 background

This text has black color on #497976 background.


White color preview on #497976 background

This text has white color on #497976 background.