COLOR #497744

HEX: #497744
RGB: (73,119,68)

Renk bilgisi

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

RGB renk modeli

#497744 color RGB value is (73,119,68).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 119 of 255 = 47%
B 68 of 255 = 27%

73
119
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 119 + 68 = 260 (100%)
R 73 of 260 ~ 28.08%
G 119 of 260 ~ 45.77%
B 68 of 260 ~ 26.15%

%28.08
%45.77
%26.15

CMYK RENK MODELİ

#497744 rengi CMYK tonu (39,0,43,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 53.33%
CMYK:
(39,0,43,53)
C39M0Y43K53 
(39%,0%,43%,53%)
(0.39/0.00/0.43/0.53)	

CMYK yüzdeleri

%38.66
%0
%42.86
%53.33

Codes

Color #497744 in popluar color models

497744
RGB7311968
HSL114°27.27%36.67%
HSB/HSV114°42.86%46.67%
CMYK38.66%0.00%42.86%
53.33%

Color #497744 in popluar number systems.

HEX497744
Decimal7311968
Binary100100111101111000100
Octal111167104

Shades and tints

Shades of #497744

#497744
(73,119,68)
#436D3E
(67,109,62)
#3D6338
(61,99,56)
#375932
(55,89,50)
#314F2C
(49,79,44)
#2B4526
(43,69,38)
#253B20
(37,59,32)
#1F311A
(31,49,26)
#192714
(25,39,20)
#131D0E
(19,29,14)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #497744

#497744
(73,119,68)
#598355
(89,131,85)
#698F66
(105,143,102)
#799B77
(121,155,119)
#89A788
(137,167,136)
#99B399
(153,179,153)
#A9BFAA
(169,191,170)
#B9CBBB
(185,203,187)
#C9D7CC
(201,215,204)
#D9E3DD
(217,227,221)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497744; }

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

This text font color is #497744.


Background Color

.myBgColor { background-color: #497744; }

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

This div background color is #497744.


Border color

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

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

This div border color is #497744.


Opacity

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

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

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

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

This text has shadow with #497744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497744 on black background.


Color preview on white background

This text has color #497744 on white background.



Black color preview on #497744 background

This text has black color on #497744 background.


White color preview on #497744 background

This text has white color on #497744 background.