COLOR #496351

HEX: #496351
RGB: (73,99,81)

Renk bilgisi

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

RGB renk modeli

#496351 color RGB value is (73,99,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 81 of 255 = 32%

73
99
81

R + G + B ~ 33%. #496351 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 81 = 253 (100%)
R 73 of 253 ~ 28.85%
G 99 of 253 ~ 39.13%
B 81 of 253 ~ 32.02%

%28.85
%39.13
%32.02

CMYK RENK MODELİ

#496351 rengi CMYK tonu (26,0,18,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 61.18%
CMYK:
(26,0,18,61)
C26M0Y18K61 
(26%,0%,18%,61%)
(0.26/0.00/0.18/0.61)	

CMYK yüzdeleri

%26.26
%0
%18.18
%61.18

Codes

Color #496351 in popluar color models

496351
RGB739981
HSL138°15.12%33.73%
HSB/HSV138°26.26%38.82%
CMYK26.26%0.00%18.18%
61.18%

Color #496351 in popluar number systems.

HEX496351
Decimal739981
Binary100100111000111010001
Octal111143121

Shades and tints

Shades of #496351

#496351
(73,99,81)
#435A4A
(67,90,74)
#3D5143
(61,81,67)
#37483C
(55,72,60)
#313F35
(49,63,53)
#2B362E
(43,54,46)
#252D27
(37,45,39)
#1F2420
(31,36,32)
#191B19
(25,27,25)
#131212
(19,18,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #496351

#496351
(73,99,81)
#597160
(89,113,96)
#697F6F
(105,127,111)
#798D7E
(121,141,126)
#899B8D
(137,155,141)
#99A99C
(153,169,156)
#A9B7AB
(169,183,171)
#B9C5BA
(185,197,186)
#C9D3C9
(201,211,201)
#D9E1D8
(217,225,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496351; }

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

This text font color is #496351.


Background Color

.myBgColor { background-color: #496351; }

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

This div background color is #496351.


Border color

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

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

This div border color is #496351.


Opacity

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

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

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

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

This text has shadow with #496351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496351 on black background.


Color preview on white background

This text has color #496351 on white background.



Black color preview on #496351 background

This text has black color on #496351 background.


White color preview on #496351 background

This text has white color on #496351 background.