COLOR #497B76

HEX: #497B76
RGB: (73,123,118)

Renk bilgisi

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

RGB renk modeli

#497B76 color RGB value is (73,123,118).

  • kırmız ton 73;
  • yeşil ton 123;
  • mavi ton 118.
RGB:
(73,123,118)
(29%,48%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 123 of 255 = 48%
B 118 of 255 = 46%

73
123
118

R + G + B ~ 41%. #497B76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 123 + 118 = 314 (100%)
R 73 of 314 ~ 23.25%
G 123 of 314 ~ 39.17%
B 118 of 314 ~ 37.58%

%23.25
%39.17
%37.58

CMYK RENK MODELİ

#497B76 rengi CMYK tonu (41,0,4,52).

  • camgöbeği tonu 40.65%
  • eflatun tonu 0.00%
  • sarı tonu 4.07%
  • ana renk tonu 51.76%
CMYK:
(41,0,4,52)
C41M0Y4K52 
(41%,0%,4%,52%)
(0.41/0.00/0.04/0.52)	

CMYK yüzdeleri

%40.65
%0
%4.07
%51.76

Codes

Color #497B76 in popluar color models

497B76
RGB73123118
HSL174°25.51%38.43%
HSB/HSV174°40.65%48.24%
CMYK40.65%0.00%4.07%
51.76%

Color #497B76 in popluar number systems.

HEX497B76
Decimal73123118
Binary100100111110111110110
Octal111173166

Shades and tints

Shades of #497B76

#497B76
(73,123,118)
#43706C
(67,112,108)
#3D6562
(61,101,98)
#375A58
(55,90,88)
#314F4E
(49,79,78)
#2B4444
(43,68,68)
#25393A
(37,57,58)
#1F2E30
(31,46,48)
#192326
(25,35,38)
#13181C
(19,24,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #497B76

#497B76
(73,123,118)
#598782
(89,135,130)
#69938E
(105,147,142)
#799F9A
(121,159,154)
#89ABA6
(137,171,166)
#99B7B2
(153,183,178)
#A9C3BE
(169,195,190)
#B9CFCA
(185,207,202)
#C9DBD6
(201,219,214)
#D9E7E2
(217,231,226)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B76 color. Also use rgb(73,123,118) instead hex code.

Text Font Color

.myTextColor { color: #497B76; }

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

This text font color is #497B76.


Background Color

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

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

This div background color is #497B76.


Border color

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

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

This div border color is #497B76.


Opacity

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

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

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

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

This text has shadow with #497B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B76 on black background.


Color preview on white background

This text has color #497B76 on white background.



Black color preview on #497B76 background

This text has black color on #497B76 background.


White color preview on #497B76 background

This text has white color on #497B76 background.