COLOR #497067

HEX: #497067
RGB: (73,112,103)

Color info

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

RGB color model

#497067 color RGB value is (73,112,103).

  • red value is 73;
  • green value is 112;
  • blue value is 103.
RGB:
(73,112,103)
(29%,44%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 103 of 255 = 40%

73
112
103

R + G + B ~ 38%. #497067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 103 = 288 (100%)
R 73 of 288 ~ 25.35%
G 112 of 288 ~ 38.89%
B 103 of 288 ~ 35.76%

%25.35
%38.89
%35.76

CMYK color model

#497067 color CMYK value is (35,0,8,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(35,0,8,56)
C35M0Y8K56 
(35%,0%,8%,56%)
(0.35/0.00/0.08/0.56)	

CMYK percentages

%34.82
%0
%8.04
%56.08

Codes

Color #497067 in popluar color models

497067
RGB73112103
HSL166°21.08%36.27%
HSB/HSV166°34.82%43.92%
CMYK34.82%0.00%8.04%
56.08%

Color #497067 in popluar number systems.

HEX497067
Decimal73112103
Binary100100111100001100111
Octal111160147

Shades and tints

Shades of #497067

#497067
(73,112,103)
#43665E
(67,102,94)
#3D5C55
(61,92,85)
#37524C
(55,82,76)
#314843
(49,72,67)
#2B3E3A
(43,62,58)
#253431
(37,52,49)
#1F2A28
(31,42,40)
#19201F
(25,32,31)
#131616
(19,22,22)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #497067

#497067
(73,112,103)
#597D74
(89,125,116)
#698A81
(105,138,129)
#79978E
(121,151,142)
#89A49B
(137,164,155)
#99B1A8
(153,177,168)
#A9BEB5
(169,190,181)
#B9CBC2
(185,203,194)
#C9D8CF
(201,216,207)
#D9E5DC
(217,229,220)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497067 color. Also use rgb(73,112,103) instead hex code.

Text Font Color

.myTextColor { color: #497067; }

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

This text font color is #497067.


Background Color

.myBgColor { background-color: #497067; }

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

This div background color is #497067.


Border color

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

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

This div border color is #497067.


Opacity

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

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

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

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

This text has shadow with #497067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497067 on black background.


Color preview on white background

This text has color #497067 on white background.



Black color preview on #497067 background

This text has black color on #497067 background.


White color preview on #497067 background

This text has white color on #497067 background.