COLOR #496E59

HEX: #496E59
RGB: (73,110,89)

Renk bilgisi

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

RGB renk modeli

#496E59 color RGB value is (73,110,89).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 89 of 255 = 35%

73
110
89

R + G + B ~ 36%. #496E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 89 = 272 (100%)
R 73 of 272 ~ 26.84%
G 110 of 272 ~ 40.44%
B 89 of 272 ~ 32.72%

%26.84
%40.44
%32.72

CMYK RENK MODELİ

#496E59 rengi CMYK tonu (34,0,19,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(34,0,19,57)
C34M0Y19K57 
(34%,0%,19%,57%)
(0.34/0.00/0.19/0.57)	

CMYK yüzdeleri

%33.64
%0
%19.09
%56.86

Codes

Color #496E59 in popluar color models

496E59
RGB7311089
HSL146°20.22%35.88%
HSB/HSV146°33.64%43.14%
CMYK33.64%0.00%19.09%
56.86%

Color #496E59 in popluar number systems.

HEX496E59
Decimal7311089
Binary100100111011101011001
Octal111156131

Shades and tints

Shades of #496E59

#496E59
(73,110,89)
#436451
(67,100,81)
#3D5A49
(61,90,73)
#375041
(55,80,65)
#314639
(49,70,57)
#2B3C31
(43,60,49)
#253229
(37,50,41)
#1F2821
(31,40,33)
#191E19
(25,30,25)
#131411
(19,20,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #496E59

#496E59
(73,110,89)
#597B68
(89,123,104)
#698877
(105,136,119)
#799586
(121,149,134)
#89A295
(137,162,149)
#99AFA4
(153,175,164)
#A9BCB3
(169,188,179)
#B9C9C2
(185,201,194)
#C9D6D1
(201,214,209)
#D9E3E0
(217,227,224)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E59; }

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

This text font color is #496E59.


Background Color

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

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

This div background color is #496E59.


Border color

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

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

This div border color is #496E59.


Opacity

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

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

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

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

This text has shadow with #496E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E59 on black background.


Color preview on white background

This text has color #496E59 on white background.



Black color preview on #496E59 background

This text has black color on #496E59 background.


White color preview on #496E59 background

This text has white color on #496E59 background.