COLOR #497A41

HEX: #497A41
RGB: (73,122,65)

Renk bilgisi

#497A41 contains red, green and blue colors in about the same proportion. #497A41 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#497A41 color RGB value is (73,122,65).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 65 of 255 = 25%

73
122
65

R + G + B ~ 34%. #497A41 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 65 = 260 (100%)
R 73 of 260 ~ 28.08%
G 122 of 260 ~ 46.92%
B 65 of 260 ~ 25%

%28.08
%46.92
%25

CMYK RENK MODELİ

#497A41 rengi CMYK tonu (40,0,47,52).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 46.72%
  • ana renk tonu 52.16%
CMYK:
(40,0,47,52)
C40M0Y47K52 
(40%,0%,47%,52%)
(0.40/0.00/0.47/0.52)	

CMYK yüzdeleri

%40.16
%0
%46.72
%52.16

Codes

Color #497A41 in popluar color models

497A41
RGB7312265
HSL112°30.48%36.67%
HSB/HSV112°46.72%47.84%
CMYK40.16%0.00%46.72%
52.16%

Color #497A41 in popluar number systems.

HEX497A41
Decimal7312265
Binary100100111110101000001
Octal111172101

Shades and tints

Shades of #497A41

#497A41
(73,122,65)
#436F3C
(67,111,60)
#3D6437
(61,100,55)
#375932
(55,89,50)
#314E2D
(49,78,45)
#2B4328
(43,67,40)
#253823
(37,56,35)
#1F2D1E
(31,45,30)
#192219
(25,34,25)
#131714
(19,23,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #497A41

#497A41
(73,122,65)
#598652
(89,134,82)
#699263
(105,146,99)
#799E74
(121,158,116)
#89AA85
(137,170,133)
#99B696
(153,182,150)
#A9C2A7
(169,194,167)
#B9CEB8
(185,206,184)
#C9DAC9
(201,218,201)
#D9E6DA
(217,230,218)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497A41; }

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

This text font color is #497A41.


Background Color

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

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

This div background color is #497A41.


Border color

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

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

This div border color is #497A41.


Opacity

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

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

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

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

This text has shadow with #497A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497A41 on black background.


Color preview on white background

This text has color #497A41 on white background.



Black color preview on #497A41 background

This text has black color on #497A41 background.


White color preview on #497A41 background

This text has white color on #497A41 background.