COLOR #497565

HEX: #497565
RGB: (73,117,101)

Color info

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

RGB color model

#497565 color RGB value is (73,117,101).

  • red value is 73;
  • green value is 117;
  • blue value is 101.
RGB:
(73,117,101)
(29%,46%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 101 of 255 = 40%

73
117
101

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

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 101 = 291 (100%)
R 73 of 291 ~ 25.09%
G 117 of 291 ~ 40.21%
B 101 of 291 ~ 34.71%

%25.09
%40.21
%34.71

CMYK color model

#497565 color CMYK value is (38,0,14,54).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(38,0,14,54)
C38M0Y14K54 
(38%,0%,14%,54%)
(0.38/0.00/0.14/0.54)	

CMYK percentages

%37.61
%0
%13.68
%54.12

Codes

Color #497565 in popluar color models

497565
RGB73117101
HSL158°23.16%37.25%
HSB/HSV158°37.61%45.88%
CMYK37.61%0.00%13.68%
54.12%

Color #497565 in popluar number systems.

HEX497565
Decimal73117101
Binary100100111101011100101
Octal111165145

Shades and tints

Shades of #497565

#497565
(73,117,101)
#436B5C
(67,107,92)
#3D6153
(61,97,83)
#37574A
(55,87,74)
#314D41
(49,77,65)
#2B4338
(43,67,56)
#25392F
(37,57,47)
#1F2F26
(31,47,38)
#19251D
(25,37,29)
#131B14
(19,27,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #497565

#497565
(73,117,101)
#598173
(89,129,115)
#698D81
(105,141,129)
#79998F
(121,153,143)
#89A59D
(137,165,157)
#99B1AB
(153,177,171)
#A9BDB9
(169,189,185)
#B9C9C7
(185,201,199)
#C9D5D5
(201,213,213)
#D9E1E3
(217,225,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497565 color. Also use rgb(73,117,101) instead hex code.

Text Font Color

.myTextColor { color: #497565; }

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

This text font color is #497565.


Background Color

.myBgColor { background-color: #497565; }

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

This div background color is #497565.


Border color

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

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

This div border color is #497565.


Opacity

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

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

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

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

This text has shadow with #497565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497565 on black background.


Color preview on white background

This text has color #497565 on white background.



Black color preview on #497565 background

This text has black color on #497565 background.


White color preview on #497565 background

This text has white color on #497565 background.