COLOR #496F65

HEX: #496F65
RGB: (73,111,101)

Renk bilgisi

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

RGB renk modeli

#496F65 color RGB value is (73,111,101).

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

RGB bağlantıları ve doygunluk

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

73
111
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 111 + 101 = 285 (100%)
R 73 of 285 ~ 25.61%
G 111 of 285 ~ 38.95%
B 101 of 285 ~ 35.44%

%25.61
%38.95
%35.44

CMYK RENK MODELİ

#496F65 rengi CMYK tonu (34,0,9,56).

  • camgöbeği tonu 34.23%
  • eflatun tonu 0.00%
  • sarı tonu 9.01%
  • ana renk tonu 56.47%
CMYK:
(34,0,9,56)
C34M0Y9K56 
(34%,0%,9%,56%)
(0.34/0.00/0.09/0.56)	

CMYK yüzdeleri

%34.23
%0
%9.01
%56.47

Codes

Color #496F65 in popluar color models

496F65
RGB73111101
HSL164°20.65%36.08%
HSB/HSV164°34.23%43.53%
CMYK34.23%0.00%9.01%
56.47%

Color #496F65 in popluar number systems.

HEX496F65
Decimal73111101
Binary100100111011111100101
Octal111157145

Shades and tints

Shades of #496F65

#496F65
(73,111,101)
#43655C
(67,101,92)
#3D5B53
(61,91,83)
#37514A
(55,81,74)
#314741
(49,71,65)
#2B3D38
(43,61,56)
#25332F
(37,51,47)
#1F2926
(31,41,38)
#191F1D
(25,31,29)
#131514
(19,21,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #496F65

#496F65
(73,111,101)
#597C73
(89,124,115)
#698981
(105,137,129)
#79968F
(121,150,143)
#89A39D
(137,163,157)
#99B0AB
(153,176,171)
#A9BDB9
(169,189,185)
#B9CAC7
(185,202,199)
#C9D7D5
(201,215,213)
#D9E4E3
(217,228,227)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496F65; }

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

This text font color is #496F65.


Background Color

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

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

This div background color is #496F65.


Border color

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

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

This div border color is #496F65.


Opacity

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

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

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

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

This text has shadow with #496F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F65 on black background.


Color preview on white background

This text has color #496F65 on white background.



Black color preview on #496F65 background

This text has black color on #496F65 background.


White color preview on #496F65 background

This text has white color on #496F65 background.