COLOR #497563

HEX: #497563
RGB: (73,117,99)

Renk bilgisi

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

RGB renk modeli

#497563 color RGB value is (73,117,99).

  • kırmız ton 73;
  • yeşil ton 117;
  • mavi ton 99.
RGB:
(73,117,99)
(29%,46%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 117 of 255 = 46%
B 99 of 255 = 39%

73
117
99

R + G + B ~ 38%. #497563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 117 + 99 = 289 (100%)
R 73 of 289 ~ 25.26%
G 117 of 289 ~ 40.48%
B 99 of 289 ~ 34.26%

%25.26
%40.48
%34.26

CMYK RENK MODELİ

#497563 rengi CMYK tonu (38,0,15,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 0.00%
  • sarı tonu 15.38%
  • ana renk tonu 54.12%
CMYK:
(38,0,15,54)
C38M0Y15K54 
(38%,0%,15%,54%)
(0.38/0.00/0.15/0.54)	

CMYK yüzdeleri

%37.61
%0
%15.38
%54.12

Codes

Color #497563 in popluar color models

497563
RGB7311799
HSL155°23.16%37.25%
HSB/HSV155°37.61%45.88%
CMYK37.61%0.00%15.38%
54.12%

Color #497563 in popluar number systems.

HEX497563
Decimal7311799
Binary100100111101011100011
Octal111165143

Shades and tints

Shades of #497563

#497563
(73,117,99)
#436B5A
(67,107,90)
#3D6151
(61,97,81)
#375748
(55,87,72)
#314D3F
(49,77,63)
#2B4336
(43,67,54)
#25392D
(37,57,45)
#1F2F24
(31,47,36)
#19251B
(25,37,27)
#131B12
(19,27,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #497563

#497563
(73,117,99)
#598171
(89,129,113)
#698D7F
(105,141,127)
#79998D
(121,153,141)
#89A59B
(137,165,155)
#99B1A9
(153,177,169)
#A9BDB7
(169,189,183)
#B9C9C5
(185,201,197)
#C9D5D3
(201,213,211)
#D9E1E1
(217,225,225)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497563 color. Also use rgb(73,117,99) instead hex code.

Text Font Color

.myTextColor { color: #497563; }

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

This text font color is #497563.


Background Color

.myBgColor { background-color: #497563; }

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

This div background color is #497563.


Border color

.myBorderColor { border: 1px solid #497563; }

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

This div border color is #497563.


Opacity

.myOpacity80 { color: #497563; opacity: 0.8; }

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

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

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

This text has shadow with #497563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497563 on black background.


Color preview on white background

This text has color #497563 on white background.



Black color preview on #497563 background

This text has black color on #497563 background.


White color preview on #497563 background

This text has white color on #497563 background.