COLOR #496761

HEX: #496761
RGB: (73,103,97)

Renk bilgisi

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

RGB renk modeli

#496761 color RGB value is (73,103,97).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 97 of 255 = 38%

73
103
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 97 = 273 (100%)
R 73 of 273 ~ 26.74%
G 103 of 273 ~ 37.73%
B 97 of 273 ~ 35.53%

%26.74
%37.73
%35.53

CMYK RENK MODELİ

#496761 rengi CMYK tonu (29,0,6,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 5.83%
  • ana renk tonu 59.61%
CMYK:
(29,0,6,60)
C29M0Y6K60 
(29%,0%,6%,60%)
(0.29/0.00/0.06/0.60)	

CMYK yüzdeleri

%29.13
%0
%5.83
%59.61

Codes

Color #496761 in popluar color models

496761
RGB7310397
HSL168°17.05%34.51%
HSB/HSV168°29.13%40.39%
CMYK29.13%0.00%5.83%
59.61%

Color #496761 in popluar number systems.

HEX496761
Decimal7310397
Binary100100111001111100001
Octal111147141

Shades and tints

Shades of #496761

#496761
(73,103,97)
#435E59
(67,94,89)
#3D5551
(61,85,81)
#374C49
(55,76,73)
#314341
(49,67,65)
#2B3A39
(43,58,57)
#253131
(37,49,49)
#1F2829
(31,40,41)
#191F21
(25,31,33)
#131619
(19,22,25)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #496761

#496761
(73,103,97)
#59746F
(89,116,111)
#69817D
(105,129,125)
#798E8B
(121,142,139)
#899B99
(137,155,153)
#99A8A7
(153,168,167)
#A9B5B5
(169,181,181)
#B9C2C3
(185,194,195)
#C9CFD1
(201,207,209)
#D9DCDF
(217,220,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496761; }

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

This text font color is #496761.


Background Color

.myBgColor { background-color: #496761; }

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

This div background color is #496761.


Border color

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

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

This div border color is #496761.


Opacity

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

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

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

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

This text has shadow with #496761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496761 on black background.


Color preview on white background

This text has color #496761 on white background.



Black color preview on #496761 background

This text has black color on #496761 background.


White color preview on #496761 background

This text has white color on #496761 background.