COLOR #496650

HEX: #496650
RGB: (73,102,80)

Renk bilgisi

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

RGB renk modeli

#496650 color RGB value is (73,102,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 102 of 255 = 40%
B 80 of 255 = 31%

73
102
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 102 + 80 = 255 (100%)
R 73 of 255 ~ 28.63%
G 102 of 255 ~ 40%
B 80 of 255 ~ 31.37%

%28.63
%40
%31.37

CMYK RENK MODELİ

#496650 rengi CMYK tonu (28,0,22,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 0.00%
  • sarı tonu 21.57%
  • ana renk tonu 60.00%
CMYK:
(28,0,22,60)
C28M0Y22K60 
(28%,0%,22%,60%)
(0.28/0.00/0.22/0.60)	

CMYK yüzdeleri

%28.43
%0
%21.57
%60

Codes

Color #496650 in popluar color models

496650
RGB7310280
HSL134°16.57%34.31%
HSB/HSV134°28.43%40.00%
CMYK28.43%0.00%21.57%
60.00%

Color #496650 in popluar number systems.

HEX496650
Decimal7310280
Binary100100111001101010000
Octal111146120

Shades and tints

Shades of #496650

#496650
(73,102,80)
#435D49
(67,93,73)
#3D5442
(61,84,66)
#374B3B
(55,75,59)
#314234
(49,66,52)
#2B392D
(43,57,45)
#253026
(37,48,38)
#1F271F
(31,39,31)
#191E18
(25,30,24)
#131511
(19,21,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #496650

#496650
(73,102,80)
#59735F
(89,115,95)
#69806E
(105,128,110)
#798D7D
(121,141,125)
#899A8C
(137,154,140)
#99A79B
(153,167,155)
#A9B4AA
(169,180,170)
#B9C1B9
(185,193,185)
#C9CEC8
(201,206,200)
#D9DBD7
(217,219,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496650; }

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

This text font color is #496650.


Background Color

.myBgColor { background-color: #496650; }

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

This div background color is #496650.


Border color

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

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

This div border color is #496650.


Opacity

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

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

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

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

This text has shadow with #496650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496650 on black background.


Color preview on white background

This text has color #496650 on white background.



Black color preview on #496650 background

This text has black color on #496650 background.


White color preview on #496650 background

This text has white color on #496650 background.