COLOR #497A69

HEX: #497A69
RGB: (73,122,105)

Renk bilgisi

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

RGB renk modeli

#497A69 color RGB value is (73,122,105).

  • kırmız ton 73;
  • yeşil ton 122;
  • mavi ton 105.
RGB:
(73,122,105)
(29%,48%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 105 of 255 = 41%

73
122
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 105 = 300 (100%)
R 73 of 300 ~ 24.33%
G 122 of 300 ~ 40.67%
B 105 of 300 ~ 35%

%24.33
%40.67
%35

CMYK RENK MODELİ

#497A69 rengi CMYK tonu (40,0,14,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 13.93%
  • ana renk tonu 52.16%
CMYK:
(40,0,14,52)
C40M0Y14K52 
(40%,0%,14%,52%)
(0.40/0.00/0.14/0.52)	

CMYK yüzdeleri

%40.16
%0
%13.93
%52.16

Codes

Color #497A69 in popluar color models

497A69
RGB73122105
HSL159°25.13%38.24%
HSB/HSV159°40.16%47.84%
CMYK40.16%0.00%13.93%
52.16%

Color #497A69 in popluar number systems.

HEX497A69
Decimal73122105
Binary100100111110101101001
Octal111172151

Shades and tints

Shades of #497A69

#497A69
(73,122,105)
#436F60
(67,111,96)
#3D6457
(61,100,87)
#37594E
(55,89,78)
#314E45
(49,78,69)
#2B433C
(43,67,60)
#253833
(37,56,51)
#1F2D2A
(31,45,42)
#192221
(25,34,33)
#131718
(19,23,24)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #497A69

#497A69
(73,122,105)
#598676
(89,134,118)
#699283
(105,146,131)
#799E90
(121,158,144)
#89AA9D
(137,170,157)
#99B6AA
(153,182,170)
#A9C2B7
(169,194,183)
#B9CEC4
(185,206,196)
#C9DAD1
(201,218,209)
#D9E6DE
(217,230,222)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497A69 color. Also use rgb(73,122,105) instead hex code.

Text Font Color

.myTextColor { color: #497A69; }

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

This text font color is #497A69.


Background Color

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

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

This div background color is #497A69.


Border color

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

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

This div border color is #497A69.


Opacity

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

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

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

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

This text has shadow with #497A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A69 on black background.


Color preview on white background

This text has color #497A69 on white background.



Black color preview on #497A69 background

This text has black color on #497A69 background.


White color preview on #497A69 background

This text has white color on #497A69 background.