COLOR #497F80

HEX: #497F80
RGB: (73,127,128)

Renk bilgisi

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

RGB renk modeli

#497F80 color RGB value is (73,127,128).

  • kırmız ton 73;
  • yeşil ton 127;
  • mavi ton 128.
RGB:
(73,127,128)
(29%,50%,50%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 127 of 255 = 50%
B 128 of 255 = 50%

73
127
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 127 + 128 = 328 (100%)
R 73 of 328 ~ 22.26%
G 127 of 328 ~ 38.72%
B 128 of 328 ~ 39.02%

%22.26
%38.72
%39.02

CMYK RENK MODELİ

#497F80 rengi CMYK tonu (43,1,0,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 0.78%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(43,1,0,50)
C43M1Y0K50 
(43%,1%,0%,50%)
(0.43/0.01/0.00/0.50)	

CMYK yüzdeleri

%42.97
%0.78
%0
%49.8

Codes

Color #497F80 in popluar color models

497F80
RGB73127128
HSL181°27.36%39.41%
HSB/HSV181°42.97%50.20%
CMYK42.97%0.78%0.00%
49.80%

Color #497F80 in popluar number systems.

HEX497F80
Decimal73127128
Binary1001001111111110000000
Octal111177200

Shades and tints

Shades of #497F80

#497F80
(73,127,128)
#437475
(67,116,117)
#3D696A
(61,105,106)
#375E5F
(55,94,95)
#315354
(49,83,84)
#2B4849
(43,72,73)
#253D3E
(37,61,62)
#1F3233
(31,50,51)
#192728
(25,39,40)
#131C1D
(19,28,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #497F80

#497F80
(73,127,128)
#598A8B
(89,138,139)
#699596
(105,149,150)
#79A0A1
(121,160,161)
#89ABAC
(137,171,172)
#99B6B7
(153,182,183)
#A9C1C2
(169,193,194)
#B9CCCD
(185,204,205)
#C9D7D8
(201,215,216)
#D9E2E3
(217,226,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497F80 color. Also use rgb(73,127,128) instead hex code.

Text Font Color

.myTextColor { color: #497F80; }

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

This text font color is #497F80.


Background Color

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

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

This div background color is #497F80.


Border color

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

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

This div border color is #497F80.


Opacity

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

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

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

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

This text has shadow with #497F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F80 on black background.


Color preview on white background

This text has color #497F80 on white background.



Black color preview on #497F80 background

This text has black color on #497F80 background.


White color preview on #497F80 background

This text has white color on #497F80 background.