COLOR #496D63

HEX: #496D63
RGB: (73,109,99)

Renk bilgisi

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

RGB renk modeli

#496D63 color RGB value is (73,109,99).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 99 of 255 = 39%

73
109
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 99 = 281 (100%)
R 73 of 281 ~ 25.98%
G 109 of 281 ~ 38.79%
B 99 of 281 ~ 35.23%

%25.98
%38.79
%35.23

CMYK RENK MODELİ

#496D63 rengi CMYK tonu (33,0,9,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.00%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(33,0,9,57)
C33M0Y9K57 
(33%,0%,9%,57%)
(0.33/0.00/0.09/0.57)	

CMYK yüzdeleri

%33.03
%0
%9.17
%57.25

Codes

Color #496D63 in popluar color models

496D63
RGB7310999
HSL163°19.78%35.69%
HSB/HSV163°33.03%42.75%
CMYK33.03%0.00%9.17%
57.25%

Color #496D63 in popluar number systems.

HEX496D63
Decimal7310999
Binary100100111011011100011
Octal111155143

Shades and tints

Shades of #496D63

#496D63
(73,109,99)
#43645A
(67,100,90)
#3D5B51
(61,91,81)
#375248
(55,82,72)
#31493F
(49,73,63)
#2B4036
(43,64,54)
#25372D
(37,55,45)
#1F2E24
(31,46,36)
#19251B
(25,37,27)
#131C12
(19,28,18)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #496D63

#496D63
(73,109,99)
#597A71
(89,122,113)
#69877F
(105,135,127)
#79948D
(121,148,141)
#89A19B
(137,161,155)
#99AEA9
(153,174,169)
#A9BBB7
(169,187,183)
#B9C8C5
(185,200,197)
#C9D5D3
(201,213,211)
#D9E2E1
(217,226,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D63; }

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

This text font color is #496D63.


Background Color

.myBgColor { background-color: #496D63; }

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

This div background color is #496D63.


Border color

.myBorderColor { border: 1px solid #496D63; }

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

This div border color is #496D63.


Opacity

.myOpacity80 { color: #496D63; opacity: 0.8; }

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

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

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

This text has shadow with #496D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D63 on black background.


Color preview on white background

This text has color #496D63 on white background.



Black color preview on #496D63 background

This text has black color on #496D63 background.


White color preview on #496D63 background

This text has white color on #496D63 background.