COLOR #496049

HEX: #496049
RGB: (73,96,73)

Renk bilgisi

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

RGB renk modeli

#496049 color RGB value is (73,96,73).

  • kırmız ton 73;
  • yeşil ton 96;
  • mavi ton 73.
RGB:
(73,96,73)
(29%,38%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 96 of 255 = 38%
B 73 of 255 = 29%

73
96
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 96 + 73 = 242 (100%)
R 73 of 242 ~ 30.17%
G 96 of 242 ~ 39.67%
B 73 of 242 ~ 30.17%

%30.17
%39.67
%30.17

CMYK RENK MODELİ

#496049 rengi CMYK tonu (24,0,24,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(24,0,24,62)
C24M0Y24K62 
(24%,0%,24%,62%)
(0.24/0.00/0.24/0.62)	

CMYK yüzdeleri

%23.96
%0
%23.96
%62.35

Codes

Color #496049 in popluar color models

496049
RGB739673
HSL120°13.61%33.14%
HSB/HSV120°23.96%37.65%
CMYK23.96%0.00%23.96%
62.35%

Color #496049 in popluar number systems.

HEX496049
Decimal739673
Binary100100111000001001001
Octal111140111

Shades and tints

Shades of #496049

#496049
(73,96,73)
#435843
(67,88,67)
#3D503D
(61,80,61)
#374837
(55,72,55)
#314031
(49,64,49)
#2B382B
(43,56,43)
#253025
(37,48,37)
#1F281F
(31,40,31)
#192019
(25,32,25)
#131813
(19,24,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #496049

#496049
(73,96,73)
#596E59
(89,110,89)
#697C69
(105,124,105)
#798A79
(121,138,121)
#899889
(137,152,137)
#99A699
(153,166,153)
#A9B4A9
(169,180,169)
#B9C2B9
(185,194,185)
#C9D0C9
(201,208,201)
#D9DED9
(217,222,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496049; }

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

This text font color is #496049.


Background Color

.myBgColor { background-color: #496049; }

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

This div background color is #496049.


Border color

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

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

This div border color is #496049.


Opacity

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

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

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

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

This text has shadow with #496049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496049 on black background.


Color preview on white background

This text has color #496049 on white background.



Black color preview on #496049 background

This text has black color on #496049 background.


White color preview on #496049 background

This text has white color on #496049 background.