COLOR #497866

HEX: #497866
RGB: (73,120,102)

Renk bilgisi

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

RGB renk modeli

#497866 color RGB value is (73,120,102).

  • kırmız ton 73;
  • yeşil ton 120;
  • mavi ton 102.
RGB:
(73,120,102)
(29%,47%,40%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 120 of 255 = 47%
B 102 of 255 = 40%

73
120
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 120 + 102 = 295 (100%)
R 73 of 295 ~ 24.75%
G 120 of 295 ~ 40.68%
B 102 of 295 ~ 34.58%

%24.75
%40.68
%34.58

CMYK RENK MODELİ

#497866 rengi CMYK tonu (39,0,15,53).

  • camgöbeği tonu 39.17%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 52.94%
CMYK:
(39,0,15,53)
C39M0Y15K53 
(39%,0%,15%,53%)
(0.39/0.00/0.15/0.53)	

CMYK yüzdeleri

%39.17
%0
%15
%52.94

Codes

Color #497866 in popluar color models

497866
RGB73120102
HSL157°24.35%37.84%
HSB/HSV157°39.17%47.06%
CMYK39.17%0.00%15.00%
52.94%

Color #497866 in popluar number systems.

HEX497866
Decimal73120102
Binary100100111110001100110
Octal111170146

Shades and tints

Shades of #497866

#497866
(73,120,102)
#436E5D
(67,110,93)
#3D6454
(61,100,84)
#375A4B
(55,90,75)
#315042
(49,80,66)
#2B4639
(43,70,57)
#253C30
(37,60,48)
#1F3227
(31,50,39)
#19281E
(25,40,30)
#131E15
(19,30,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #497866

#497866
(73,120,102)
#598473
(89,132,115)
#699080
(105,144,128)
#799C8D
(121,156,141)
#89A89A
(137,168,154)
#99B4A7
(153,180,167)
#A9C0B4
(169,192,180)
#B9CCC1
(185,204,193)
#C9D8CE
(201,216,206)
#D9E4DB
(217,228,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497866 color. Also use rgb(73,120,102) instead hex code.

Text Font Color

.myTextColor { color: #497866; }

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

This text font color is #497866.


Background Color

.myBgColor { background-color: #497866; }

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

This div background color is #497866.


Border color

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

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

This div border color is #497866.


Opacity

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

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

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

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

This text has shadow with #497866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497866 on black background.


Color preview on white background

This text has color #497866 on white background.



Black color preview on #497866 background

This text has black color on #497866 background.


White color preview on #497866 background

This text has white color on #497866 background.