COLOR #496D47

HEX: #496D47
RGB: (73,109,71)

Renk bilgisi

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

RGB renk modeli

#496D47 color RGB value is (73,109,71).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 71 of 255 = 28%

73
109
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 71 = 253 (100%)
R 73 of 253 ~ 28.85%
G 109 of 253 ~ 43.08%
B 71 of 253 ~ 28.06%

%28.85
%43.08
%28.06

CMYK RENK MODELİ

#496D47 rengi CMYK tonu (33,0,35,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.00%
  • sarı tonu 34.86%
  • ana renk tonu 57.25%
CMYK:
(33,0,35,57)
C33M0Y35K57 
(33%,0%,35%,57%)
(0.33/0.00/0.35/0.57)	

CMYK yüzdeleri

%33.03
%0
%34.86
%57.25

Codes

Color #496D47 in popluar color models

496D47
RGB7310971
HSL117°21.11%35.29%
HSB/HSV117°34.86%42.75%
CMYK33.03%0.00%34.86%
57.25%

Color #496D47 in popluar number systems.

HEX496D47
Decimal7310971
Binary100100111011011000111
Octal111155107

Shades and tints

Shades of #496D47

#496D47
(73,109,71)
#436441
(67,100,65)
#3D5B3B
(61,91,59)
#375235
(55,82,53)
#31492F
(49,73,47)
#2B4029
(43,64,41)
#253723
(37,55,35)
#1F2E1D
(31,46,29)
#192517
(25,37,23)
#131C11
(19,28,17)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #496D47

#496D47
(73,109,71)
#597A57
(89,122,87)
#698767
(105,135,103)
#799477
(121,148,119)
#89A187
(137,161,135)
#99AE97
(153,174,151)
#A9BBA7
(169,187,167)
#B9C8B7
(185,200,183)
#C9D5C7
(201,213,199)
#D9E2D7
(217,226,215)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D47; }

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

This text font color is #496D47.


Background Color

.myBgColor { background-color: #496D47; }

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

This div background color is #496D47.


Border color

.myBorderColor { border: 1px solid #496D47; }

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

This div border color is #496D47.


Opacity

.myOpacity80 { color: #496D47; opacity: 0.8; }

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

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

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

This text has shadow with #496D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D47 on black background.


Color preview on white background

This text has color #496D47 on white background.



Black color preview on #496D47 background

This text has black color on #496D47 background.


White color preview on #496D47 background

This text has white color on #496D47 background.