COLOR #497300

HEX: #497300
RGB: (73,115,0)

Renk bilgisi

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

RGB renk modeli

#497300 color RGB value is (73,115,0).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 115 of 255 = 45%
B 0 of 255 = 0%

73
115
0

R + G + B ~ 25%. #497300 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 115 + 0 = 188 (100%)
R 73 of 188 ~ 38.83%
G 115 of 188 ~ 61.17%
B 0 of 188 ~ 0%

%38.83
%61.17

CMYK RENK MODELİ

#497300 rengi CMYK tonu (37,0,100,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 54.90%
CMYK:
(37,0,100,55)
C37M0Y100K55 
(37%,0%,100%,55%)
(0.37/0.00/1.00/0.55)	

CMYK yüzdeleri

%36.52
%0
%100
%54.9

Codes

Color #497300 in popluar color models

497300
RGB731150
HSL82°100.00%22.55%
HSB/HSV82°100.00%45.10%
CMYK36.52%0.00%100.00%
54.90%

Color #497300 in popluar number systems.

HEX497300
Decimal731150
Binary100100111100110
Octal1111630

Shades and tints

Shades of #497300

#497300
(73,115,0)
#436900
(67,105,0)
#3D5F00
(61,95,0)
#375500
(55,85,0)
#314B00
(49,75,0)
#2B4100
(43,65,0)
#253700
(37,55,0)
#1F2D00
(31,45,0)
#192300
(25,35,0)
#131900
(19,25,0)
#0D0F00
(13,15,0)
#000000
(0,0,0)

Tints of #497300

#497300
(73,115,0)
#597F17
(89,127,23)
#698B2E
(105,139,46)
#799745
(121,151,69)
#89A35C
(137,163,92)
#99AF73
(153,175,115)
#A9BB8A
(169,187,138)
#B9C7A1
(185,199,161)
#C9D3B8
(201,211,184)
#D9DFCF
(217,223,207)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497300 color. Also use rgb(73,115,0) instead hex code.

Text Font Color

.myTextColor { color: #497300; }

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

This text font color is #497300.


Background Color

.myBgColor { background-color: #497300; }

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

This div background color is #497300.


Border color

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

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

This div border color is #497300.


Opacity

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

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

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

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

This text has shadow with #497300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497300 on black background.


Color preview on white background

This text has color #497300 on white background.



Black color preview on #497300 background

This text has black color on #497300 background.


White color preview on #497300 background

This text has white color on #497300 background.