COLOR #496E66

HEX: #496E66
RGB: (73,110,102)

Renk bilgisi

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

RGB renk modeli

#496E66 color RGB value is (73,110,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 102 of 255 = 40%

73
110
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 102 = 285 (100%)
R 73 of 285 ~ 25.61%
G 110 of 285 ~ 38.6%
B 102 of 285 ~ 35.79%

%25.61
%38.6
%35.79

CMYK RENK MODELİ

#496E66 rengi CMYK tonu (34,0,7,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 7.27%
  • ana renk tonu 56.86%
CMYK:
(34,0,7,57)
C34M0Y7K57 
(34%,0%,7%,57%)
(0.34/0.00/0.07/0.57)	

CMYK yüzdeleri

%33.64
%0
%7.27
%56.86

Codes

Color #496E66 in popluar color models

496E66
RGB73110102
HSL167°20.22%35.88%
HSB/HSV167°33.64%43.14%
CMYK33.64%0.00%7.27%
56.86%

Color #496E66 in popluar number systems.

HEX496E66
Decimal73110102
Binary100100111011101100110
Octal111156146

Shades and tints

Shades of #496E66

#496E66
(73,110,102)
#43645D
(67,100,93)
#3D5A54
(61,90,84)
#37504B
(55,80,75)
#314642
(49,70,66)
#2B3C39
(43,60,57)
#253230
(37,50,48)
#1F2827
(31,40,39)
#191E1E
(25,30,30)
#131415
(19,20,21)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #496E66

#496E66
(73,110,102)
#597B73
(89,123,115)
#698880
(105,136,128)
#79958D
(121,149,141)
#89A29A
(137,162,154)
#99AFA7
(153,175,167)
#A9BCB4
(169,188,180)
#B9C9C1
(185,201,193)
#C9D6CE
(201,214,206)
#D9E3DB
(217,227,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E66 color. Also use rgb(73,110,102) instead hex code.

Text Font Color

.myTextColor { color: #496E66; }

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

This text font color is #496E66.


Background Color

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

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

This div background color is #496E66.


Border color

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

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

This div border color is #496E66.


Opacity

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

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

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

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

This text has shadow with #496E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E66 on black background.


Color preview on white background

This text has color #496E66 on white background.



Black color preview on #496E66 background

This text has black color on #496E66 background.


White color preview on #496E66 background

This text has white color on #496E66 background.