COLOR #496559

HEX: #496559
RGB: (73,101,89)

Renk bilgisi

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

RGB renk modeli

#496559 color RGB value is (73,101,89).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 101 of 255 = 40%
B 89 of 255 = 35%

73
101
89

R + G + B ~ 35%. #496559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 101 + 89 = 263 (100%)
R 73 of 263 ~ 27.76%
G 101 of 263 ~ 38.4%
B 89 of 263 ~ 33.84%

%27.76
%38.4
%33.84

CMYK RENK MODELİ

#496559 rengi CMYK tonu (28,0,12,60).

  • camgöbeği tonu 27.72%
  • eflatun tonu 0.00%
  • sarı tonu 11.88%
  • ana renk tonu 60.39%
CMYK:
(28,0,12,60)
C28M0Y12K60 
(28%,0%,12%,60%)
(0.28/0.00/0.12/0.60)	

CMYK yüzdeleri

%27.72
%0
%11.88
%60.39

Codes

Color #496559 in popluar color models

496559
RGB7310189
HSL154°16.09%34.12%
HSB/HSV154°27.72%39.61%
CMYK27.72%0.00%11.88%
60.39%

Color #496559 in popluar number systems.

HEX496559
Decimal7310189
Binary100100111001011011001
Octal111145131

Shades and tints

Shades of #496559

#496559
(73,101,89)
#435C51
(67,92,81)
#3D5349
(61,83,73)
#374A41
(55,74,65)
#314139
(49,65,57)
#2B3831
(43,56,49)
#252F29
(37,47,41)
#1F2621
(31,38,33)
#191D19
(25,29,25)
#131411
(19,20,17)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #496559

#496559
(73,101,89)
#597368
(89,115,104)
#698177
(105,129,119)
#798F86
(121,143,134)
#899D95
(137,157,149)
#99ABA4
(153,171,164)
#A9B9B3
(169,185,179)
#B9C7C2
(185,199,194)
#C9D5D1
(201,213,209)
#D9E3E0
(217,227,224)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496559; }

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

This text font color is #496559.


Background Color

.myBgColor { background-color: #496559; }

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

This div background color is #496559.


Border color

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

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

This div border color is #496559.


Opacity

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

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

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

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

This text has shadow with #496559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496559 on black background.


Color preview on white background

This text has color #496559 on white background.



Black color preview on #496559 background

This text has black color on #496559 background.


White color preview on #496559 background

This text has white color on #496559 background.