COLOR #497A5E

HEX: #497A5E
RGB: (73,122,94)

Renk bilgisi

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

RGB renk modeli

#497A5E color RGB value is (73,122,94).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 94 of 255 = 37%

73
122
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 94 = 289 (100%)
R 73 of 289 ~ 25.26%
G 122 of 289 ~ 42.21%
B 94 of 289 ~ 32.53%

%25.26
%42.21
%32.53

CMYK RENK MODELİ

#497A5E rengi CMYK tonu (40,0,23,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 22.95%
  • ana renk tonu 52.16%
CMYK:
(40,0,23,52)
C40M0Y23K52 
(40%,0%,23%,52%)
(0.40/0.00/0.23/0.52)	

CMYK yüzdeleri

%40.16
%0
%22.95
%52.16

Codes

Color #497A5E in popluar color models

497A5E
RGB7312294
HSL146°25.13%38.24%
HSB/HSV146°40.16%47.84%
CMYK40.16%0.00%22.95%
52.16%

Color #497A5E in popluar number systems.

HEX497A5E
Decimal7312294
Binary100100111110101011110
Octal111172136

Shades and tints

Shades of #497A5E

#497A5E
(73,122,94)
#436F56
(67,111,86)
#3D644E
(61,100,78)
#375946
(55,89,70)
#314E3E
(49,78,62)
#2B4336
(43,67,54)
#25382E
(37,56,46)
#1F2D26
(31,45,38)
#19221E
(25,34,30)
#131716
(19,23,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #497A5E

#497A5E
(73,122,94)
#59866C
(89,134,108)
#69927A
(105,146,122)
#799E88
(121,158,136)
#89AA96
(137,170,150)
#99B6A4
(153,182,164)
#A9C2B2
(169,194,178)
#B9CEC0
(185,206,192)
#C9DACE
(201,218,206)
#D9E6DC
(217,230,220)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A5E; }

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

This text font color is #497A5E.


Background Color

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

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

This div background color is #497A5E.


Border color

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

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

This div border color is #497A5E.


Opacity

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

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

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

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

This text has shadow with #497A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A5E on black background.


Color preview on white background

This text has color #497A5E on white background.



Black color preview on #497A5E background

This text has black color on #497A5E background.


White color preview on #497A5E background

This text has white color on #497A5E background.