COLOR #496A56

HEX: #496A56
RGB: (73,106,86)

Renk bilgisi

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

RGB renk modeli

#496A56 color RGB value is (73,106,86).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 106 of 255 = 42%
B 86 of 255 = 34%

73
106
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 86 = 265 (100%)
R 73 of 265 ~ 27.55%
G 106 of 265 ~ 40%
B 86 of 265 ~ 32.45%

%27.55
%40
%32.45

CMYK RENK MODELİ

#496A56 rengi CMYK tonu (31,0,19,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 0.00%
  • sarı tonu 18.87%
  • ana renk tonu 58.43%
CMYK:
(31,0,19,58)
C31M0Y19K58 
(31%,0%,19%,58%)
(0.31/0.00/0.19/0.58)	

CMYK yüzdeleri

%31.13
%0
%18.87
%58.43

Codes

Color #496A56 in popluar color models

496A56
RGB7310686
HSL144°18.44%35.10%
HSB/HSV144°31.13%41.57%
CMYK31.13%0.00%18.87%
58.43%

Color #496A56 in popluar number systems.

HEX496A56
Decimal7310686
Binary100100111010101010110
Octal111152126

Shades and tints

Shades of #496A56

#496A56
(73,106,86)
#43614F
(67,97,79)
#3D5848
(61,88,72)
#374F41
(55,79,65)
#31463A
(49,70,58)
#2B3D33
(43,61,51)
#25342C
(37,52,44)
#1F2B25
(31,43,37)
#19221E
(25,34,30)
#131917
(19,25,23)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #496A56

#496A56
(73,106,86)
#597765
(89,119,101)
#698474
(105,132,116)
#799183
(121,145,131)
#899E92
(137,158,146)
#99ABA1
(153,171,161)
#A9B8B0
(169,184,176)
#B9C5BF
(185,197,191)
#C9D2CE
(201,210,206)
#D9DFDD
(217,223,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496A56; }

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

This text font color is #496A56.


Background Color

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

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

This div background color is #496A56.


Border color

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

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

This div border color is #496A56.


Opacity

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

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

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

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

This text has shadow with #496A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A56 on black background.


Color preview on white background

This text has color #496A56 on white background.



Black color preview on #496A56 background

This text has black color on #496A56 background.


White color preview on #496A56 background

This text has white color on #496A56 background.