COLOR #497C73

HEX: #497C73
RGB: (73,124,115)

Renk bilgisi

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

RGB renk modeli

#497C73 color RGB value is (73,124,115).

  • kırmız ton 73;
  • yeşil ton 124;
  • mavi ton 115.
RGB:
(73,124,115)
(29%,49%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 115 of 255 = 45%

73
124
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 115 = 312 (100%)
R 73 of 312 ~ 23.4%
G 124 of 312 ~ 39.74%
B 115 of 312 ~ 36.86%

%23.4
%39.74
%36.86

CMYK RENK MODELİ

#497C73 rengi CMYK tonu (41,0,7,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 0.00%
  • sarı tonu 7.26%
  • ana renk tonu 51.37%
CMYK:
(41,0,7,51)
C41M0Y7K51 
(41%,0%,7%,51%)
(0.41/0.00/0.07/0.51)	

CMYK yüzdeleri

%41.13
%0
%7.26
%51.37

Codes

Color #497C73 in popluar color models

497C73
RGB73124115
HSL169°25.89%38.63%
HSB/HSV169°41.13%48.63%
CMYK41.13%0.00%7.26%
51.37%

Color #497C73 in popluar number systems.

HEX497C73
Decimal73124115
Binary100100111111001110011
Octal111174163

Shades and tints

Shades of #497C73

#497C73
(73,124,115)
#437169
(67,113,105)
#3D665F
(61,102,95)
#375B55
(55,91,85)
#31504B
(49,80,75)
#2B4541
(43,69,65)
#253A37
(37,58,55)
#1F2F2D
(31,47,45)
#192423
(25,36,35)
#131919
(19,25,25)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #497C73

#497C73
(73,124,115)
#59877F
(89,135,127)
#69928B
(105,146,139)
#799D97
(121,157,151)
#89A8A3
(137,168,163)
#99B3AF
(153,179,175)
#A9BEBB
(169,190,187)
#B9C9C7
(185,201,199)
#C9D4D3
(201,212,211)
#D9DFDF
(217,223,223)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C73 color. Also use rgb(73,124,115) instead hex code.

Text Font Color

.myTextColor { color: #497C73; }

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

This text font color is #497C73.


Background Color

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

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

This div background color is #497C73.


Border color

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

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

This div border color is #497C73.


Opacity

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

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

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

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

This text has shadow with #497C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C73 on black background.


Color preview on white background

This text has color #497C73 on white background.



Black color preview on #497C73 background

This text has black color on #497C73 background.


White color preview on #497C73 background

This text has white color on #497C73 background.