COLOR #497975

HEX: #497975
RGB: (73,121,117)

Renk bilgisi

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

RGB renk modeli

#497975 color RGB value is (73,121,117).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 121 of 255 = 47%
B 117 of 255 = 46%

73
121
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 121 + 117 = 311 (100%)
R 73 of 311 ~ 23.47%
G 121 of 311 ~ 38.91%
B 117 of 311 ~ 37.62%

%23.47
%38.91
%37.62

CMYK RENK MODELİ

#497975 rengi CMYK tonu (40,0,3,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 0.00%
  • sarı tonu 3.31%
  • ana renk tonu 52.55%
CMYK:
(40,0,3,53)
C40M0Y3K53 
(40%,0%,3%,53%)
(0.40/0.00/0.03/0.53)	

CMYK yüzdeleri

%39.67
%0
%3.31
%52.55

Codes

Color #497975 in popluar color models

497975
RGB73121117
HSL175°24.74%38.04%
HSB/HSV175°39.67%47.45%
CMYK39.67%0.00%3.31%
52.55%

Color #497975 in popluar number systems.

HEX497975
Decimal73121117
Binary100100111110011110101
Octal111171165

Shades and tints

Shades of #497975

#497975
(73,121,117)
#436E6B
(67,110,107)
#3D6361
(61,99,97)
#375857
(55,88,87)
#314D4D
(49,77,77)
#2B4243
(43,66,67)
#253739
(37,55,57)
#1F2C2F
(31,44,47)
#192125
(25,33,37)
#13161B
(19,22,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #497975

#497975
(73,121,117)
#598581
(89,133,129)
#69918D
(105,145,141)
#799D99
(121,157,153)
#89A9A5
(137,169,165)
#99B5B1
(153,181,177)
#A9C1BD
(169,193,189)
#B9CDC9
(185,205,201)
#C9D9D5
(201,217,213)
#D9E5E1
(217,229,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497975; }

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

This text font color is #497975.


Background Color

.myBgColor { background-color: #497975; }

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

This div background color is #497975.


Border color

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

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

This div border color is #497975.


Opacity

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

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

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

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

This text has shadow with #497975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497975 on black background.


Color preview on white background

This text has color #497975 on white background.



Black color preview on #497975 background

This text has black color on #497975 background.


White color preview on #497975 background

This text has white color on #497975 background.