COLOR #496555

HEX: #496555
RGB: (73,101,85)

Renk bilgisi

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

RGB renk modeli

#496555 color RGB value is (73,101,85).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 101 of 255 = 40%
B 85 of 255 = 33%

73
101
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 101 + 85 = 259 (100%)
R 73 of 259 ~ 28.19%
G 101 of 259 ~ 39%
B 85 of 259 ~ 32.82%

%28.19
%39
%32.82

CMYK RENK MODELİ

#496555 rengi CMYK tonu (28,0,16,60).

  • camgöbeği tonu 27.72%
  • eflatun tonu 0.00%
  • sarı tonu 15.84%
  • ana renk tonu 60.39%
CMYK:
(28,0,16,60)
C28M0Y16K60 
(28%,0%,16%,60%)
(0.28/0.00/0.16/0.60)	

CMYK yüzdeleri

%27.72
%0
%15.84
%60.39

Codes

Color #496555 in popluar color models

496555
RGB7310185
HSL146°16.09%34.12%
HSB/HSV146°27.72%39.61%
CMYK27.72%0.00%15.84%
60.39%

Color #496555 in popluar number systems.

HEX496555
Decimal7310185
Binary100100111001011010101
Octal111145125

Shades and tints

Shades of #496555

#496555
(73,101,85)
#435C4E
(67,92,78)
#3D5347
(61,83,71)
#374A40
(55,74,64)
#314139
(49,65,57)
#2B3832
(43,56,50)
#252F2B
(37,47,43)
#1F2624
(31,38,36)
#191D1D
(25,29,29)
#131416
(19,20,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #496555

#496555
(73,101,85)
#597364
(89,115,100)
#698173
(105,129,115)
#798F82
(121,143,130)
#899D91
(137,157,145)
#99ABA0
(153,171,160)
#A9B9AF
(169,185,175)
#B9C7BE
(185,199,190)
#C9D5CD
(201,213,205)
#D9E3DC
(217,227,220)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496555; }

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

This text font color is #496555.


Background Color

.myBgColor { background-color: #496555; }

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

This div background color is #496555.


Border color

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

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

This div border color is #496555.


Opacity

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

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

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

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

This text has shadow with #496555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496555 on black background.


Color preview on white background

This text has color #496555 on white background.



Black color preview on #496555 background

This text has black color on #496555 background.


White color preview on #496555 background

This text has white color on #496555 background.