COLOR #496F66

HEX: #496F66
RGB: (73,111,102)

Renk bilgisi

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

RGB renk modeli

#496F66 color RGB value is (73,111,102).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 111 of 255 = 44%
B 102 of 255 = 40%

73
111
102

R + G + B ~ 38%. #496F66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 111 + 102 = 286 (100%)
R 73 of 286 ~ 25.52%
G 111 of 286 ~ 38.81%
B 102 of 286 ~ 35.66%

%25.52
%38.81
%35.66

CMYK RENK MODELİ

#496F66 rengi CMYK tonu (34,0,8,56).

  • camgöbeği tonu 34.23%
  • eflatun tonu 0.00%
  • sarı tonu 8.11%
  • ana renk tonu 56.47%
CMYK:
(34,0,8,56)
C34M0Y8K56 
(34%,0%,8%,56%)
(0.34/0.00/0.08/0.56)	

CMYK yüzdeleri

%34.23
%0
%8.11
%56.47

Codes

Color #496F66 in popluar color models

496F66
RGB73111102
HSL166°20.65%36.08%
HSB/HSV166°34.23%43.53%
CMYK34.23%0.00%8.11%
56.47%

Color #496F66 in popluar number systems.

HEX496F66
Decimal73111102
Binary100100111011111100110
Octal111157146

Shades and tints

Shades of #496F66

#496F66
(73,111,102)
#43655D
(67,101,93)
#3D5B54
(61,91,84)
#37514B
(55,81,75)
#314742
(49,71,66)
#2B3D39
(43,61,57)
#253330
(37,51,48)
#1F2927
(31,41,39)
#191F1E
(25,31,30)
#131515
(19,21,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #496F66

#496F66
(73,111,102)
#597C73
(89,124,115)
#698980
(105,137,128)
#79968D
(121,150,141)
#89A39A
(137,163,154)
#99B0A7
(153,176,167)
#A9BDB4
(169,189,180)
#B9CAC1
(185,202,193)
#C9D7CE
(201,215,206)
#D9E4DB
(217,228,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496F66; }

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

This text font color is #496F66.


Background Color

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

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

This div background color is #496F66.


Border color

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

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

This div border color is #496F66.


Opacity

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

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

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

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

This text has shadow with #496F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F66 on black background.


Color preview on white background

This text has color #496F66 on white background.



Black color preview on #496F66 background

This text has black color on #496F66 background.


White color preview on #496F66 background

This text has white color on #496F66 background.