COLOR #497F07

HEX: #497F07
RGB: (73,127,7)

Renk bilgisi

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

RGB renk modeli

#497F07 color RGB value is (73,127,7).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 127 of 255 = 50%
B 7 of 255 = 3%

73
127
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 127 + 7 = 207 (100%)
R 73 of 207 ~ 35.27%
G 127 of 207 ~ 61.35%
B 7 of 207 ~ 3.38%

%35.27
%61.35

CMYK RENK MODELİ

#497F07 rengi CMYK tonu (43,0,94,50).

  • camgöbeği tonu 42.52%
  • eflatun tonu 0.00%
  • sarı tonu 94.49%
  • ana renk tonu 50.20%
CMYK:
(43,0,94,50)
C43M0Y94K50 
(43%,0%,94%,50%)
(0.43/0.00/0.94/0.50)	

CMYK yüzdeleri

%42.52
%0
%94.49
%50.2

Codes

Color #497F07 in popluar color models

497F07
RGB731277
HSL87°89.55%26.27%
HSB/HSV87°94.49%49.80%
CMYK42.52%0.00%94.49%
50.20%

Color #497F07 in popluar number systems.

HEX497F07
Decimal731277
Binary10010011111111111
Octal1111777

Shades and tints

Shades of #497F07

#497F07
(73,127,7)
#437407
(67,116,7)
#3D6907
(61,105,7)
#375E07
(55,94,7)
#315307
(49,83,7)
#2B4807
(43,72,7)
#253D07
(37,61,7)
#1F3207
(31,50,7)
#192707
(25,39,7)
#131C07
(19,28,7)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #497F07

#497F07
(73,127,7)
#598A1D
(89,138,29)
#699533
(105,149,51)
#79A049
(121,160,73)
#89AB5F
(137,171,95)
#99B675
(153,182,117)
#A9C18B
(169,193,139)
#B9CCA1
(185,204,161)
#C9D7B7
(201,215,183)
#D9E2CD
(217,226,205)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497F07; }

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

This text font color is #497F07.


Background Color

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

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

This div background color is #497F07.


Border color

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

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

This div border color is #497F07.


Opacity

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

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

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

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

This text has shadow with #497F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F07 on black background.


Color preview on white background

This text has color #497F07 on white background.



Black color preview on #497F07 background

This text has black color on #497F07 background.


White color preview on #497F07 background

This text has white color on #497F07 background.