COLOR #497A28

HEX: #497A28
RGB: (73,122,40)

Renk bilgisi

#497A28 contains mainly red and green colors. #497A28 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#497A28 color RGB value is (73,122,40).

  • kırmız ton 73;
  • yeşil ton 122;
  • mavi ton 40.
RGB:
(73,122,40)
(29%,48%,16%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 40 of 255 = 16%

73
122
40

R + G + B ~ 31%. #497A28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 40 = 235 (100%)
R 73 of 235 ~ 31.06%
G 122 of 235 ~ 51.91%
B 40 of 235 ~ 17.02%

%31.06
%51.91
%17.02

CMYK RENK MODELİ

#497A28 rengi CMYK tonu (40,0,67,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 67.21%
  • ana renk tonu 52.16%
CMYK:
(40,0,67,52)
C40M0Y67K52 
(40%,0%,67%,52%)
(0.40/0.00/0.67/0.52)	

CMYK yüzdeleri

%40.16
%0
%67.21
%52.16

Codes

Color #497A28 in popluar color models

497A28
RGB7312240
HSL96°50.62%31.76%
HSB/HSV96°67.21%47.84%
CMYK40.16%0.00%67.21%
52.16%

Color #497A28 in popluar number systems.

HEX497A28
Decimal7312240
Binary10010011111010101000
Octal11117250

Shades and tints

Shades of #497A28

#497A28
(73,122,40)
#436F25
(67,111,37)
#3D6422
(61,100,34)
#37591F
(55,89,31)
#314E1C
(49,78,28)
#2B4319
(43,67,25)
#253816
(37,56,22)
#1F2D13
(31,45,19)
#192210
(25,34,16)
#13170D
(19,23,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #497A28

#497A28
(73,122,40)
#59863B
(89,134,59)
#69924E
(105,146,78)
#799E61
(121,158,97)
#89AA74
(137,170,116)
#99B687
(153,182,135)
#A9C29A
(169,194,154)
#B9CEAD
(185,206,173)
#C9DAC0
(201,218,192)
#D9E6D3
(217,230,211)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497A28 color. Also use rgb(73,122,40) instead hex code.

Text Font Color

.myTextColor { color: #497A28; }

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

This text font color is #497A28.


Background Color

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

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

This div background color is #497A28.


Border color

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

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

This div border color is #497A28.


Opacity

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

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

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

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

This text has shadow with #497A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A28 on black background.


Color preview on white background

This text has color #497A28 on white background.



Black color preview on #497A28 background

This text has black color on #497A28 background.


White color preview on #497A28 background

This text has white color on #497A28 background.