COLOR #497D32

HEX: #497D32
RGB: (73,125,50)

Renk bilgisi

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

RGB renk modeli

#497D32 color RGB value is (73,125,50).

  • kırmız ton 73;
  • yeşil ton 125;
  • mavi ton 50.
RGB:
(73,125,50)
(29%,49%,20%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 50 of 255 = 20%

73
125
50

R + G + B ~ 33%. #497D32 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 50 = 248 (100%)
R 73 of 248 ~ 29.44%
G 125 of 248 ~ 50.4%
B 50 of 248 ~ 20.16%

%29.44
%50.4
%20.16

CMYK RENK MODELİ

#497D32 rengi CMYK tonu (42,0,60,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 50.98%
CMYK:
(42,0,60,51)
C42M0Y60K51 
(42%,0%,60%,51%)
(0.42/0.00/0.60/0.51)	

CMYK yüzdeleri

%41.6
%0
%60
%50.98

Codes

Color #497D32 in popluar color models

497D32
RGB7312550
HSL102°42.86%34.31%
HSB/HSV102°60.00%49.02%
CMYK41.60%0.00%60.00%
50.98%

Color #497D32 in popluar number systems.

HEX497D32
Decimal7312550
Binary10010011111101110010
Octal11117562

Shades and tints

Shades of #497D32

#497D32
(73,125,50)
#43722E
(67,114,46)
#3D672A
(61,103,42)
#375C26
(55,92,38)
#315122
(49,81,34)
#2B461E
(43,70,30)
#253B1A
(37,59,26)
#1F3016
(31,48,22)
#192512
(25,37,18)
#131A0E
(19,26,14)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #497D32

#497D32
(73,125,50)
#598844
(89,136,68)
#699356
(105,147,86)
#799E68
(121,158,104)
#89A97A
(137,169,122)
#99B48C
(153,180,140)
#A9BF9E
(169,191,158)
#B9CAB0
(185,202,176)
#C9D5C2
(201,213,194)
#D9E0D4
(217,224,212)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D32 color. Also use rgb(73,125,50) instead hex code.

Text Font Color

.myTextColor { color: #497D32; }

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

This text font color is #497D32.


Background Color

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

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

This div background color is #497D32.


Border color

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

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

This div border color is #497D32.


Opacity

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

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

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

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

This text has shadow with #497D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D32 on black background.


Color preview on white background

This text has color #497D32 on white background.



Black color preview on #497D32 background

This text has black color on #497D32 background.


White color preview on #497D32 background

This text has white color on #497D32 background.