COLOR #497C61

HEX: #497C61
RGB: (73,124,97)

Renk bilgisi

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

RGB renk modeli

#497C61 color RGB value is (73,124,97).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 97 of 255 = 38%

73
124
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 97 = 294 (100%)
R 73 of 294 ~ 24.83%
G 124 of 294 ~ 42.18%
B 97 of 294 ~ 32.99%

%24.83
%42.18
%32.99

CMYK RENK MODELİ

#497C61 rengi CMYK tonu (41,0,22,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 0.00%
  • sarı tonu 21.77%
  • ana renk tonu 51.37%
CMYK:
(41,0,22,51)
C41M0Y22K51 
(41%,0%,22%,51%)
(0.41/0.00/0.22/0.51)	

CMYK yüzdeleri

%41.13
%0
%21.77
%51.37

Codes

Color #497C61 in popluar color models

497C61
RGB7312497
HSL148°25.89%38.63%
HSB/HSV148°41.13%48.63%
CMYK41.13%0.00%21.77%
51.37%

Color #497C61 in popluar number systems.

HEX497C61
Decimal7312497
Binary100100111111001100001
Octal111174141

Shades and tints

Shades of #497C61

#497C61
(73,124,97)
#437159
(67,113,89)
#3D6651
(61,102,81)
#375B49
(55,91,73)
#315041
(49,80,65)
#2B4539
(43,69,57)
#253A31
(37,58,49)
#1F2F29
(31,47,41)
#192421
(25,36,33)
#131919
(19,25,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #497C61

#497C61
(73,124,97)
#59876F
(89,135,111)
#69927D
(105,146,125)
#799D8B
(121,157,139)
#89A899
(137,168,153)
#99B3A7
(153,179,167)
#A9BEB5
(169,190,181)
#B9C9C3
(185,201,195)
#C9D4D1
(201,212,209)
#D9DFDF
(217,223,223)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C61; }

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

This text font color is #497C61.


Background Color

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

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

This div background color is #497C61.


Border color

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

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

This div border color is #497C61.


Opacity

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

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

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

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

This text has shadow with #497C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C61 on black background.


Color preview on white background

This text has color #497C61 on white background.



Black color preview on #497C61 background

This text has black color on #497C61 background.


White color preview on #497C61 background

This text has white color on #497C61 background.