COLOR #497407

HEX: #497407
RGB: (73,116,7)

Renk bilgisi

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

RGB renk modeli

#497407 color RGB value is (73,116,7).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 116 of 255 = 45%
B 7 of 255 = 3%

73
116
7

R + G + B ~ 26%. #497407 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 116 + 7 = 196 (100%)
R 73 of 196 ~ 37.24%
G 116 of 196 ~ 59.18%
B 7 of 196 ~ 3.57%

%37.24
%59.18

CMYK RENK MODELİ

#497407 rengi CMYK tonu (37,0,94,55).

  • camgöbeği tonu 37.07%
  • eflatun tonu 0.00%
  • sarı tonu 93.97%
  • ana renk tonu 54.51%
CMYK:
(37,0,94,55)
C37M0Y94K55 
(37%,0%,94%,55%)
(0.37/0.00/0.94/0.55)	

CMYK yüzdeleri

%37.07
%0
%93.97
%54.51

Codes

Color #497407 in popluar color models

497407
RGB731167
HSL84°88.62%24.12%
HSB/HSV84°93.97%45.49%
CMYK37.07%0.00%93.97%
54.51%

Color #497407 in popluar number systems.

HEX497407
Decimal731167
Binary10010011110100111
Octal1111647

Shades and tints

Shades of #497407

#497407
(73,116,7)
#436A07
(67,106,7)
#3D6007
(61,96,7)
#375607
(55,86,7)
#314C07
(49,76,7)
#2B4207
(43,66,7)
#253807
(37,56,7)
#1F2E07
(31,46,7)
#192407
(25,36,7)
#131A07
(19,26,7)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #497407

#497407
(73,116,7)
#59801D
(89,128,29)
#698C33
(105,140,51)
#799849
(121,152,73)
#89A45F
(137,164,95)
#99B075
(153,176,117)
#A9BC8B
(169,188,139)
#B9C8A1
(185,200,161)
#C9D4B7
(201,212,183)
#D9E0CD
(217,224,205)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497407; }

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

This text font color is #497407.


Background Color

.myBgColor { background-color: #497407; }

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

This div background color is #497407.


Border color

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

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

This div border color is #497407.


Opacity

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

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

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

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

This text has shadow with #497407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497407 on black background.


Color preview on white background

This text has color #497407 on white background.



Black color preview on #497407 background

This text has black color on #497407 background.


White color preview on #497407 background

This text has white color on #497407 background.