COLOR #496660

HEX: #496660
RGB: (73,102,96)

Renk bilgisi

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

RGB renk modeli

#496660 color RGB value is (73,102,96).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 102 of 255 = 40%
B 96 of 255 = 38%

73
102
96

R + G + B ~ 36%. #496660 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 102 + 96 = 271 (100%)
R 73 of 271 ~ 26.94%
G 102 of 271 ~ 37.64%
B 96 of 271 ~ 35.42%

%26.94
%37.64
%35.42

CMYK RENK MODELİ

#496660 rengi CMYK tonu (28,0,6,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 0.00%
  • sarı tonu 5.88%
  • ana renk tonu 60.00%
CMYK:
(28,0,6,60)
C28M0Y6K60 
(28%,0%,6%,60%)
(0.28/0.00/0.06/0.60)	

CMYK yüzdeleri

%28.43
%0
%5.88
%60

Codes

Color #496660 in popluar color models

496660
RGB7310296
HSL168°16.57%34.31%
HSB/HSV168°28.43%40.00%
CMYK28.43%0.00%5.88%
60.00%

Color #496660 in popluar number systems.

HEX496660
Decimal7310296
Binary100100111001101100000
Octal111146140

Shades and tints

Shades of #496660

#496660
(73,102,96)
#435D58
(67,93,88)
#3D5450
(61,84,80)
#374B48
(55,75,72)
#314240
(49,66,64)
#2B3938
(43,57,56)
#253030
(37,48,48)
#1F2728
(31,39,40)
#191E20
(25,30,32)
#131518
(19,21,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #496660

#496660
(73,102,96)
#59736E
(89,115,110)
#69807C
(105,128,124)
#798D8A
(121,141,138)
#899A98
(137,154,152)
#99A7A6
(153,167,166)
#A9B4B4
(169,180,180)
#B9C1C2
(185,193,194)
#C9CED0
(201,206,208)
#D9DBDE
(217,219,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496660; }

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

This text font color is #496660.


Background Color

.myBgColor { background-color: #496660; }

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

This div background color is #496660.


Border color

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

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

This div border color is #496660.


Opacity

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

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

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

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

This text has shadow with #496660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496660 on black background.


Color preview on white background

This text has color #496660 on white background.



Black color preview on #496660 background

This text has black color on #496660 background.


White color preview on #496660 background

This text has white color on #496660 background.