COLOR #497275

HEX: #497275
RGB: (73,114,117)

Renk bilgisi

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

RGB renk modeli

#497275 color RGB value is (73,114,117).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 114 of 255 = 45%
B 117 of 255 = 46%

73
114
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 114 + 117 = 304 (100%)
R 73 of 304 ~ 24.01%
G 114 of 304 ~ 37.5%
B 117 of 304 ~ 38.49%

%24.01
%37.5
%38.49

CMYK RENK MODELİ

#497275 rengi CMYK tonu (38,3,0,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 2.56%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(38,3,0,54)
C38M3Y0K54 
(38%,3%,0%,54%)
(0.38/0.03/0.00/0.54)	

CMYK yüzdeleri

%37.61
%2.56
%0
%54.12

Codes

Color #497275 in popluar color models

497275
RGB73114117
HSL184°23.16%37.25%
HSB/HSV184°37.61%45.88%
CMYK37.61%2.56%0.00%
54.12%

Color #497275 in popluar number systems.

HEX497275
Decimal73114117
Binary100100111100101110101
Octal111162165

Shades and tints

Shades of #497275

#497275
(73,114,117)
#43686B
(67,104,107)
#3D5E61
(61,94,97)
#375457
(55,84,87)
#314A4D
(49,74,77)
#2B4043
(43,64,67)
#253639
(37,54,57)
#1F2C2F
(31,44,47)
#192225
(25,34,37)
#13181B
(19,24,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #497275

#497275
(73,114,117)
#597E81
(89,126,129)
#698A8D
(105,138,141)
#799699
(121,150,153)
#89A2A5
(137,162,165)
#99AEB1
(153,174,177)
#A9BABD
(169,186,189)
#B9C6C9
(185,198,201)
#C9D2D5
(201,210,213)
#D9DEE1
(217,222,225)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497275; }

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

This text font color is #497275.


Background Color

.myBgColor { background-color: #497275; }

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

This div background color is #497275.


Border color

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

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

This div border color is #497275.


Opacity

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

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

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

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

This text has shadow with #497275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497275 on black background.


Color preview on white background

This text has color #497275 on white background.



Black color preview on #497275 background

This text has black color on #497275 background.


White color preview on #497275 background

This text has white color on #497275 background.