COLOR #497A04

HEX: #497A04
RGB: (73,122,4)

Renk bilgisi

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

RGB renk modeli

#497A04 color RGB value is (73,122,4).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 4 of 255 = 2%

73
122
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 4 = 199 (100%)
R 73 of 199 ~ 36.68%
G 122 of 199 ~ 61.31%
B 4 of 199 ~ 2.01%

%36.68
%61.31

CMYK RENK MODELİ

#497A04 rengi CMYK tonu (40,0,97,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 96.72%
  • ana renk tonu 52.16%
CMYK:
(40,0,97,52)
C40M0Y97K52 
(40%,0%,97%,52%)
(0.40/0.00/0.97/0.52)	

CMYK yüzdeleri

%40.16
%0
%96.72
%52.16

Codes

Color #497A04 in popluar color models

497A04
RGB731224
HSL85°93.65%24.71%
HSB/HSV85°96.72%47.84%
CMYK40.16%0.00%96.72%
52.16%

Color #497A04 in popluar number systems.

HEX497A04
Decimal731224
Binary10010011111010100
Octal1111724

Shades and tints

Shades of #497A04

#497A04
(73,122,4)
#436F04
(67,111,4)
#3D6404
(61,100,4)
#375904
(55,89,4)
#314E04
(49,78,4)
#2B4304
(43,67,4)
#253804
(37,56,4)
#1F2D04
(31,45,4)
#192204
(25,34,4)
#131704
(19,23,4)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #497A04

#497A04
(73,122,4)
#59861A
(89,134,26)
#699230
(105,146,48)
#799E46
(121,158,70)
#89AA5C
(137,170,92)
#99B672
(153,182,114)
#A9C288
(169,194,136)
#B9CE9E
(185,206,158)
#C9DAB4
(201,218,180)
#D9E6CA
(217,230,202)
#E9F2E0
(233,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A04; }

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

This text font color is #497A04.


Background Color

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

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

This div background color is #497A04.


Border color

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

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

This div border color is #497A04.


Opacity

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

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

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

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

This text has shadow with #497A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A04 on black background.


Color preview on white background

This text has color #497A04 on white background.



Black color preview on #497A04 background

This text has black color on #497A04 background.


White color preview on #497A04 background

This text has white color on #497A04 background.