COLOR #497047

HEX: #497047
RGB: (73,112,71)

Renk bilgisi

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

RGB renk modeli

#497047 color RGB value is (73,112,71).

  • kırmız ton 73;
  • yeşil ton 112;
  • mavi ton 71.
RGB:
(73,112,71)
(29%,44%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 71 of 255 = 28%

73
112
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 71 = 256 (100%)
R 73 of 256 ~ 28.52%
G 112 of 256 ~ 43.75%
B 71 of 256 ~ 27.73%

%28.52
%43.75
%27.73

CMYK RENK MODELİ

#497047 rengi CMYK tonu (35,0,37,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 36.61%
  • ana renk tonu 56.08%
CMYK:
(35,0,37,56)
C35M0Y37K56 
(35%,0%,37%,56%)
(0.35/0.00/0.37/0.56)	

CMYK yüzdeleri

%34.82
%0
%36.61
%56.08

Codes

Color #497047 in popluar color models

497047
RGB7311271
HSL117°22.40%35.88%
HSB/HSV117°36.61%43.92%
CMYK34.82%0.00%36.61%
56.08%

Color #497047 in popluar number systems.

HEX497047
Decimal7311271
Binary100100111100001000111
Octal111160107

Shades and tints

Shades of #497047

#497047
(73,112,71)
#436641
(67,102,65)
#3D5C3B
(61,92,59)
#375235
(55,82,53)
#31482F
(49,72,47)
#2B3E29
(43,62,41)
#253423
(37,52,35)
#1F2A1D
(31,42,29)
#192017
(25,32,23)
#131611
(19,22,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #497047

#497047
(73,112,71)
#597D57
(89,125,87)
#698A67
(105,138,103)
#799777
(121,151,119)
#89A487
(137,164,135)
#99B197
(153,177,151)
#A9BEA7
(169,190,167)
#B9CBB7
(185,203,183)
#C9D8C7
(201,216,199)
#D9E5D7
(217,229,215)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497047; }

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

This text font color is #497047.


Background Color

.myBgColor { background-color: #497047; }

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

This div background color is #497047.


Border color

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

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

This div border color is #497047.


Opacity

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

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

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

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

This text has shadow with #497047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497047 on black background.


Color preview on white background

This text has color #497047 on white background.



Black color preview on #497047 background

This text has black color on #497047 background.


White color preview on #497047 background

This text has white color on #497047 background.