COLOR #496951

HEX: #496951
RGB: (73,105,81)

Renk bilgisi

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

RGB renk modeli

#496951 color RGB value is (73,105,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 81 of 255 = 32%

73
105
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 81 = 259 (100%)
R 73 of 259 ~ 28.19%
G 105 of 259 ~ 40.54%
B 81 of 259 ~ 31.27%

%28.19
%40.54
%31.27

CMYK RENK MODELİ

#496951 rengi CMYK tonu (30,0,23,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 0.00%
  • sarı tonu 22.86%
  • ana renk tonu 58.82%
CMYK:
(30,0,23,59)
C30M0Y23K59 
(30%,0%,23%,59%)
(0.30/0.00/0.23/0.59)	

CMYK yüzdeleri

%30.48
%0
%22.86
%58.82

Codes

Color #496951 in popluar color models

496951
RGB7310581
HSL135°17.98%34.90%
HSB/HSV135°30.48%41.18%
CMYK30.48%0.00%22.86%
58.82%

Color #496951 in popluar number systems.

HEX496951
Decimal7310581
Binary100100111010011010001
Octal111151121

Shades and tints

Shades of #496951

#496951
(73,105,81)
#43604A
(67,96,74)
#3D5743
(61,87,67)
#374E3C
(55,78,60)
#314535
(49,69,53)
#2B3C2E
(43,60,46)
#253327
(37,51,39)
#1F2A20
(31,42,32)
#192119
(25,33,25)
#131812
(19,24,18)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #496951

#496951
(73,105,81)
#597660
(89,118,96)
#69836F
(105,131,111)
#79907E
(121,144,126)
#899D8D
(137,157,141)
#99AA9C
(153,170,156)
#A9B7AB
(169,183,171)
#B9C4BA
(185,196,186)
#C9D1C9
(201,209,201)
#D9DED8
(217,222,216)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496951; }

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

This text font color is #496951.


Background Color

.myBgColor { background-color: #496951; }

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

This div background color is #496951.


Border color

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

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

This div border color is #496951.


Opacity

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

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

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

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

This text has shadow with #496951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496951 on black background.


Color preview on white background

This text has color #496951 on white background.



Black color preview on #496951 background

This text has black color on #496951 background.


White color preview on #496951 background

This text has white color on #496951 background.