COLOR #497E5F

HEX: #497E5F
RGB: (73,126,95)

Renk bilgisi

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

RGB renk modeli

#497E5F color RGB value is (73,126,95).

  • kırmız ton 73;
  • yeşil ton 126;
  • mavi ton 95.
RGB:
(73,126,95)
(29%,49%,37%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 126 of 255 = 49%
B 95 of 255 = 37%

73
126
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 126 + 95 = 294 (100%)
R 73 of 294 ~ 24.83%
G 126 of 294 ~ 42.86%
B 95 of 294 ~ 32.31%

%24.83
%42.86
%32.31

CMYK RENK MODELİ

#497E5F rengi CMYK tonu (42,0,25,51).

  • camgöbeği tonu 42.06%
  • eflatun tonu 0.00%
  • sarı tonu 24.60%
  • ana renk tonu 50.59%
CMYK:
(42,0,25,51)
C42M0Y25K51 
(42%,0%,25%,51%)
(0.42/0.00/0.25/0.51)	

CMYK yüzdeleri

%42.06
%0
%24.6
%50.59

Codes

Color #497E5F in popluar color models

497E5F
RGB7312695
HSL145°26.63%39.02%
HSB/HSV145°42.06%49.41%
CMYK42.06%0.00%24.60%
50.59%

Color #497E5F in popluar number systems.

HEX497E5F
Decimal7312695
Binary100100111111101011111
Octal111176137

Shades and tints

Shades of #497E5F

#497E5F
(73,126,95)
#437357
(67,115,87)
#3D684F
(61,104,79)
#375D47
(55,93,71)
#31523F
(49,82,63)
#2B4737
(43,71,55)
#253C2F
(37,60,47)
#1F3127
(31,49,39)
#19261F
(25,38,31)
#131B17
(19,27,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #497E5F

#497E5F
(73,126,95)
#59896D
(89,137,109)
#69947B
(105,148,123)
#799F89
(121,159,137)
#89AA97
(137,170,151)
#99B5A5
(153,181,165)
#A9C0B3
(169,192,179)
#B9CBC1
(185,203,193)
#C9D6CF
(201,214,207)
#D9E1DD
(217,225,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497E5F color. Also use rgb(73,126,95) instead hex code.

Text Font Color

.myTextColor { color: #497E5F; }

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

This text font color is #497E5F.


Background Color

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

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

This div background color is #497E5F.


Border color

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

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

This div border color is #497E5F.


Opacity

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

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

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

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

This text has shadow with #497E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497E5F on black background.


Color preview on white background

This text has color #497E5F on white background.



Black color preview on #497E5F background

This text has black color on #497E5F background.


White color preview on #497E5F background

This text has white color on #497E5F background.