COLOR #497D3B

HEX: #497D3B
RGB: (73,125,59)

Renk bilgisi

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

RGB renk modeli

#497D3B color RGB value is (73,125,59).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 59 of 255 = 23%

73
125
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 59 = 257 (100%)
R 73 of 257 ~ 28.4%
G 125 of 257 ~ 48.64%
B 59 of 257 ~ 22.96%

%28.4
%48.64
%22.96

CMYK RENK MODELİ

#497D3B rengi CMYK tonu (42,0,53,51).

  • camgöbeği tonu 41.60%
  • eflatun tonu 0.00%
  • sarı tonu 52.80%
  • ana renk tonu 50.98%
CMYK:
(42,0,53,51)
C42M0Y53K51 
(42%,0%,53%,51%)
(0.42/0.00/0.53/0.51)	

CMYK yüzdeleri

%41.6
%0
%52.8
%50.98

Codes

Color #497D3B in popluar color models

497D3B
RGB7312559
HSL107°35.87%36.08%
HSB/HSV107°52.80%49.02%
CMYK41.60%0.00%52.80%
50.98%

Color #497D3B in popluar number systems.

HEX497D3B
Decimal7312559
Binary10010011111101111011
Octal11117573

Shades and tints

Shades of #497D3B

#497D3B
(73,125,59)
#437236
(67,114,54)
#3D6731
(61,103,49)
#375C2C
(55,92,44)
#315127
(49,81,39)
#2B4622
(43,70,34)
#253B1D
(37,59,29)
#1F3018
(31,48,24)
#192513
(25,37,19)
#131A0E
(19,26,14)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #497D3B

#497D3B
(73,125,59)
#59884C
(89,136,76)
#69935D
(105,147,93)
#799E6E
(121,158,110)
#89A97F
(137,169,127)
#99B490
(153,180,144)
#A9BFA1
(169,191,161)
#B9CAB2
(185,202,178)
#C9D5C3
(201,213,195)
#D9E0D4
(217,224,212)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D3B; }

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

This text font color is #497D3B.


Background Color

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

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

This div background color is #497D3B.


Border color

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

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

This div border color is #497D3B.


Opacity

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

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

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

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

This text has shadow with #497D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D3B on black background.


Color preview on white background

This text has color #497D3B on white background.



Black color preview on #497D3B background

This text has black color on #497D3B background.


White color preview on #497D3B background

This text has white color on #497D3B background.