COLOR #497F09

HEX: #497F09
RGB: (73,127,9)

Renk bilgisi

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

RGB renk modeli

#497F09 color RGB value is (73,127,9).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 127 of 255 = 50%
B 9 of 255 = 4%

73
127
9

R + G + B ~ 28%. #497F09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 127 + 9 = 209 (100%)
R 73 of 209 ~ 34.93%
G 127 of 209 ~ 60.77%
B 9 of 209 ~ 4.31%

%34.93
%60.77

CMYK RENK MODELİ

#497F09 rengi CMYK tonu (43,0,93,50).

  • camgöbeği tonu 42.52%
  • eflatun tonu 0.00%
  • sarı tonu 92.91%
  • ana renk tonu 50.20%
CMYK:
(43,0,93,50)
C43M0Y93K50 
(43%,0%,93%,50%)
(0.43/0.00/0.93/0.50)	

CMYK yüzdeleri

%42.52
%0
%92.91
%50.2

Codes

Color #497F09 in popluar color models

497F09
RGB731279
HSL87°86.76%26.67%
HSB/HSV87°92.91%49.80%
CMYK42.52%0.00%92.91%
50.20%

Color #497F09 in popluar number systems.

HEX497F09
Decimal731279
Binary100100111111111001
Octal11117711

Shades and tints

Shades of #497F09

#497F09
(73,127,9)
#437409
(67,116,9)
#3D6909
(61,105,9)
#375E09
(55,94,9)
#315309
(49,83,9)
#2B4809
(43,72,9)
#253D09
(37,61,9)
#1F3209
(31,50,9)
#192709
(25,39,9)
#131C09
(19,28,9)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #497F09

#497F09
(73,127,9)
#598A1F
(89,138,31)
#699535
(105,149,53)
#79A04B
(121,160,75)
#89AB61
(137,171,97)
#99B677
(153,182,119)
#A9C18D
(169,193,141)
#B9CCA3
(185,204,163)
#C9D7B9
(201,215,185)
#D9E2CF
(217,226,207)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497F09; }

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

This text font color is #497F09.


Background Color

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

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

This div background color is #497F09.


Border color

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

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

This div border color is #497F09.


Opacity

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

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

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

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

This text has shadow with #497F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F09 on black background.


Color preview on white background

This text has color #497F09 on white background.



Black color preview on #497F09 background

This text has black color on #497F09 background.


White color preview on #497F09 background

This text has white color on #497F09 background.