COLOR #496056

HEX: #496056
RGB: (73,96,86)

Renk bilgisi

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

RGB renk modeli

#496056 color RGB value is (73,96,86).

  • kırmız ton 73;
  • yeşil ton 96;
  • mavi ton 86.
RGB:
(73,96,86)
(29%,38%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 96 of 255 = 38%
B 86 of 255 = 34%

73
96
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 96 + 86 = 255 (100%)
R 73 of 255 ~ 28.63%
G 96 of 255 ~ 37.65%
B 86 of 255 ~ 33.73%

%28.63
%37.65
%33.73

CMYK RENK MODELİ

#496056 rengi CMYK tonu (24,0,10,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 10.42%
  • ana renk tonu 62.35%
CMYK:
(24,0,10,62)
C24M0Y10K62 
(24%,0%,10%,62%)
(0.24/0.00/0.10/0.62)	

CMYK yüzdeleri

%23.96
%0
%10.42
%62.35

Codes

Color #496056 in popluar color models

496056
RGB739686
HSL154°13.61%33.14%
HSB/HSV154°23.96%37.65%
CMYK23.96%0.00%10.42%
62.35%

Color #496056 in popluar number systems.

HEX496056
Decimal739686
Binary100100111000001010110
Octal111140126

Shades and tints

Shades of #496056

#496056
(73,96,86)
#43584F
(67,88,79)
#3D5048
(61,80,72)
#374841
(55,72,65)
#31403A
(49,64,58)
#2B3833
(43,56,51)
#25302C
(37,48,44)
#1F2825
(31,40,37)
#19201E
(25,32,30)
#131817
(19,24,23)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #496056

#496056
(73,96,86)
#596E65
(89,110,101)
#697C74
(105,124,116)
#798A83
(121,138,131)
#899892
(137,152,146)
#99A6A1
(153,166,161)
#A9B4B0
(169,180,176)
#B9C2BF
(185,194,191)
#C9D0CE
(201,208,206)
#D9DEDD
(217,222,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496056 color. Also use rgb(73,96,86) instead hex code.

Text Font Color

.myTextColor { color: #496056; }

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

This text font color is #496056.


Background Color

.myBgColor { background-color: #496056; }

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

This div background color is #496056.


Border color

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

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

This div border color is #496056.


Opacity

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

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

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

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

This text has shadow with #496056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496056 on black background.


Color preview on white background

This text has color #496056 on white background.



Black color preview on #496056 background

This text has black color on #496056 background.


White color preview on #496056 background

This text has white color on #496056 background.