COLOR #497962

HEX: #497962
RGB: (73,121,98)

Renk bilgisi

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

RGB renk modeli

#497962 color RGB value is (73,121,98).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 121 of 255 = 47%
B 98 of 255 = 38%

73
121
98

R + G + B ~ 38%. #497962 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 121 + 98 = 292 (100%)
R 73 of 292 ~ 25%
G 121 of 292 ~ 41.44%
B 98 of 292 ~ 33.56%

%25
%41.44
%33.56

CMYK RENK MODELİ

#497962 rengi CMYK tonu (40,0,19,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 0.00%
  • sarı tonu 19.01%
  • ana renk tonu 52.55%
CMYK:
(40,0,19,53)
C40M0Y19K53 
(40%,0%,19%,53%)
(0.40/0.00/0.19/0.53)	

CMYK yüzdeleri

%39.67
%0
%19.01
%52.55

Codes

Color #497962 in popluar color models

497962
RGB7312198
HSL151°24.74%38.04%
HSB/HSV151°39.67%47.45%
CMYK39.67%0.00%19.01%
52.55%

Color #497962 in popluar number systems.

HEX497962
Decimal7312198
Binary100100111110011100010
Octal111171142

Shades and tints

Shades of #497962

#497962
(73,121,98)
#436E5A
(67,110,90)
#3D6352
(61,99,82)
#37584A
(55,88,74)
#314D42
(49,77,66)
#2B423A
(43,66,58)
#253732
(37,55,50)
#1F2C2A
(31,44,42)
#192122
(25,33,34)
#13161A
(19,22,26)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #497962

#497962
(73,121,98)
#598570
(89,133,112)
#69917E
(105,145,126)
#799D8C
(121,157,140)
#89A99A
(137,169,154)
#99B5A8
(153,181,168)
#A9C1B6
(169,193,182)
#B9CDC4
(185,205,196)
#C9D9D2
(201,217,210)
#D9E5E0
(217,229,224)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497962; }

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

This text font color is #497962.


Background Color

.myBgColor { background-color: #497962; }

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

This div background color is #497962.


Border color

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

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

This div border color is #497962.


Opacity

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

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

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

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

This text has shadow with #497962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497962 on black background.


Color preview on white background

This text has color #497962 on white background.



Black color preview on #497962 background

This text has black color on #497962 background.


White color preview on #497962 background

This text has white color on #497962 background.