COLOR #496940

HEX: #496940
RGB: (73,105,64)

Renk bilgisi

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

RGB renk modeli

#496940 color RGB value is (73,105,64).

  • kırmız ton 73;
  • yeşil ton 105;
  • mavi ton 64.
RGB:
(73,105,64)
(29%,41%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 64 of 255 = 25%

73
105
64

R + G + B ~ 32%. #496940 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 64 = 242 (100%)
R 73 of 242 ~ 30.17%
G 105 of 242 ~ 43.39%
B 64 of 242 ~ 26.45%

%30.17
%43.39
%26.45

CMYK RENK MODELİ

#496940 rengi CMYK tonu (30,0,39,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 0.00%
  • sarı tonu 39.05%
  • ana renk tonu 58.82%
CMYK:
(30,0,39,59)
C30M0Y39K59 
(30%,0%,39%,59%)
(0.30/0.00/0.39/0.59)	

CMYK yüzdeleri

%30.48
%0
%39.05
%58.82

Codes

Color #496940 in popluar color models

496940
RGB7310564
HSL107°24.26%33.14%
HSB/HSV107°39.05%41.18%
CMYK30.48%0.00%39.05%
58.82%

Color #496940 in popluar number systems.

HEX496940
Decimal7310564
Binary100100111010011000000
Octal111151100

Shades and tints

Shades of #496940

#496940
(73,105,64)
#43603B
(67,96,59)
#3D5736
(61,87,54)
#374E31
(55,78,49)
#31452C
(49,69,44)
#2B3C27
(43,60,39)
#253322
(37,51,34)
#1F2A1D
(31,42,29)
#192118
(25,33,24)
#131813
(19,24,19)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #496940

#496940
(73,105,64)
#597651
(89,118,81)
#698362
(105,131,98)
#799073
(121,144,115)
#899D84
(137,157,132)
#99AA95
(153,170,149)
#A9B7A6
(169,183,166)
#B9C4B7
(185,196,183)
#C9D1C8
(201,209,200)
#D9DED9
(217,222,217)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496940; }

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

This text font color is #496940.


Background Color

.myBgColor { background-color: #496940; }

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

This div background color is #496940.


Border color

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

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

This div border color is #496940.


Opacity

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

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

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

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

This text has shadow with #496940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496940 on black background.


Color preview on white background

This text has color #496940 on white background.



Black color preview on #496940 background

This text has black color on #496940 background.


White color preview on #496940 background

This text has white color on #496940 background.