COLOR #497649

HEX: #497649
RGB: (73,118,73)

Renk bilgisi

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

RGB renk modeli

#497649 color RGB value is (73,118,73).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 118 of 255 = 46%
B 73 of 255 = 29%

73
118
73

R + G + B ~ 35%. #497649 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 118 + 73 = 264 (100%)
R 73 of 264 ~ 27.65%
G 118 of 264 ~ 44.7%
B 73 of 264 ~ 27.65%

%27.65
%44.7
%27.65

CMYK RENK MODELİ

#497649 rengi CMYK tonu (38,0,38,54).

  • camgöbeği tonu 38.14%
  • eflatun tonu 0.00%
  • sarı tonu 38.14%
  • ana renk tonu 53.73%
CMYK:
(38,0,38,54)
C38M0Y38K54 
(38%,0%,38%,54%)
(0.38/0.00/0.38/0.54)	

CMYK yüzdeleri

%38.14
%0
%38.14
%53.73

Codes

Color #497649 in popluar color models

497649
RGB7311873
HSL120°23.56%37.45%
HSB/HSV120°38.14%46.27%
CMYK38.14%0.00%38.14%
53.73%

Color #497649 in popluar number systems.

HEX497649
Decimal7311873
Binary100100111101101001001
Octal111166111

Shades and tints

Shades of #497649

#497649
(73,118,73)
#436C43
(67,108,67)
#3D623D
(61,98,61)
#375837
(55,88,55)
#314E31
(49,78,49)
#2B442B
(43,68,43)
#253A25
(37,58,37)
#1F301F
(31,48,31)
#192619
(25,38,25)
#131C13
(19,28,19)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #497649

#497649
(73,118,73)
#598259
(89,130,89)
#698E69
(105,142,105)
#799A79
(121,154,121)
#89A689
(137,166,137)
#99B299
(153,178,153)
#A9BEA9
(169,190,169)
#B9CAB9
(185,202,185)
#C9D6C9
(201,214,201)
#D9E2D9
(217,226,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497649; }

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

This text font color is #497649.


Background Color

.myBgColor { background-color: #497649; }

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

This div background color is #497649.


Border color

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

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

This div border color is #497649.


Opacity

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

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

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

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

This text has shadow with #497649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497649 on black background.


Color preview on white background

This text has color #497649 on white background.



Black color preview on #497649 background

This text has black color on #497649 background.


White color preview on #497649 background

This text has white color on #497649 background.