COLOR #496551

HEX: #496551
RGB: (73,101,81)

Renk bilgisi

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

RGB renk modeli

#496551 color RGB value is (73,101,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 101 of 255 = 40%
B 81 of 255 = 32%

73
101
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 101 + 81 = 255 (100%)
R 73 of 255 ~ 28.63%
G 101 of 255 ~ 39.61%
B 81 of 255 ~ 31.76%

%28.63
%39.61
%31.76

CMYK RENK MODELİ

#496551 rengi CMYK tonu (28,0,20,60).

  • camgöbeği tonu 27.72%
  • eflatun tonu 0.00%
  • sarı tonu 19.80%
  • ana renk tonu 60.39%
CMYK:
(28,0,20,60)
C28M0Y20K60 
(28%,0%,20%,60%)
(0.28/0.00/0.20/0.60)	

CMYK yüzdeleri

%27.72
%0
%19.8
%60.39

Codes

Color #496551 in popluar color models

496551
RGB7310181
HSL137°16.09%34.12%
HSB/HSV137°27.72%39.61%
CMYK27.72%0.00%19.80%
60.39%

Color #496551 in popluar number systems.

HEX496551
Decimal7310181
Binary100100111001011010001
Octal111145121

Shades and tints

Shades of #496551

#496551
(73,101,81)
#435C4A
(67,92,74)
#3D5343
(61,83,67)
#374A3C
(55,74,60)
#314135
(49,65,53)
#2B382E
(43,56,46)
#252F27
(37,47,39)
#1F2620
(31,38,32)
#191D19
(25,29,25)
#131412
(19,20,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #496551

#496551
(73,101,81)
#597360
(89,115,96)
#69816F
(105,129,111)
#798F7E
(121,143,126)
#899D8D
(137,157,141)
#99AB9C
(153,171,156)
#A9B9AB
(169,185,171)
#B9C7BA
(185,199,186)
#C9D5C9
(201,213,201)
#D9E3D8
(217,227,216)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496551; }

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

This text font color is #496551.


Background Color

.myBgColor { background-color: #496551; }

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

This div background color is #496551.


Border color

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

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

This div border color is #496551.


Opacity

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

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

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

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

This text has shadow with #496551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496551 on black background.


Color preview on white background

This text has color #496551 on white background.



Black color preview on #496551 background

This text has black color on #496551 background.


White color preview on #496551 background

This text has white color on #496551 background.