COLOR #497C5A

HEX: #497C5A
RGB: (73,124,90)

Renk bilgisi

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

RGB renk modeli

#497C5A color RGB value is (73,124,90).

  • kırmız ton 73;
  • yeşil ton 124;
  • mavi ton 90.
RGB:
(73,124,90)
(29%,49%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 90 of 255 = 35%

73
124
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 90 = 287 (100%)
R 73 of 287 ~ 25.44%
G 124 of 287 ~ 43.21%
B 90 of 287 ~ 31.36%

%25.44
%43.21
%31.36

CMYK RENK MODELİ

#497C5A rengi CMYK tonu (41,0,27,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 0.00%
  • sarı tonu 27.42%
  • ana renk tonu 51.37%
CMYK:
(41,0,27,51)
C41M0Y27K51 
(41%,0%,27%,51%)
(0.41/0.00/0.27/0.51)	

CMYK yüzdeleri

%41.13
%0
%27.42
%51.37

Codes

Color #497C5A in popluar color models

497C5A
RGB7312490
HSL140°25.89%38.63%
HSB/HSV140°41.13%48.63%
CMYK41.13%0.00%27.42%
51.37%

Color #497C5A in popluar number systems.

HEX497C5A
Decimal7312490
Binary100100111111001011010
Octal111174132

Shades and tints

Shades of #497C5A

#497C5A
(73,124,90)
#437152
(67,113,82)
#3D664A
(61,102,74)
#375B42
(55,91,66)
#31503A
(49,80,58)
#2B4532
(43,69,50)
#253A2A
(37,58,42)
#1F2F22
(31,47,34)
#19241A
(25,36,26)
#131912
(19,25,18)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #497C5A

#497C5A
(73,124,90)
#598769
(89,135,105)
#699278
(105,146,120)
#799D87
(121,157,135)
#89A896
(137,168,150)
#99B3A5
(153,179,165)
#A9BEB4
(169,190,180)
#B9C9C3
(185,201,195)
#C9D4D2
(201,212,210)
#D9DFE1
(217,223,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C5A color. Also use rgb(73,124,90) instead hex code.

Text Font Color

.myTextColor { color: #497C5A; }

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

This text font color is #497C5A.


Background Color

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

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

This div background color is #497C5A.


Border color

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

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

This div border color is #497C5A.


Opacity

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

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

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

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

This text has shadow with #497C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C5A on black background.


Color preview on white background

This text has color #497C5A on white background.



Black color preview on #497C5A background

This text has black color on #497C5A background.


White color preview on #497C5A background

This text has white color on #497C5A background.