COLOR #497D7A

HEX: #497D7A
RGB: (73,125,122)

Color info

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

RGB color model

#497D7A color RGB value is (73,125,122).

  • red value is 73;
  • green value is 125;
  • blue value is 122.
RGB:
(73,125,122)
(29%,49%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 122 of 255 = 48%

73
125
122

R + G + B ~ 42%. #497D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 122 = 320 (100%)
R 73 of 320 ~ 22.81%
G 125 of 320 ~ 39.06%
B 122 of 320 ~ 38.13%

%22.81
%39.06
%38.13

CMYK color model

#497D7A color CMYK value is (42,0,2,51).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(42,0,2,51)
C42M0Y2K51 
(42%,0%,2%,51%)
(0.42/0.00/0.02/0.51)	

CMYK percentages

%41.6
%0
%2.4
%50.98

Codes

Color #497D7A in popluar color models

497D7A
RGB73125122
HSL177°26.26%38.82%
HSB/HSV177°41.60%49.02%
CMYK41.60%0.00%2.40%
50.98%

Color #497D7A in popluar number systems.

HEX497D7A
Decimal73125122
Binary100100111111011111010
Octal111175172

Shades and tints

Shades of #497D7A

#497D7A
(73,125,122)
#43726F
(67,114,111)
#3D6764
(61,103,100)
#375C59
(55,92,89)
#31514E
(49,81,78)
#2B4643
(43,70,67)
#253B38
(37,59,56)
#1F302D
(31,48,45)
#192522
(25,37,34)
#131A17
(19,26,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #497D7A

#497D7A
(73,125,122)
#598886
(89,136,134)
#699392
(105,147,146)
#799E9E
(121,158,158)
#89A9AA
(137,169,170)
#99B4B6
(153,180,182)
#A9BFC2
(169,191,194)
#B9CACE
(185,202,206)
#C9D5DA
(201,213,218)
#D9E0E6
(217,224,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D7A color. Also use rgb(73,125,122) instead hex code.

Text Font Color

.myTextColor { color: #497D7A; }

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

This text font color is #497D7A.


Background Color

.myBgColor { background-color: #497D7A; }

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

This div background color is #497D7A.


Border color

.myBorderColor { border: 1px solid #497D7A; }

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

This div border color is #497D7A.


Opacity

.myOpacity80 { color: #497D7A; opacity: 0.8; }

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

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

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

This text has shadow with #497D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D7A on black background.


Color preview on white background

This text has color #497D7A on white background.



Black color preview on #497D7A background

This text has black color on #497D7A background.


White color preview on #497D7A background

This text has white color on #497D7A background.