COLOR #497757

HEX: #497757
RGB: (73,119,87)

Renk bilgisi

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

RGB renk modeli

#497757 color RGB value is (73,119,87).

  • kırmız ton 73;
  • yeşil ton 119;
  • mavi ton 87.
RGB:
(73,119,87)
(29%,47%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 87 of 255 = 34%

73
119
87

R + G + B ~ 37%. #497757 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 87 = 279 (100%)
R 73 of 279 ~ 26.16%
G 119 of 279 ~ 42.65%
B 87 of 279 ~ 31.18%

%26.16
%42.65
%31.18

CMYK RENK MODELİ

#497757 rengi CMYK tonu (39,0,27,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 26.89%
  • ana renk tonu 53.33%
CMYK:
(39,0,27,53)
C39M0Y27K53 
(39%,0%,27%,53%)
(0.39/0.00/0.27/0.53)	

CMYK yüzdeleri

%38.66
%0
%26.89
%53.33

Codes

Color #497757 in popluar color models

497757
RGB7311987
HSL138°23.96%37.65%
HSB/HSV138°38.66%46.67%
CMYK38.66%0.00%26.89%
53.33%

Color #497757 in popluar number systems.

HEX497757
Decimal7311987
Binary100100111101111010111
Octal111167127

Shades and tints

Shades of #497757

#497757
(73,119,87)
#436D50
(67,109,80)
#3D6349
(61,99,73)
#375942
(55,89,66)
#314F3B
(49,79,59)
#2B4534
(43,69,52)
#253B2D
(37,59,45)
#1F3126
(31,49,38)
#19271F
(25,39,31)
#131D18
(19,29,24)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #497757

#497757
(73,119,87)
#598366
(89,131,102)
#698F75
(105,143,117)
#799B84
(121,155,132)
#89A793
(137,167,147)
#99B3A2
(153,179,162)
#A9BFB1
(169,191,177)
#B9CBC0
(185,203,192)
#C9D7CF
(201,215,207)
#D9E3DE
(217,227,222)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497757 color. Also use rgb(73,119,87) instead hex code.

Text Font Color

.myTextColor { color: #497757; }

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

This text font color is #497757.


Background Color

.myBgColor { background-color: #497757; }

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

This div background color is #497757.


Border color

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

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

This div border color is #497757.


Opacity

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

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

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

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

This text has shadow with #497757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497757 on black background.


Color preview on white background

This text has color #497757 on white background.



Black color preview on #497757 background

This text has black color on #497757 background.


White color preview on #497757 background

This text has white color on #497757 background.