COLOR #496C48

HEX: #496C48
RGB: (73,108,72)

Renk bilgisi

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

RGB renk modeli

#496C48 color RGB value is (73,108,72).

  • kırmız ton 73;
  • yeşil ton 108;
  • mavi ton 72.
RGB:
(73,108,72)
(29%,42%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 72 of 255 = 28%

73
108
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 72 = 253 (100%)
R 73 of 253 ~ 28.85%
G 108 of 253 ~ 42.69%
B 72 of 253 ~ 28.46%

%28.85
%42.69
%28.46

CMYK RENK MODELİ

#496C48 rengi CMYK tonu (32,0,33,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 57.65%
CMYK:
(32,0,33,58)
C32M0Y33K58 
(32%,0%,33%,58%)
(0.32/0.00/0.33/0.58)	

CMYK yüzdeleri

%32.41
%0
%33.33
%57.65

Codes

Color #496C48 in popluar color models

496C48
RGB7310872
HSL118°20.00%35.29%
HSB/HSV118°33.33%42.35%
CMYK32.41%0.00%33.33%
57.65%

Color #496C48 in popluar number systems.

HEX496C48
Decimal7310872
Binary100100111011001001000
Octal111154110

Shades and tints

Shades of #496C48

#496C48
(73,108,72)
#436342
(67,99,66)
#3D5A3C
(61,90,60)
#375136
(55,81,54)
#314830
(49,72,48)
#2B3F2A
(43,63,42)
#253624
(37,54,36)
#1F2D1E
(31,45,30)
#192418
(25,36,24)
#131B12
(19,27,18)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #496C48

#496C48
(73,108,72)
#597958
(89,121,88)
#698668
(105,134,104)
#799378
(121,147,120)
#89A088
(137,160,136)
#99AD98
(153,173,152)
#A9BAA8
(169,186,168)
#B9C7B8
(185,199,184)
#C9D4C8
(201,212,200)
#D9E1D8
(217,225,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C48 color. Also use rgb(73,108,72) instead hex code.

Text Font Color

.myTextColor { color: #496C48; }

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

This text font color is #496C48.


Background Color

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

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

This div background color is #496C48.


Border color

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

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

This div border color is #496C48.


Opacity

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

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

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

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

This text has shadow with #496C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C48 on black background.


Color preview on white background

This text has color #496C48 on white background.



Black color preview on #496C48 background

This text has black color on #496C48 background.


White color preview on #496C48 background

This text has white color on #496C48 background.