COLOR #497B3F

HEX: #497B3F
RGB: (73,123,63)

Renk bilgisi

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

RGB renk modeli

#497B3F color RGB value is (73,123,63).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 123 of 255 = 48%
B 63 of 255 = 25%

73
123
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 123 + 63 = 259 (100%)
R 73 of 259 ~ 28.19%
G 123 of 259 ~ 47.49%
B 63 of 259 ~ 24.32%

%28.19
%47.49
%24.32

CMYK RENK MODELİ

#497B3F rengi CMYK tonu (41,0,49,52).

  • camgöbeği tonu 40.65%
  • eflatun tonu 0.00%
  • sarı tonu 48.78%
  • ana renk tonu 51.76%
CMYK:
(41,0,49,52)
C41M0Y49K52 
(41%,0%,49%,52%)
(0.41/0.00/0.49/0.52)	

CMYK yüzdeleri

%40.65
%0
%48.78
%51.76

Codes

Color #497B3F in popluar color models

497B3F
RGB7312363
HSL110°32.26%36.47%
HSB/HSV110°48.78%48.24%
CMYK40.65%0.00%48.78%
51.76%

Color #497B3F in popluar number systems.

HEX497B3F
Decimal7312363
Binary10010011111011111111
Octal11117377

Shades and tints

Shades of #497B3F

#497B3F
(73,123,63)
#43703A
(67,112,58)
#3D6535
(61,101,53)
#375A30
(55,90,48)
#314F2B
(49,79,43)
#2B4426
(43,68,38)
#253921
(37,57,33)
#1F2E1C
(31,46,28)
#192317
(25,35,23)
#131812
(19,24,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #497B3F

#497B3F
(73,123,63)
#598750
(89,135,80)
#699361
(105,147,97)
#799F72
(121,159,114)
#89AB83
(137,171,131)
#99B794
(153,183,148)
#A9C3A5
(169,195,165)
#B9CFB6
(185,207,182)
#C9DBC7
(201,219,199)
#D9E7D8
(217,231,216)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B3F color. Also use rgb(73,123,63) instead hex code.

Text Font Color

.myTextColor { color: #497B3F; }

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

This text font color is #497B3F.


Background Color

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

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

This div background color is #497B3F.


Border color

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

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

This div border color is #497B3F.


Opacity

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

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

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

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

This text has shadow with #497B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B3F on black background.


Color preview on white background

This text has color #497B3F on white background.



Black color preview on #497B3F background

This text has black color on #497B3F background.


White color preview on #497B3F background

This text has white color on #497B3F background.