COLOR #497967

HEX: #497967
RGB: (73,121,103)

Renk bilgisi

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

RGB renk modeli

#497967 color RGB value is (73,121,103).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 121 of 255 = 47%
B 103 of 255 = 40%

73
121
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 121 + 103 = 297 (100%)
R 73 of 297 ~ 24.58%
G 121 of 297 ~ 40.74%
B 103 of 297 ~ 34.68%

%24.58
%40.74
%34.68

CMYK RENK MODELİ

#497967 rengi CMYK tonu (40,0,15,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 0.00%
  • sarı tonu 14.88%
  • ana renk tonu 52.55%
CMYK:
(40,0,15,53)
C40M0Y15K53 
(40%,0%,15%,53%)
(0.40/0.00/0.15/0.53)	

CMYK yüzdeleri

%39.67
%0
%14.88
%52.55

Codes

Color #497967 in popluar color models

497967
RGB73121103
HSL158°24.74%38.04%
HSB/HSV158°39.67%47.45%
CMYK39.67%0.00%14.88%
52.55%

Color #497967 in popluar number systems.

HEX497967
Decimal73121103
Binary100100111110011100111
Octal111171147

Shades and tints

Shades of #497967

#497967
(73,121,103)
#436E5E
(67,110,94)
#3D6355
(61,99,85)
#37584C
(55,88,76)
#314D43
(49,77,67)
#2B423A
(43,66,58)
#253731
(37,55,49)
#1F2C28
(31,44,40)
#19211F
(25,33,31)
#131616
(19,22,22)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #497967

#497967
(73,121,103)
#598574
(89,133,116)
#699181
(105,145,129)
#799D8E
(121,157,142)
#89A99B
(137,169,155)
#99B5A8
(153,181,168)
#A9C1B5
(169,193,181)
#B9CDC2
(185,205,194)
#C9D9CF
(201,217,207)
#D9E5DC
(217,229,220)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497967; }

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

This text font color is #497967.


Background Color

.myBgColor { background-color: #497967; }

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

This div background color is #497967.


Border color

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

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

This div border color is #497967.


Opacity

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

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

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

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

This text has shadow with #497967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497967 on black background.


Color preview on white background

This text has color #497967 on white background.



Black color preview on #497967 background

This text has black color on #497967 background.


White color preview on #497967 background

This text has white color on #497967 background.