COLOR #496159

HEX: #496159
RGB: (73,97,89)

Renk bilgisi

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

RGB renk modeli

#496159 color RGB value is (73,97,89).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 97 of 255 = 38%
B 89 of 255 = 35%

73
97
89

R + G + B ~ 34%. #496159 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 89 = 259 (100%)
R 73 of 259 ~ 28.19%
G 97 of 259 ~ 37.45%
B 89 of 259 ~ 34.36%

%28.19
%37.45
%34.36

CMYK RENK MODELİ

#496159 rengi CMYK tonu (25,0,8,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 0.00%
  • sarı tonu 8.25%
  • ana renk tonu 61.96%
CMYK:
(25,0,8,62)
C25M0Y8K62 
(25%,0%,8%,62%)
(0.25/0.00/0.08/0.62)	

CMYK yüzdeleri

%24.74
%0
%8.25
%61.96

Codes

Color #496159 in popluar color models

496159
RGB739789
HSL160°14.12%33.33%
HSB/HSV160°24.74%38.04%
CMYK24.74%0.00%8.25%
61.96%

Color #496159 in popluar number systems.

HEX496159
Decimal739789
Binary100100111000011011001
Octal111141131

Shades and tints

Shades of #496159

#496159
(73,97,89)
#435951
(67,89,81)
#3D5149
(61,81,73)
#374941
(55,73,65)
#314139
(49,65,57)
#2B3931
(43,57,49)
#253129
(37,49,41)
#1F2921
(31,41,33)
#192119
(25,33,25)
#131911
(19,25,17)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #496159

#496159
(73,97,89)
#596F68
(89,111,104)
#697D77
(105,125,119)
#798B86
(121,139,134)
#899995
(137,153,149)
#99A7A4
(153,167,164)
#A9B5B3
(169,181,179)
#B9C3C2
(185,195,194)
#C9D1D1
(201,209,209)
#D9DFE0
(217,223,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496159; }

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

This text font color is #496159.


Background Color

.myBgColor { background-color: #496159; }

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

This div background color is #496159.


Border color

.myBorderColor { border: 1px solid #496159; }

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

This div border color is #496159.


Opacity

.myOpacity80 { color: #496159; opacity: 0.8; }

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

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

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

This text has shadow with #496159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496159 on black background.


Color preview on white background

This text has color #496159 on white background.



Black color preview on #496159 background

This text has black color on #496159 background.


White color preview on #496159 background

This text has white color on #496159 background.