COLOR #497E62

HEX: #497E62
RGB: (73,126,98)

Renk bilgisi

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

RGB renk modeli

#497E62 color RGB value is (73,126,98).

  • kırmız ton 73;
  • yeşil ton 126;
  • mavi ton 98.
RGB:
(73,126,98)
(29%,49%,38%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 126 of 255 = 49%
B 98 of 255 = 38%

73
126
98

R + G + B ~ 39%. #497E62 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 126 + 98 = 297 (100%)
R 73 of 297 ~ 24.58%
G 126 of 297 ~ 42.42%
B 98 of 297 ~ 33%

%24.58
%42.42
%33

CMYK RENK MODELİ

#497E62 rengi CMYK tonu (42,0,22,51).

  • camgöbeği tonu 42.06%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 50.59%
CMYK:
(42,0,22,51)
C42M0Y22K51 
(42%,0%,22%,51%)
(0.42/0.00/0.22/0.51)	

CMYK yüzdeleri

%42.06
%0
%22.22
%50.59

Codes

Color #497E62 in popluar color models

497E62
RGB7312698
HSL148°26.63%39.02%
HSB/HSV148°42.06%49.41%
CMYK42.06%0.00%22.22%
50.59%

Color #497E62 in popluar number systems.

HEX497E62
Decimal7312698
Binary100100111111101100010
Octal111176142

Shades and tints

Shades of #497E62

#497E62
(73,126,98)
#43735A
(67,115,90)
#3D6852
(61,104,82)
#375D4A
(55,93,74)
#315242
(49,82,66)
#2B473A
(43,71,58)
#253C32
(37,60,50)
#1F312A
(31,49,42)
#192622
(25,38,34)
#131B1A
(19,27,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #497E62

#497E62
(73,126,98)
#598970
(89,137,112)
#69947E
(105,148,126)
#799F8C
(121,159,140)
#89AA9A
(137,170,154)
#99B5A8
(153,181,168)
#A9C0B6
(169,192,182)
#B9CBC4
(185,203,196)
#C9D6D2
(201,214,210)
#D9E1E0
(217,225,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497E62 color. Also use rgb(73,126,98) instead hex code.

Text Font Color

.myTextColor { color: #497E62; }

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

This text font color is #497E62.


Background Color

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

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

This div background color is #497E62.


Border color

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

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

This div border color is #497E62.


Opacity

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

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

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

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

This text has shadow with #497E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497E62 on black background.


Color preview on white background

This text has color #497E62 on white background.



Black color preview on #497E62 background

This text has black color on #497E62 background.


White color preview on #497E62 background

This text has white color on #497E62 background.