COLOR #496747

HEX: #496747
RGB: (73,103,71)

Renk bilgisi

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

RGB renk modeli

#496747 color RGB value is (73,103,71).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 71 of 255 = 28%

73
103
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 71 = 247 (100%)
R 73 of 247 ~ 29.55%
G 103 of 247 ~ 41.7%
B 71 of 247 ~ 28.74%

%29.55
%41.7
%28.74

CMYK RENK MODELİ

#496747 rengi CMYK tonu (29,0,31,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 31.07%
  • ana renk tonu 59.61%
CMYK:
(29,0,31,60)
C29M0Y31K60 
(29%,0%,31%,60%)
(0.29/0.00/0.31/0.60)	

CMYK yüzdeleri

%29.13
%0
%31.07
%59.61

Codes

Color #496747 in popluar color models

496747
RGB7310371
HSL116°18.39%34.12%
HSB/HSV116°31.07%40.39%
CMYK29.13%0.00%31.07%
59.61%

Color #496747 in popluar number systems.

HEX496747
Decimal7310371
Binary100100111001111000111
Octal111147107

Shades and tints

Shades of #496747

#496747
(73,103,71)
#435E41
(67,94,65)
#3D553B
(61,85,59)
#374C35
(55,76,53)
#31432F
(49,67,47)
#2B3A29
(43,58,41)
#253123
(37,49,35)
#1F281D
(31,40,29)
#191F17
(25,31,23)
#131611
(19,22,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #496747

#496747
(73,103,71)
#597457
(89,116,87)
#698167
(105,129,103)
#798E77
(121,142,119)
#899B87
(137,155,135)
#99A897
(153,168,151)
#A9B5A7
(169,181,167)
#B9C2B7
(185,194,183)
#C9CFC7
(201,207,199)
#D9DCD7
(217,220,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496747; }

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

This text font color is #496747.


Background Color

.myBgColor { background-color: #496747; }

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

This div background color is #496747.


Border color

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

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

This div border color is #496747.


Opacity

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

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

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

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

This text has shadow with #496747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496747 on black background.


Color preview on white background

This text has color #496747 on white background.



Black color preview on #496747 background

This text has black color on #496747 background.


White color preview on #496747 background

This text has white color on #496747 background.