COLOR #496968

HEX: #496968
RGB: (73,105,104)

Renk bilgisi

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

RGB renk modeli

#496968 color RGB value is (73,105,104).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 104 of 255 = 41%

73
105
104

R + G + B ~ 37%. #496968 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 104 = 282 (100%)
R 73 of 282 ~ 25.89%
G 105 of 282 ~ 37.23%
B 104 of 282 ~ 36.88%

%25.89
%37.23
%36.88

CMYK RENK MODELİ

#496968 rengi CMYK tonu (30,0,1,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 0.00%
  • sarı tonu 0.95%
  • ana renk tonu 58.82%
CMYK:
(30,0,1,59)
C30M0Y1K59 
(30%,0%,1%,59%)
(0.30/0.00/0.01/0.59)	

CMYK yüzdeleri

%30.48
%0
%0.95
%58.82

Codes

Color #496968 in popluar color models

496968
RGB73105104
HSL178°17.98%34.90%
HSB/HSV178°30.48%41.18%
CMYK30.48%0.00%0.95%
58.82%

Color #496968 in popluar number systems.

HEX496968
Decimal73105104
Binary100100111010011101000
Octal111151150

Shades and tints

Shades of #496968

#496968
(73,105,104)
#43605F
(67,96,95)
#3D5756
(61,87,86)
#374E4D
(55,78,77)
#314544
(49,69,68)
#2B3C3B
(43,60,59)
#253332
(37,51,50)
#1F2A29
(31,42,41)
#192120
(25,33,32)
#131817
(19,24,23)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #496968

#496968
(73,105,104)
#597675
(89,118,117)
#698382
(105,131,130)
#79908F
(121,144,143)
#899D9C
(137,157,156)
#99AAA9
(153,170,169)
#A9B7B6
(169,183,182)
#B9C4C3
(185,196,195)
#C9D1D0
(201,209,208)
#D9DEDD
(217,222,221)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496968; }

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

This text font color is #496968.


Background Color

.myBgColor { background-color: #496968; }

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

This div background color is #496968.


Border color

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

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

This div border color is #496968.


Opacity

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

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

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

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

This text has shadow with #496968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496968 on black background.


Color preview on white background

This text has color #496968 on white background.



Black color preview on #496968 background

This text has black color on #496968 background.


White color preview on #496968 background

This text has white color on #496968 background.