COLOR #497730

HEX: #497730
RGB: (73,119,48)

Renk bilgisi

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

RGB renk modeli

#497730 color RGB value is (73,119,48).

  • kırmız ton 73;
  • yeşil ton 119;
  • mavi ton 48.
RGB:
(73,119,48)
(29%,47%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 48 of 255 = 19%

73
119
48

R + G + B ~ 32%. #497730 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 48 = 240 (100%)
R 73 of 240 ~ 30.42%
G 119 of 240 ~ 49.58%
B 48 of 240 ~ 20%

%30.42
%49.58
%20

CMYK RENK MODELİ

#497730 rengi CMYK tonu (39,0,60,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 59.66%
  • ana renk tonu 53.33%
CMYK:
(39,0,60,53)
C39M0Y60K53 
(39%,0%,60%,53%)
(0.39/0.00/0.60/0.53)	

CMYK yüzdeleri

%38.66
%0
%59.66
%53.33

Codes

Color #497730 in popluar color models

497730
RGB7311948
HSL99°42.51%32.75%
HSB/HSV99°59.66%46.67%
CMYK38.66%0.00%59.66%
53.33%

Color #497730 in popluar number systems.

HEX497730
Decimal7311948
Binary10010011110111110000
Octal11116760

Shades and tints

Shades of #497730

#497730
(73,119,48)
#436D2C
(67,109,44)
#3D6328
(61,99,40)
#375924
(55,89,36)
#314F20
(49,79,32)
#2B451C
(43,69,28)
#253B18
(37,59,24)
#1F3114
(31,49,20)
#192710
(25,39,16)
#131D0C
(19,29,12)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #497730

#497730
(73,119,48)
#598342
(89,131,66)
#698F54
(105,143,84)
#799B66
(121,155,102)
#89A778
(137,167,120)
#99B38A
(153,179,138)
#A9BF9C
(169,191,156)
#B9CBAE
(185,203,174)
#C9D7C0
(201,215,192)
#D9E3D2
(217,227,210)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497730 color. Also use rgb(73,119,48) instead hex code.

Text Font Color

.myTextColor { color: #497730; }

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

This text font color is #497730.


Background Color

.myBgColor { background-color: #497730; }

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

This div background color is #497730.


Border color

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

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

This div border color is #497730.


Opacity

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

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

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

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

This text has shadow with #497730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497730 on black background.


Color preview on white background

This text has color #497730 on white background.



Black color preview on #497730 background

This text has black color on #497730 background.


White color preview on #497730 background

This text has white color on #497730 background.