COLOR #497176

HEX: #497176
RGB: (73,113,118)

Renk bilgisi

#497176 contains red, green and blue colors in about the same proportion. #497176 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#497176 color RGB value is (73,113,118).

  • kırmız ton 73;
  • yeşil ton 113;
  • mavi ton 118.
RGB:
(73,113,118)
(29%,44%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 118 of 255 = 46%

73
113
118

R + G + B ~ 40%. #497176 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 118 = 304 (100%)
R 73 of 304 ~ 24.01%
G 113 of 304 ~ 37.17%
B 118 of 304 ~ 38.82%

%24.01
%37.17
%38.82

CMYK RENK MODELİ

#497176 rengi CMYK tonu (38,4,0,54).

  • camgöbeği tonu 38.14%
  • eflatun tonu 4.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(38,4,0,54)
C38M4Y0K54 
(38%,4%,0%,54%)
(0.38/0.04/0.00/0.54)	

CMYK yüzdeleri

%38.14
%4.24
%0
%53.73

Codes

Color #497176 in popluar color models

497176
RGB73113118
HSL187°23.56%37.45%
HSB/HSV187°38.14%46.27%
CMYK38.14%4.24%0.00%
53.73%

Color #497176 in popluar number systems.

HEX497176
Decimal73113118
Binary100100111100011110110
Octal111161166

Shades and tints

Shades of #497176

#497176
(73,113,118)
#43676C
(67,103,108)
#3D5D62
(61,93,98)
#375358
(55,83,88)
#31494E
(49,73,78)
#2B3F44
(43,63,68)
#25353A
(37,53,58)
#1F2B30
(31,43,48)
#192126
(25,33,38)
#13171C
(19,23,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #497176

#497176
(73,113,118)
#597D82
(89,125,130)
#69898E
(105,137,142)
#79959A
(121,149,154)
#89A1A6
(137,161,166)
#99ADB2
(153,173,178)
#A9B9BE
(169,185,190)
#B9C5CA
(185,197,202)
#C9D1D6
(201,209,214)
#D9DDE2
(217,221,226)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497176 color. Also use rgb(73,113,118) instead hex code.

Text Font Color

.myTextColor { color: #497176; }

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

This text font color is #497176.


Background Color

.myBgColor { background-color: #497176; }

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

This div background color is #497176.


Border color

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

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

This div border color is #497176.


Opacity

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

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

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

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

This text has shadow with #497176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497176 on black background.


Color preview on white background

This text has color #497176 on white background.



Black color preview on #497176 background

This text has black color on #497176 background.


White color preview on #497176 background

This text has white color on #497176 background.