COLOR #497035

HEX: #497035
RGB: (73,112,53)

Renk bilgisi

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

RGB renk modeli

#497035 color RGB value is (73,112,53).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 53 of 255 = 21%

73
112
53

R + G + B ~ 31%. #497035 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 53 = 238 (100%)
R 73 of 238 ~ 30.67%
G 112 of 238 ~ 47.06%
B 53 of 238 ~ 22.27%

%30.67
%47.06
%22.27

CMYK RENK MODELİ

#497035 rengi CMYK tonu (35,0,53,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 52.68%
  • ana renk tonu 56.08%
CMYK:
(35,0,53,56)
C35M0Y53K56 
(35%,0%,53%,56%)
(0.35/0.00/0.53/0.56)	

CMYK yüzdeleri

%34.82
%0
%52.68
%56.08

Codes

Color #497035 in popluar color models

497035
RGB7311253
HSL100°35.76%32.35%
HSB/HSV100°52.68%43.92%
CMYK34.82%0.00%52.68%
56.08%

Color #497035 in popluar number systems.

HEX497035
Decimal7311253
Binary10010011110000110101
Octal11116065

Shades and tints

Shades of #497035

#497035
(73,112,53)
#436631
(67,102,49)
#3D5C2D
(61,92,45)
#375229
(55,82,41)
#314825
(49,72,37)
#2B3E21
(43,62,33)
#25341D
(37,52,29)
#1F2A19
(31,42,25)
#192015
(25,32,21)
#131611
(19,22,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #497035

#497035
(73,112,53)
#597D47
(89,125,71)
#698A59
(105,138,89)
#79976B
(121,151,107)
#89A47D
(137,164,125)
#99B18F
(153,177,143)
#A9BEA1
(169,190,161)
#B9CBB3
(185,203,179)
#C9D8C5
(201,216,197)
#D9E5D7
(217,229,215)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497035; }

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

This text font color is #497035.


Background Color

.myBgColor { background-color: #497035; }

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

This div background color is #497035.


Border color

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

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

This div border color is #497035.


Opacity

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

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

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

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

This text has shadow with #497035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497035 on black background.


Color preview on white background

This text has color #497035 on white background.



Black color preview on #497035 background

This text has black color on #497035 background.


White color preview on #497035 background

This text has white color on #497035 background.