COLOR #497C02

HEX: #497C02
RGB: (73,124,2)

Renk bilgisi

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

RGB renk modeli

#497C02 color RGB value is (73,124,2).

  • kırmız ton 73;
  • yeşil ton 124;
  • mavi ton 2.
RGB:
(73,124,2)
(29%,49%,1%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 2 of 255 = 1%

73
124
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 2 = 199 (100%)
R 73 of 199 ~ 36.68%
G 124 of 199 ~ 62.31%
B 2 of 199 ~ 1.01%

%36.68
%62.31

CMYK RENK MODELİ

#497C02 rengi CMYK tonu (41,0,98,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 0.00%
  • sarı tonu 98.39%
  • ana renk tonu 51.37%
CMYK:
(41,0,98,51)
C41M0Y98K51 
(41%,0%,98%,51%)
(0.41/0.00/0.98/0.51)	

CMYK yüzdeleri

%41.13
%0
%98.39
%51.37

Codes

Color #497C02 in popluar color models

497C02
RGB731242
HSL85°96.83%24.71%
HSB/HSV85°98.39%48.63%
CMYK41.13%0.00%98.39%
51.37%

Color #497C02 in popluar number systems.

HEX497C02
Decimal731242
Binary1001001111110010
Octal1111742

Shades and tints

Shades of #497C02

#497C02
(73,124,2)
#437102
(67,113,2)
#3D6602
(61,102,2)
#375B02
(55,91,2)
#315002
(49,80,2)
#2B4502
(43,69,2)
#253A02
(37,58,2)
#1F2F02
(31,47,2)
#192402
(25,36,2)
#131902
(19,25,2)
#0D0E02
(13,14,2)
#000000
(0,0,0)

Tints of #497C02

#497C02
(73,124,2)
#598719
(89,135,25)
#699230
(105,146,48)
#799D47
(121,157,71)
#89A85E
(137,168,94)
#99B375
(153,179,117)
#A9BE8C
(169,190,140)
#B9C9A3
(185,201,163)
#C9D4BA
(201,212,186)
#D9DFD1
(217,223,209)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C02 color. Also use rgb(73,124,2) instead hex code.

Text Font Color

.myTextColor { color: #497C02; }

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

This text font color is #497C02.


Background Color

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

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

This div background color is #497C02.


Border color

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

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

This div border color is #497C02.


Opacity

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

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

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

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

This text has shadow with #497C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C02 on black background.


Color preview on white background

This text has color #497C02 on white background.



Black color preview on #497C02 background

This text has black color on #497C02 background.


White color preview on #497C02 background

This text has white color on #497C02 background.