COLOR #496565

HEX: #496565
RGB: (73,101,101)

Renk bilgisi

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

RGB renk modeli

#496565 color RGB value is (73,101,101).

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

RGB bağlantıları ve doygunluk

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

73
101
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 101 + 101 = 275 (100%)
R 73 of 275 ~ 26.55%
G 101 of 275 ~ 36.73%
B 101 of 275 ~ 36.73%

%26.55
%36.73
%36.73

CMYK RENK MODELİ

#496565 rengi CMYK tonu (28,0,0,60).

  • camgöbeği tonu 27.72%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(28,0,0,60)
C28M0Y0K60 
(28%,0%,0%,60%)
(0.28/0.00/0.00/0.60)	

CMYK yüzdeleri

%27.72
%0
%0
%60.39

Codes

Color #496565 in popluar color models

496565
RGB73101101
HSL180°16.09%34.12%
HSB/HSV180°27.72%39.61%
CMYK27.72%0.00%0.00%
60.39%

Color #496565 in popluar number systems.

HEX496565
Decimal73101101
Binary100100111001011100101
Octal111145145

Shades and tints

Shades of #496565

#496565
(73,101,101)
#435C5C
(67,92,92)
#3D5353
(61,83,83)
#374A4A
(55,74,74)
#314141
(49,65,65)
#2B3838
(43,56,56)
#252F2F
(37,47,47)
#1F2626
(31,38,38)
#191D1D
(25,29,29)
#131414
(19,20,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #496565

#496565
(73,101,101)
#597373
(89,115,115)
#698181
(105,129,129)
#798F8F
(121,143,143)
#899D9D
(137,157,157)
#99ABAB
(153,171,171)
#A9B9B9
(169,185,185)
#B9C7C7
(185,199,199)
#C9D5D5
(201,213,213)
#D9E3E3
(217,227,227)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496565; }

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

This text font color is #496565.


Background Color

.myBgColor { background-color: #496565; }

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

This div background color is #496565.


Border color

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

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

This div border color is #496565.


Opacity

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

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

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

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

This text has shadow with #496565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496565 on black background.


Color preview on white background

This text has color #496565 on white background.



Black color preview on #496565 background

This text has black color on #496565 background.


White color preview on #496565 background

This text has white color on #496565 background.