COLOR #497065

HEX: #497065
RGB: (73,112,101)

Renk bilgisi

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

RGB renk modeli

#497065 color RGB value is (73,112,101).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 101 of 255 = 40%

73
112
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 101 = 286 (100%)
R 73 of 286 ~ 25.52%
G 112 of 286 ~ 39.16%
B 101 of 286 ~ 35.31%

%25.52
%39.16
%35.31

CMYK RENK MODELİ

#497065 rengi CMYK tonu (35,0,10,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 9.82%
  • ana renk tonu 56.08%
CMYK:
(35,0,10,56)
C35M0Y10K56 
(35%,0%,10%,56%)
(0.35/0.00/0.10/0.56)	

CMYK yüzdeleri

%34.82
%0
%9.82
%56.08

Codes

Color #497065 in popluar color models

497065
RGB73112101
HSL163°21.08%36.27%
HSB/HSV163°34.82%43.92%
CMYK34.82%0.00%9.82%
56.08%

Color #497065 in popluar number systems.

HEX497065
Decimal73112101
Binary100100111100001100101
Octal111160145

Shades and tints

Shades of #497065

#497065
(73,112,101)
#43665C
(67,102,92)
#3D5C53
(61,92,83)
#37524A
(55,82,74)
#314841
(49,72,65)
#2B3E38
(43,62,56)
#25342F
(37,52,47)
#1F2A26
(31,42,38)
#19201D
(25,32,29)
#131614
(19,22,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #497065

#497065
(73,112,101)
#597D73
(89,125,115)
#698A81
(105,138,129)
#79978F
(121,151,143)
#89A49D
(137,164,157)
#99B1AB
(153,177,171)
#A9BEB9
(169,190,185)
#B9CBC7
(185,203,199)
#C9D8D5
(201,216,213)
#D9E5E3
(217,229,227)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497065; }

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

This text font color is #497065.


Background Color

.myBgColor { background-color: #497065; }

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

This div background color is #497065.


Border color

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

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

This div border color is #497065.


Opacity

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

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

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

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

This text has shadow with #497065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497065 on black background.


Color preview on white background

This text has color #497065 on white background.



Black color preview on #497065 background

This text has black color on #497065 background.


White color preview on #497065 background

This text has white color on #497065 background.