COLOR #496742

HEX: #496742
RGB: (73,103,66)

Renk bilgisi

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

RGB renk modeli

#496742 color RGB value is (73,103,66).

  • kırmız ton 73;
  • yeşil ton 103;
  • mavi ton 66.
RGB:
(73,103,66)
(29%,40%,26%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 66 of 255 = 26%

73
103
66

R + G + B ~ 32%. #496742 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 66 = 242 (100%)
R 73 of 242 ~ 30.17%
G 103 of 242 ~ 42.56%
B 66 of 242 ~ 27.27%

%30.17
%42.56
%27.27

CMYK RENK MODELİ

#496742 rengi CMYK tonu (29,0,36,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 35.92%
  • ana renk tonu 59.61%
CMYK:
(29,0,36,60)
C29M0Y36K60 
(29%,0%,36%,60%)
(0.29/0.00/0.36/0.60)	

CMYK yüzdeleri

%29.13
%0
%35.92
%59.61

Codes

Color #496742 in popluar color models

496742
RGB7310366
HSL109°21.89%33.14%
HSB/HSV109°35.92%40.39%
CMYK29.13%0.00%35.92%
59.61%

Color #496742 in popluar number systems.

HEX496742
Decimal7310366
Binary100100111001111000010
Octal111147102

Shades and tints

Shades of #496742

#496742
(73,103,66)
#435E3C
(67,94,60)
#3D5536
(61,85,54)
#374C30
(55,76,48)
#31432A
(49,67,42)
#2B3A24
(43,58,36)
#25311E
(37,49,30)
#1F2818
(31,40,24)
#191F12
(25,31,18)
#13160C
(19,22,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #496742

#496742
(73,103,66)
#597453
(89,116,83)
#698164
(105,129,100)
#798E75
(121,142,117)
#899B86
(137,155,134)
#99A897
(153,168,151)
#A9B5A8
(169,181,168)
#B9C2B9
(185,194,185)
#C9CFCA
(201,207,202)
#D9DCDB
(217,220,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496742 color. Also use rgb(73,103,66) instead hex code.

Text Font Color

.myTextColor { color: #496742; }

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

This text font color is #496742.


Background Color

.myBgColor { background-color: #496742; }

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

This div background color is #496742.


Border color

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

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

This div border color is #496742.


Opacity

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

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

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

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

This text has shadow with #496742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496742 on black background.


Color preview on white background

This text has color #496742 on white background.



Black color preview on #496742 background

This text has black color on #496742 background.


White color preview on #496742 background

This text has white color on #496742 background.