COLOR #497850

HEX: #497850
RGB: (73,120,80)

Renk bilgisi

#497850 contains red, green and blue colors in about the same proportion. #497850 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#497850 color RGB value is (73,120,80).

  • kırmız ton 73;
  • yeşil ton 120;
  • mavi ton 80.
RGB:
(73,120,80)
(29%,47%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 120 of 255 = 47%
B 80 of 255 = 31%

73
120
80

R + G + B ~ 36%. #497850 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 120 + 80 = 273 (100%)
R 73 of 273 ~ 26.74%
G 120 of 273 ~ 43.96%
B 80 of 273 ~ 29.3%

%26.74
%43.96
%29.3

CMYK RENK MODELİ

#497850 rengi CMYK tonu (39,0,33,53).

  • camgöbeği tonu 39.17%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 52.94%
CMYK:
(39,0,33,53)
C39M0Y33K53 
(39%,0%,33%,53%)
(0.39/0.00/0.33/0.53)	

CMYK yüzdeleri

%39.17
%0
%33.33
%52.94

Codes

Color #497850 in popluar color models

497850
RGB7312080
HSL129°24.35%37.84%
HSB/HSV129°39.17%47.06%
CMYK39.17%0.00%33.33%
52.94%

Color #497850 in popluar number systems.

HEX497850
Decimal7312080
Binary100100111110001010000
Octal111170120

Shades and tints

Shades of #497850

#497850
(73,120,80)
#436E49
(67,110,73)
#3D6442
(61,100,66)
#375A3B
(55,90,59)
#315034
(49,80,52)
#2B462D
(43,70,45)
#253C26
(37,60,38)
#1F321F
(31,50,31)
#192818
(25,40,24)
#131E11
(19,30,17)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #497850

#497850
(73,120,80)
#59845F
(89,132,95)
#69906E
(105,144,110)
#799C7D
(121,156,125)
#89A88C
(137,168,140)
#99B49B
(153,180,155)
#A9C0AA
(169,192,170)
#B9CCB9
(185,204,185)
#C9D8C8
(201,216,200)
#D9E4D7
(217,228,215)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497850 color. Also use rgb(73,120,80) instead hex code.

Text Font Color

.myTextColor { color: #497850; }

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

This text font color is #497850.


Background Color

.myBgColor { background-color: #497850; }

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

This div background color is #497850.


Border color

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

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

This div border color is #497850.


Opacity

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

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

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

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

This text has shadow with #497850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497850 on black background.


Color preview on white background

This text has color #497850 on white background.



Black color preview on #497850 background

This text has black color on #497850 background.


White color preview on #497850 background

This text has white color on #497850 background.