COLOR #497370

HEX: #497370
RGB: (73,115,112)

Renk bilgisi

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

RGB renk modeli

#497370 color RGB value is (73,115,112).

  • kırmız ton 73;
  • yeşil ton 115;
  • mavi ton 112.
RGB:
(73,115,112)
(29%,45%,44%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 115 of 255 = 45%
B 112 of 255 = 44%

73
115
112

R + G + B ~ 39%. #497370 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 115 + 112 = 300 (100%)
R 73 of 300 ~ 24.33%
G 115 of 300 ~ 38.33%
B 112 of 300 ~ 37.33%

%24.33
%38.33
%37.33

CMYK RENK MODELİ

#497370 rengi CMYK tonu (37,0,3,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 0.00%
  • sarı tonu 2.61%
  • ana renk tonu 54.90%
CMYK:
(37,0,3,55)
C37M0Y3K55 
(37%,0%,3%,55%)
(0.37/0.00/0.03/0.55)	

CMYK yüzdeleri

%36.52
%0
%2.61
%54.9

Codes

Color #497370 in popluar color models

497370
RGB73115112
HSL176°22.34%36.86%
HSB/HSV176°36.52%45.10%
CMYK36.52%0.00%2.61%
54.90%

Color #497370 in popluar number systems.

HEX497370
Decimal73115112
Binary100100111100111110000
Octal111163160

Shades and tints

Shades of #497370

#497370
(73,115,112)
#436966
(67,105,102)
#3D5F5C
(61,95,92)
#375552
(55,85,82)
#314B48
(49,75,72)
#2B413E
(43,65,62)
#253734
(37,55,52)
#1F2D2A
(31,45,42)
#192320
(25,35,32)
#131916
(19,25,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #497370

#497370
(73,115,112)
#597F7D
(89,127,125)
#698B8A
(105,139,138)
#799797
(121,151,151)
#89A3A4
(137,163,164)
#99AFB1
(153,175,177)
#A9BBBE
(169,187,190)
#B9C7CB
(185,199,203)
#C9D3D8
(201,211,216)
#D9DFE5
(217,223,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497370 color. Also use rgb(73,115,112) instead hex code.

Text Font Color

.myTextColor { color: #497370; }

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

This text font color is #497370.


Background Color

.myBgColor { background-color: #497370; }

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

This div background color is #497370.


Border color

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

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

This div border color is #497370.


Opacity

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

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

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

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

This text has shadow with #497370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497370 on black background.


Color preview on white background

This text has color #497370 on white background.



Black color preview on #497370 background

This text has black color on #497370 background.


White color preview on #497370 background

This text has white color on #497370 background.