COLOR #497872

HEX: #497872
RGB: (73,120,114)

Color info

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

RGB color model

#497872 color RGB value is (73,120,114).

  • red value is 73;
  • green value is 120;
  • blue value is 114.
RGB:
(73,120,114)
(29%,47%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 114 of 255 = 45%

73
120
114

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

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 114 = 307 (100%)
R 73 of 307 ~ 23.78%
G 120 of 307 ~ 39.09%
B 114 of 307 ~ 37.13%

%23.78
%39.09
%37.13

CMYK color model

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

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(39,0,5,53)
C39M0Y5K53 
(39%,0%,5%,53%)
(0.39/0.00/0.05/0.53)	

CMYK percentages

%39.17
%0
%5
%52.94

Codes

Color #497872 in popluar color models

497872
RGB73120114
HSL172°24.35%37.84%
HSB/HSV172°39.17%47.06%
CMYK39.17%0.00%5.00%
52.94%

Color #497872 in popluar number systems.

HEX497872
Decimal73120114
Binary100100111110001110010
Octal111170162

Shades and tints

Shades of #497872

#497872
(73,120,114)
#436E68
(67,110,104)
#3D645E
(61,100,94)
#375A54
(55,90,84)
#31504A
(49,80,74)
#2B4640
(43,70,64)
#253C36
(37,60,54)
#1F322C
(31,50,44)
#192822
(25,40,34)
#131E18
(19,30,24)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #497872

#497872
(73,120,114)
#59847E
(89,132,126)
#69908A
(105,144,138)
#799C96
(121,156,150)
#89A8A2
(137,168,162)
#99B4AE
(153,180,174)
#A9C0BA
(169,192,186)
#B9CCC6
(185,204,198)
#C9D8D2
(201,216,210)
#D9E4DE
(217,228,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497872; }

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

This text font color is #497872.


Background Color

.myBgColor { background-color: #497872; }

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

This div background color is #497872.


Border color

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

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

This div border color is #497872.


Opacity

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

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

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

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

This text has shadow with #497872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497872 on black background.


Color preview on white background

This text has color #497872 on white background.



Black color preview on #497872 background

This text has black color on #497872 background.


White color preview on #497872 background

This text has white color on #497872 background.