COLOR #497F65

HEX: #497F65
RGB: (73,127,101)

Renk bilgisi

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

RGB renk modeli

#497F65 color RGB value is (73,127,101).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 127 of 255 = 50%
B 101 of 255 = 40%

73
127
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 127 + 101 = 301 (100%)
R 73 of 301 ~ 24.25%
G 127 of 301 ~ 42.19%
B 101 of 301 ~ 33.55%

%24.25
%42.19
%33.55

CMYK RENK MODELİ

#497F65 rengi CMYK tonu (43,0,20,50).

  • camgöbeği tonu 42.52%
  • eflatun tonu 0.00%
  • sarı tonu 20.47%
  • ana renk tonu 50.20%
CMYK:
(43,0,20,50)
C43M0Y20K50 
(43%,0%,20%,50%)
(0.43/0.00/0.20/0.50)	

CMYK yüzdeleri

%42.52
%0
%20.47
%50.2

Codes

Color #497F65 in popluar color models

497F65
RGB73127101
HSL151°27.00%39.22%
HSB/HSV151°42.52%49.80%
CMYK42.52%0.00%20.47%
50.20%

Color #497F65 in popluar number systems.

HEX497F65
Decimal73127101
Binary100100111111111100101
Octal111177145

Shades and tints

Shades of #497F65

#497F65
(73,127,101)
#43745C
(67,116,92)
#3D6953
(61,105,83)
#375E4A
(55,94,74)
#315341
(49,83,65)
#2B4838
(43,72,56)
#253D2F
(37,61,47)
#1F3226
(31,50,38)
#19271D
(25,39,29)
#131C14
(19,28,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #497F65

#497F65
(73,127,101)
#598A73
(89,138,115)
#699581
(105,149,129)
#79A08F
(121,160,143)
#89AB9D
(137,171,157)
#99B6AB
(153,182,171)
#A9C1B9
(169,193,185)
#B9CCC7
(185,204,199)
#C9D7D5
(201,215,213)
#D9E2E3
(217,226,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497F65; }

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

This text font color is #497F65.


Background Color

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

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

This div background color is #497F65.


Border color

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

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

This div border color is #497F65.


Opacity

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

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

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

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

This text has shadow with #497F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F65 on black background.


Color preview on white background

This text has color #497F65 on white background.



Black color preview on #497F65 background

This text has black color on #497F65 background.


White color preview on #497F65 background

This text has white color on #497F65 background.