COLOR #497044

HEX: #497044
RGB: (73,112,68)

Renk bilgisi

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

RGB renk modeli

#497044 color RGB value is (73,112,68).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 68 of 255 = 27%

73
112
68

R + G + B ~ 33%. #497044 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 68 = 253 (100%)
R 73 of 253 ~ 28.85%
G 112 of 253 ~ 44.27%
B 68 of 253 ~ 26.88%

%28.85
%44.27
%26.88

CMYK RENK MODELİ

#497044 rengi CMYK tonu (35,0,39,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 39.29%
  • ana renk tonu 56.08%
CMYK:
(35,0,39,56)
C35M0Y39K56 
(35%,0%,39%,56%)
(0.35/0.00/0.39/0.56)	

CMYK yüzdeleri

%34.82
%0
%39.29
%56.08

Codes

Color #497044 in popluar color models

497044
RGB7311268
HSL113°24.44%35.29%
HSB/HSV113°39.29%43.92%
CMYK34.82%0.00%39.29%
56.08%

Color #497044 in popluar number systems.

HEX497044
Decimal7311268
Binary100100111100001000100
Octal111160104

Shades and tints

Shades of #497044

#497044
(73,112,68)
#43663E
(67,102,62)
#3D5C38
(61,92,56)
#375232
(55,82,50)
#31482C
(49,72,44)
#2B3E26
(43,62,38)
#253420
(37,52,32)
#1F2A1A
(31,42,26)
#192014
(25,32,20)
#13160E
(19,22,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #497044

#497044
(73,112,68)
#597D55
(89,125,85)
#698A66
(105,138,102)
#799777
(121,151,119)
#89A488
(137,164,136)
#99B199
(153,177,153)
#A9BEAA
(169,190,170)
#B9CBBB
(185,203,187)
#C9D8CC
(201,216,204)
#D9E5DD
(217,229,221)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497044; }

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

This text font color is #497044.


Background Color

.myBgColor { background-color: #497044; }

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

This div background color is #497044.


Border color

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

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

This div border color is #497044.


Opacity

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

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

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

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

This text has shadow with #497044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497044 on black background.


Color preview on white background

This text has color #497044 on white background.



Black color preview on #497044 background

This text has black color on #497044 background.


White color preview on #497044 background

This text has white color on #497044 background.