COLOR #497A67

HEX: #497A67
RGB: (73,122,103)

Renk bilgisi

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

RGB renk modeli

#497A67 color RGB value is (73,122,103).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 103 of 255 = 40%

73
122
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 103 = 298 (100%)
R 73 of 298 ~ 24.5%
G 122 of 298 ~ 40.94%
B 103 of 298 ~ 34.56%

%24.5
%40.94
%34.56

CMYK RENK MODELİ

#497A67 rengi CMYK tonu (40,0,16,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 15.57%
  • ana renk tonu 52.16%
CMYK:
(40,0,16,52)
C40M0Y16K52 
(40%,0%,16%,52%)
(0.40/0.00/0.16/0.52)	

CMYK yüzdeleri

%40.16
%0
%15.57
%52.16

Codes

Color #497A67 in popluar color models

497A67
RGB73122103
HSL157°25.13%38.24%
HSB/HSV157°40.16%47.84%
CMYK40.16%0.00%15.57%
52.16%

Color #497A67 in popluar number systems.

HEX497A67
Decimal73122103
Binary100100111110101100111
Octal111172147

Shades and tints

Shades of #497A67

#497A67
(73,122,103)
#436F5E
(67,111,94)
#3D6455
(61,100,85)
#37594C
(55,89,76)
#314E43
(49,78,67)
#2B433A
(43,67,58)
#253831
(37,56,49)
#1F2D28
(31,45,40)
#19221F
(25,34,31)
#131716
(19,23,22)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #497A67

#497A67
(73,122,103)
#598674
(89,134,116)
#699281
(105,146,129)
#799E8E
(121,158,142)
#89AA9B
(137,170,155)
#99B6A8
(153,182,168)
#A9C2B5
(169,194,181)
#B9CEC2
(185,206,194)
#C9DACF
(201,218,207)
#D9E6DC
(217,230,220)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A67; }

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

This text font color is #497A67.


Background Color

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

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

This div background color is #497A67.


Border color

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

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

This div border color is #497A67.


Opacity

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

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

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

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

This text has shadow with #497A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A67 on black background.


Color preview on white background

This text has color #497A67 on white background.



Black color preview on #497A67 background

This text has black color on #497A67 background.


White color preview on #497A67 background

This text has white color on #497A67 background.