COLOR #496642

HEX: #496642
RGB: (73,102,66)

Renk bilgisi

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

RGB renk modeli

#496642 color RGB value is (73,102,66).

  • kırmız ton 73;
  • yeşil ton 102;
  • mavi ton 66.
RGB:
(73,102,66)
(29%,40%,26%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 102 of 255 = 40%
B 66 of 255 = 26%

73
102
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 102 + 66 = 241 (100%)
R 73 of 241 ~ 30.29%
G 102 of 241 ~ 42.32%
B 66 of 241 ~ 27.39%

%30.29
%42.32
%27.39

CMYK RENK MODELİ

#496642 rengi CMYK tonu (28,0,35,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 0.00%
  • sarı tonu 35.29%
  • ana renk tonu 60.00%
CMYK:
(28,0,35,60)
C28M0Y35K60 
(28%,0%,35%,60%)
(0.28/0.00/0.35/0.60)	

CMYK yüzdeleri

%28.43
%0
%35.29
%60

Codes

Color #496642 in popluar color models

496642
RGB7310266
HSL108°21.43%32.94%
HSB/HSV108°35.29%40.00%
CMYK28.43%0.00%35.29%
60.00%

Color #496642 in popluar number systems.

HEX496642
Decimal7310266
Binary100100111001101000010
Octal111146102

Shades and tints

Shades of #496642

#496642
(73,102,66)
#435D3C
(67,93,60)
#3D5436
(61,84,54)
#374B30
(55,75,48)
#31422A
(49,66,42)
#2B3924
(43,57,36)
#25301E
(37,48,30)
#1F2718
(31,39,24)
#191E12
(25,30,18)
#13150C
(19,21,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #496642

#496642
(73,102,66)
#597353
(89,115,83)
#698064
(105,128,100)
#798D75
(121,141,117)
#899A86
(137,154,134)
#99A797
(153,167,151)
#A9B4A8
(169,180,168)
#B9C1B9
(185,193,185)
#C9CECA
(201,206,202)
#D9DBDB
(217,219,219)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496642 color. Also use rgb(73,102,66) instead hex code.

Text Font Color

.myTextColor { color: #496642; }

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

This text font color is #496642.


Background Color

.myBgColor { background-color: #496642; }

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

This div background color is #496642.


Border color

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

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

This div border color is #496642.


Opacity

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

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

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

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

This text has shadow with #496642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496642 on black background.


Color preview on white background

This text has color #496642 on white background.



Black color preview on #496642 background

This text has black color on #496642 background.


White color preview on #496642 background

This text has white color on #496642 background.