COLOR #496364

HEX: #496364
RGB: (73,99,100)

Renk bilgisi

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

RGB renk modeli

#496364 color RGB value is (73,99,100).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 100 of 255 = 39%

73
99
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 100 = 272 (100%)
R 73 of 272 ~ 26.84%
G 99 of 272 ~ 36.4%
B 100 of 272 ~ 36.76%

%26.84
%36.4
%36.76

CMYK RENK MODELİ

#496364 rengi CMYK tonu (27,1,0,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 1.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(27,1,0,61)
C27M1Y0K61 
(27%,1%,0%,61%)
(0.27/0.01/0.00/0.61)	

CMYK yüzdeleri

%27
%1
%0
%60.78

Codes

Color #496364 in popluar color models

496364
RGB7399100
HSL182°15.61%33.92%
HSB/HSV182°27.00%39.22%
CMYK27.00%1.00%0.00%
60.78%

Color #496364 in popluar number systems.

HEX496364
Decimal7399100
Binary100100111000111100100
Octal111143144

Shades and tints

Shades of #496364

#496364
(73,99,100)
#435A5B
(67,90,91)
#3D5152
(61,81,82)
#374849
(55,72,73)
#313F40
(49,63,64)
#2B3637
(43,54,55)
#252D2E
(37,45,46)
#1F2425
(31,36,37)
#191B1C
(25,27,28)
#131213
(19,18,19)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #496364

#496364
(73,99,100)
#597172
(89,113,114)
#697F80
(105,127,128)
#798D8E
(121,141,142)
#899B9C
(137,155,156)
#99A9AA
(153,169,170)
#A9B7B8
(169,183,184)
#B9C5C6
(185,197,198)
#C9D3D4
(201,211,212)
#D9E1E2
(217,225,226)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496364; }

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

This text font color is #496364.


Background Color

.myBgColor { background-color: #496364; }

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

This div background color is #496364.


Border color

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

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

This div border color is #496364.


Opacity

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

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

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

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

This text has shadow with #496364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496364 on black background.


Color preview on white background

This text has color #496364 on white background.



Black color preview on #496364 background

This text has black color on #496364 background.


White color preview on #496364 background

This text has white color on #496364 background.