COLOR #496366

HEX: #496366
RGB: (73,99,102)

Renk bilgisi

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

RGB renk modeli

#496366 color RGB value is (73,99,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 102 of 255 = 40%

73
99
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 102 = 274 (100%)
R 73 of 274 ~ 26.64%
G 99 of 274 ~ 36.13%
B 102 of 274 ~ 37.23%

%26.64
%36.13
%37.23

CMYK RENK MODELİ

#496366 rengi CMYK tonu (28,3,0,60).

  • camgöbeği tonu 28.43%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(28,3,0,60)
C28M3Y0K60 
(28%,3%,0%,60%)
(0.28/0.03/0.00/0.60)	

CMYK yüzdeleri

%28.43
%2.94
%0
%60

Codes

Color #496366 in popluar color models

496366
RGB7399102
HSL186°16.57%34.31%
HSB/HSV186°28.43%40.00%
CMYK28.43%2.94%0.00%
60.00%

Color #496366 in popluar number systems.

HEX496366
Decimal7399102
Binary100100111000111100110
Octal111143146

Shades and tints

Shades of #496366

#496366
(73,99,102)
#435A5D
(67,90,93)
#3D5154
(61,81,84)
#37484B
(55,72,75)
#313F42
(49,63,66)
#2B3639
(43,54,57)
#252D30
(37,45,48)
#1F2427
(31,36,39)
#191B1E
(25,27,30)
#131215
(19,18,21)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #496366

#496366
(73,99,102)
#597173
(89,113,115)
#697F80
(105,127,128)
#798D8D
(121,141,141)
#899B9A
(137,155,154)
#99A9A7
(153,169,167)
#A9B7B4
(169,183,180)
#B9C5C1
(185,197,193)
#C9D3CE
(201,211,206)
#D9E1DB
(217,225,219)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496366; }

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

This text font color is #496366.


Background Color

.myBgColor { background-color: #496366; }

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

This div background color is #496366.


Border color

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

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

This div border color is #496366.


Opacity

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

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

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

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

This text has shadow with #496366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496366 on black background.


Color preview on white background

This text has color #496366 on white background.



Black color preview on #496366 background

This text has black color on #496366 background.


White color preview on #496366 background

This text has white color on #496366 background.