COLOR #497D75

HEX: #497D75
RGB: (73,125,117)

Color info

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

RGB color model

#497D75 color RGB value is (73,125,117).

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

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 117 of 255 = 46%

73
125
117

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

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 117 = 315 (100%)
R 73 of 315 ~ 23.17%
G 125 of 315 ~ 39.68%
B 117 of 315 ~ 37.14%

%23.17
%39.68
%37.14

CMYK color model

#497D75 color CMYK value is (42,0,6,51).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 50.98%
CMYK:
(42,0,6,51)
C42M0Y6K51 
(42%,0%,6%,51%)
(0.42/0.00/0.06/0.51)	

CMYK percentages

%41.6
%0
%6.4
%50.98

Codes

Color #497D75 in popluar color models

497D75
RGB73125117
HSL171°26.26%38.82%
HSB/HSV171°41.60%49.02%
CMYK41.60%0.00%6.40%
50.98%

Color #497D75 in popluar number systems.

HEX497D75
Decimal73125117
Binary100100111111011110101
Octal111175165

Shades and tints

Shades of #497D75

#497D75
(73,125,117)
#43726B
(67,114,107)
#3D6761
(61,103,97)
#375C57
(55,92,87)
#31514D
(49,81,77)
#2B4643
(43,70,67)
#253B39
(37,59,57)
#1F302F
(31,48,47)
#192525
(25,37,37)
#131A1B
(19,26,27)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #497D75

#497D75
(73,125,117)
#598881
(89,136,129)
#69938D
(105,147,141)
#799E99
(121,158,153)
#89A9A5
(137,169,165)
#99B4B1
(153,180,177)
#A9BFBD
(169,191,189)
#B9CAC9
(185,202,201)
#C9D5D5
(201,213,213)
#D9E0E1
(217,224,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D75; }

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

This text font color is #497D75.


Background Color

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

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

This div background color is #497D75.


Border color

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

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

This div border color is #497D75.


Opacity

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

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

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

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

This text has shadow with #497D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D75 on black background.


Color preview on white background

This text has color #497D75 on white background.



Black color preview on #497D75 background

This text has black color on #497D75 background.


White color preview on #497D75 background

This text has white color on #497D75 background.