COLOR #496665

HEX: #496665
RGB: (73,102,101)

Renk bilgisi

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

RGB renk modeli

#496665 color RGB value is (73,102,101).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 102 of 255 = 40%
B 101 of 255 = 40%

73
102
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 102 + 101 = 276 (100%)
R 73 of 276 ~ 26.45%
G 102 of 276 ~ 36.96%
B 101 of 276 ~ 36.59%

%26.45
%36.96
%36.59

CMYK RENK MODELİ

#496665 rengi CMYK tonu (28,0,1,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 0.00%
  • sarı tonu 0.98%
  • ana renk tonu 60.00%
CMYK:
(28,0,1,60)
C28M0Y1K60 
(28%,0%,1%,60%)
(0.28/0.00/0.01/0.60)	

CMYK yüzdeleri

%28.43
%0
%0.98
%60

Codes

Color #496665 in popluar color models

496665
RGB73102101
HSL178°16.57%34.31%
HSB/HSV178°28.43%40.00%
CMYK28.43%0.00%0.98%
60.00%

Color #496665 in popluar number systems.

HEX496665
Decimal73102101
Binary100100111001101100101
Octal111146145

Shades and tints

Shades of #496665

#496665
(73,102,101)
#435D5C
(67,93,92)
#3D5453
(61,84,83)
#374B4A
(55,75,74)
#314241
(49,66,65)
#2B3938
(43,57,56)
#25302F
(37,48,47)
#1F2726
(31,39,38)
#191E1D
(25,30,29)
#131514
(19,21,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #496665

#496665
(73,102,101)
#597373
(89,115,115)
#698081
(105,128,129)
#798D8F
(121,141,143)
#899A9D
(137,154,157)
#99A7AB
(153,167,171)
#A9B4B9
(169,180,185)
#B9C1C7
(185,193,199)
#C9CED5
(201,206,213)
#D9DBE3
(217,219,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496665; }

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

This text font color is #496665.


Background Color

.myBgColor { background-color: #496665; }

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

This div background color is #496665.


Border color

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

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

This div border color is #496665.


Opacity

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

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

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

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

This text has shadow with #496665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496665 on black background.


Color preview on white background

This text has color #496665 on white background.



Black color preview on #496665 background

This text has black color on #496665 background.


White color preview on #496665 background

This text has white color on #496665 background.