COLOR #497972

HEX: #497972
RGB: (73,121,114)

Renk bilgisi

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

RGB renk modeli

#497972 color RGB value is (73,121,114).

  • kırmız ton 73;
  • yeşil ton 121;
  • mavi ton 114.
RGB:
(73,121,114)
(29%,47%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 121 of 255 = 47%
B 114 of 255 = 45%

73
121
114

R + G + B ~ 40%. #497972 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 121 + 114 = 308 (100%)
R 73 of 308 ~ 23.7%
G 121 of 308 ~ 39.29%
B 114 of 308 ~ 37.01%

%23.7
%39.29
%37.01

CMYK RENK MODELİ

#497972 rengi CMYK tonu (40,0,6,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 0.00%
  • sarı tonu 5.79%
  • ana renk tonu 52.55%
CMYK:
(40,0,6,53)
C40M0Y6K53 
(40%,0%,6%,53%)
(0.40/0.00/0.06/0.53)	

CMYK yüzdeleri

%39.67
%0
%5.79
%52.55

Codes

Color #497972 in popluar color models

497972
RGB73121114
HSL171°24.74%38.04%
HSB/HSV171°39.67%47.45%
CMYK39.67%0.00%5.79%
52.55%

Color #497972 in popluar number systems.

HEX497972
Decimal73121114
Binary100100111110011110010
Octal111171162

Shades and tints

Shades of #497972

#497972
(73,121,114)
#436E68
(67,110,104)
#3D635E
(61,99,94)
#375854
(55,88,84)
#314D4A
(49,77,74)
#2B4240
(43,66,64)
#253736
(37,55,54)
#1F2C2C
(31,44,44)
#192122
(25,33,34)
#131618
(19,22,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #497972

#497972
(73,121,114)
#59857E
(89,133,126)
#69918A
(105,145,138)
#799D96
(121,157,150)
#89A9A2
(137,169,162)
#99B5AE
(153,181,174)
#A9C1BA
(169,193,186)
#B9CDC6
(185,205,198)
#C9D9D2
(201,217,210)
#D9E5DE
(217,229,222)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497972 color. Also use rgb(73,121,114) instead hex code.

Text Font Color

.myTextColor { color: #497972; }

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

This text font color is #497972.


Background Color

.myBgColor { background-color: #497972; }

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

This div background color is #497972.


Border color

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

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

This div border color is #497972.


Opacity

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

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

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

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

This text has shadow with #497972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497972 on black background.


Color preview on white background

This text has color #497972 on white background.



Black color preview on #497972 background

This text has black color on #497972 background.


White color preview on #497972 background

This text has white color on #497972 background.