COLOR #497764

HEX: #497764
RGB: (73,119,100)

Color info

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

RGB color model

#497764 color RGB value is (73,119,100).

  • red value is 73;
  • green value is 119;
  • blue value is 100.
RGB:
(73,119,100)
(29%,47%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 119 of 255 = 47%
B 100 of 255 = 39%

73
119
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 119 + 100 = 292 (100%)
R 73 of 292 ~ 25%
G 119 of 292 ~ 40.75%
B 100 of 292 ~ 34.25%

%25
%40.75
%34.25

CMYK color model

#497764 color CMYK value is (39,0,16,53).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(39,0,16,53)
C39M0Y16K53 
(39%,0%,16%,53%)
(0.39/0.00/0.16/0.53)	

CMYK percentages

%38.66
%0
%15.97
%53.33

Codes

Color #497764 in popluar color models

497764
RGB73119100
HSL155°23.96%37.65%
HSB/HSV155°38.66%46.67%
CMYK38.66%0.00%15.97%
53.33%

Color #497764 in popluar number systems.

HEX497764
Decimal73119100
Binary100100111101111100100
Octal111167144

Shades and tints

Shades of #497764

#497764
(73,119,100)
#436D5B
(67,109,91)
#3D6352
(61,99,82)
#375949
(55,89,73)
#314F40
(49,79,64)
#2B4537
(43,69,55)
#253B2E
(37,59,46)
#1F3125
(31,49,37)
#19271C
(25,39,28)
#131D13
(19,29,19)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #497764

#497764
(73,119,100)
#598372
(89,131,114)
#698F80
(105,143,128)
#799B8E
(121,155,142)
#89A79C
(137,167,156)
#99B3AA
(153,179,170)
#A9BFB8
(169,191,184)
#B9CBC6
(185,203,198)
#C9D7D4
(201,215,212)
#D9E3E2
(217,227,226)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497764 color. Also use rgb(73,119,100) instead hex code.

Text Font Color

.myTextColor { color: #497764; }

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

This text font color is #497764.


Background Color

.myBgColor { background-color: #497764; }

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

This div background color is #497764.


Border color

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

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

This div border color is #497764.


Opacity

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

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

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

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

This text has shadow with #497764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497764 on black background.


Color preview on white background

This text has color #497764 on white background.



Black color preview on #497764 background

This text has black color on #497764 background.


White color preview on #497764 background

This text has white color on #497764 background.