COLOR #497549

HEX: #497549
RGB: (73,117,73)

Renk bilgisi

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

RGB renk modeli

#497549 color RGB value is (73,117,73).

  • kırmız ton 73;
  • yeşil ton 117;
  • mavi ton 73.
RGB:
(73,117,73)
(29%,46%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 117 of 255 = 46%
B 73 of 255 = 29%

73
117
73

R + G + B ~ 35%. #497549 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 117 + 73 = 263 (100%)
R 73 of 263 ~ 27.76%
G 117 of 263 ~ 44.49%
B 73 of 263 ~ 27.76%

%27.76
%44.49
%27.76

CMYK RENK MODELİ

#497549 rengi CMYK tonu (38,0,38,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 0.00%
  • sarı tonu 37.61%
  • ana renk tonu 54.12%
CMYK:
(38,0,38,54)
C38M0Y38K54 
(38%,0%,38%,54%)
(0.38/0.00/0.38/0.54)	

CMYK yüzdeleri

%37.61
%0
%37.61
%54.12

Codes

Color #497549 in popluar color models

497549
RGB7311773
HSL120°23.16%37.25%
HSB/HSV120°37.61%45.88%
CMYK37.61%0.00%37.61%
54.12%

Color #497549 in popluar number systems.

HEX497549
Decimal7311773
Binary100100111101011001001
Octal111165111

Shades and tints

Shades of #497549

#497549
(73,117,73)
#436B43
(67,107,67)
#3D613D
(61,97,61)
#375737
(55,87,55)
#314D31
(49,77,49)
#2B432B
(43,67,43)
#253925
(37,57,37)
#1F2F1F
(31,47,31)
#192519
(25,37,25)
#131B13
(19,27,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #497549

#497549
(73,117,73)
#598159
(89,129,89)
#698D69
(105,141,105)
#799979
(121,153,121)
#89A589
(137,165,137)
#99B199
(153,177,153)
#A9BDA9
(169,189,169)
#B9C9B9
(185,201,185)
#C9D5C9
(201,213,201)
#D9E1D9
(217,225,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497549; }

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

This text font color is #497549.


Background Color

.myBgColor { background-color: #497549; }

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

This div background color is #497549.


Border color

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

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

This div border color is #497549.


Opacity

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

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

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

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

This text has shadow with #497549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497549 on black background.


Color preview on white background

This text has color #497549 on white background.



Black color preview on #497549 background

This text has black color on #497549 background.


White color preview on #497549 background

This text has white color on #497549 background.