COLOR #497753

HEX: #497753
RGB: (73,119,83)

Renk bilgisi

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

RGB renk modeli

#497753 color RGB value is (73,119,83).

  • kırmız ton 73;
  • yeşil ton 119;
  • mavi ton 83.
RGB:
(73,119,83)
(29%,47%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 83 of 255 = 33%

73
119
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 83 = 275 (100%)
R 73 of 275 ~ 26.55%
G 119 of 275 ~ 43.27%
B 83 of 275 ~ 30.18%

%26.55
%43.27
%30.18

CMYK RENK MODELİ

#497753 rengi CMYK tonu (39,0,30,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 30.25%
  • ana renk tonu 53.33%
CMYK:
(39,0,30,53)
C39M0Y30K53 
(39%,0%,30%,53%)
(0.39/0.00/0.30/0.53)	

CMYK yüzdeleri

%38.66
%0
%30.25
%53.33

Codes

Color #497753 in popluar color models

497753
RGB7311983
HSL133°23.96%37.65%
HSB/HSV133°38.66%46.67%
CMYK38.66%0.00%30.25%
53.33%

Color #497753 in popluar number systems.

HEX497753
Decimal7311983
Binary100100111101111010011
Octal111167123

Shades and tints

Shades of #497753

#497753
(73,119,83)
#436D4C
(67,109,76)
#3D6345
(61,99,69)
#37593E
(55,89,62)
#314F37
(49,79,55)
#2B4530
(43,69,48)
#253B29
(37,59,41)
#1F3122
(31,49,34)
#19271B
(25,39,27)
#131D14
(19,29,20)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #497753

#497753
(73,119,83)
#598362
(89,131,98)
#698F71
(105,143,113)
#799B80
(121,155,128)
#89A78F
(137,167,143)
#99B39E
(153,179,158)
#A9BFAD
(169,191,173)
#B9CBBC
(185,203,188)
#C9D7CB
(201,215,203)
#D9E3DA
(217,227,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497753 color. Also use rgb(73,119,83) instead hex code.

Text Font Color

.myTextColor { color: #497753; }

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

This text font color is #497753.


Background Color

.myBgColor { background-color: #497753; }

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

This div background color is #497753.


Border color

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

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

This div border color is #497753.


Opacity

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

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

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

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

This text has shadow with #497753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497753 on black background.


Color preview on white background

This text has color #497753 on white background.



Black color preview on #497753 background

This text has black color on #497753 background.


White color preview on #497753 background

This text has white color on #497753 background.