COLOR #496E69

HEX: #496E69
RGB: (73,110,105)

Renk bilgisi

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

RGB renk modeli

#496E69 color RGB value is (73,110,105).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 105 of 255 = 41%

73
110
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 105 = 288 (100%)
R 73 of 288 ~ 25.35%
G 110 of 288 ~ 38.19%
B 105 of 288 ~ 36.46%

%25.35
%38.19
%36.46

CMYK RENK MODELİ

#496E69 rengi CMYK tonu (34,0,5,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 4.55%
  • ana renk tonu 56.86%
CMYK:
(34,0,5,57)
C34M0Y5K57 
(34%,0%,5%,57%)
(0.34/0.00/0.05/0.57)	

CMYK yüzdeleri

%33.64
%0
%4.55
%56.86

Codes

Color #496E69 in popluar color models

496E69
RGB73110105
HSL172°20.22%35.88%
HSB/HSV172°33.64%43.14%
CMYK33.64%0.00%4.55%
56.86%

Color #496E69 in popluar number systems.

HEX496E69
Decimal73110105
Binary100100111011101101001
Octal111156151

Shades and tints

Shades of #496E69

#496E69
(73,110,105)
#436460
(67,100,96)
#3D5A57
(61,90,87)
#37504E
(55,80,78)
#314645
(49,70,69)
#2B3C3C
(43,60,60)
#253233
(37,50,51)
#1F282A
(31,40,42)
#191E21
(25,30,33)
#131418
(19,20,24)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #496E69

#496E69
(73,110,105)
#597B76
(89,123,118)
#698883
(105,136,131)
#799590
(121,149,144)
#89A29D
(137,162,157)
#99AFAA
(153,175,170)
#A9BCB7
(169,188,183)
#B9C9C4
(185,201,196)
#C9D6D1
(201,214,209)
#D9E3DE
(217,227,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E69; }

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

This text font color is #496E69.


Background Color

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

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

This div background color is #496E69.


Border color

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

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

This div border color is #496E69.


Opacity

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

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

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

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

This text has shadow with #496E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E69 on black background.


Color preview on white background

This text has color #496E69 on white background.



Black color preview on #496E69 background

This text has black color on #496E69 background.


White color preview on #496E69 background

This text has white color on #496E69 background.