COLOR #497C53

HEX: #497C53
RGB: (73,124,83)

Renk bilgisi

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

RGB renk modeli

#497C53 color RGB value is (73,124,83).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 83 of 255 = 33%

73
124
83

R + G + B ~ 37%. #497C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 83 = 280 (100%)
R 73 of 280 ~ 26.07%
G 124 of 280 ~ 44.29%
B 83 of 280 ~ 29.64%

%26.07
%44.29
%29.64

CMYK RENK MODELİ

#497C53 rengi CMYK tonu (41,0,33,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 0.00%
  • sarı tonu 33.06%
  • ana renk tonu 51.37%
CMYK:
(41,0,33,51)
C41M0Y33K51 
(41%,0%,33%,51%)
(0.41/0.00/0.33/0.51)	

CMYK yüzdeleri

%41.13
%0
%33.06
%51.37

Codes

Color #497C53 in popluar color models

497C53
RGB7312483
HSL132°25.89%38.63%
HSB/HSV132°41.13%48.63%
CMYK41.13%0.00%33.06%
51.37%

Color #497C53 in popluar number systems.

HEX497C53
Decimal7312483
Binary100100111111001010011
Octal111174123

Shades and tints

Shades of #497C53

#497C53
(73,124,83)
#43714C
(67,113,76)
#3D6645
(61,102,69)
#375B3E
(55,91,62)
#315037
(49,80,55)
#2B4530
(43,69,48)
#253A29
(37,58,41)
#1F2F22
(31,47,34)
#19241B
(25,36,27)
#131914
(19,25,20)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #497C53

#497C53
(73,124,83)
#598762
(89,135,98)
#699271
(105,146,113)
#799D80
(121,157,128)
#89A88F
(137,168,143)
#99B39E
(153,179,158)
#A9BEAD
(169,190,173)
#B9C9BC
(185,201,188)
#C9D4CB
(201,212,203)
#D9DFDA
(217,223,218)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497C53; }

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

This text font color is #497C53.


Background Color

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

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

This div background color is #497C53.


Border color

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

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

This div border color is #497C53.


Opacity

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

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

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

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

This text has shadow with #497C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C53 on black background.


Color preview on white background

This text has color #497C53 on white background.



Black color preview on #497C53 background

This text has black color on #497C53 background.


White color preview on #497C53 background

This text has white color on #497C53 background.