COLOR #497D09

HEX: #497D09
RGB: (73,125,9)

Renk bilgisi

#497D09 contains mainly red and green colors. #497D09 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#497D09 color RGB value is (73,125,9).

  • kırmız ton 73;
  • yeşil ton 125;
  • mavi ton 9.
RGB:
(73,125,9)
(29%,49%,4%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 9 of 255 = 4%

73
125
9

R + G + B ~ 27%. #497D09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 9 = 207 (100%)
R 73 of 207 ~ 35.27%
G 125 of 207 ~ 60.39%
B 9 of 207 ~ 4.35%

%35.27
%60.39

CMYK RENK MODELİ

#497D09 rengi CMYK tonu (42,0,93,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 0.00%
  • sarı tonu 92.80%
  • ana renk tonu 50.98%
CMYK:
(42,0,93,51)
C42M0Y93K51 
(42%,0%,93%,51%)
(0.42/0.00/0.93/0.51)	

CMYK yüzdeleri

%41.6
%0
%92.8
%50.98

Codes

Color #497D09 in popluar color models

497D09
RGB731259
HSL87°86.57%26.27%
HSB/HSV87°92.80%49.02%
CMYK41.60%0.00%92.80%
50.98%

Color #497D09 in popluar number systems.

HEX497D09
Decimal731259
Binary100100111111011001
Octal11117511

Shades and tints

Shades of #497D09

#497D09
(73,125,9)
#437209
(67,114,9)
#3D6709
(61,103,9)
#375C09
(55,92,9)
#315109
(49,81,9)
#2B4609
(43,70,9)
#253B09
(37,59,9)
#1F3009
(31,48,9)
#192509
(25,37,9)
#131A09
(19,26,9)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #497D09

#497D09
(73,125,9)
#59881F
(89,136,31)
#699335
(105,147,53)
#799E4B
(121,158,75)
#89A961
(137,169,97)
#99B477
(153,180,119)
#A9BF8D
(169,191,141)
#B9CAA3
(185,202,163)
#C9D5B9
(201,213,185)
#D9E0CF
(217,224,207)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D09 color. Also use rgb(73,125,9) instead hex code.

Text Font Color

.myTextColor { color: #497D09; }

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

This text font color is #497D09.


Background Color

.myBgColor { background-color: #497D09; }

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

This div background color is #497D09.


Border color

.myBorderColor { border: 1px solid #497D09; }

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

This div border color is #497D09.


Opacity

.myOpacity80 { color: #497D09; opacity: 0.8; }

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

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

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

This text has shadow with #497D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D09 on black background.


Color preview on white background

This text has color #497D09 on white background.



Black color preview on #497D09 background

This text has black color on #497D09 background.


White color preview on #497D09 background

This text has white color on #497D09 background.