COLOR #496949

HEX: #496949
RGB: (73,105,73)

Color info

#496949 contains red, green and blue colors in about the same proportion. Web safe color of #496949 is #336633 (or #363).

RGB color model

#496949 color RGB value is (73,105,73).

  • red value is 73;
  • green value is 105;
  • blue value is 73.
RGB:
(73,105,73)
(29%,41%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 73 of 255 = 29%

73
105
73

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

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 73 = 251 (100%)
R 73 of 251 ~ 29.08%
G 105 of 251 ~ 41.83%
B 73 of 251 ~ 29.08%

%29.08
%41.83
%29.08

CMYK color model

#496949 color CMYK value is (30,0,30,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(30,0,30,59)
C30M0Y30K59 
(30%,0%,30%,59%)
(0.30/0.00/0.30/0.59)	

CMYK percentages

%30.48
%0
%30.48
%58.82

Codes

Color #496949 in popluar color models

496949
RGB7310573
HSL120°17.98%34.90%
HSB/HSV120°30.48%41.18%
CMYK30.48%0.00%30.48%
58.82%

Color #496949 in popluar number systems.

HEX496949
Decimal7310573
Binary100100111010011001001
Octal111151111

Shades and tints

Shades of #496949

#496949
(73,105,73)
#436043
(67,96,67)
#3D573D
(61,87,61)
#374E37
(55,78,55)
#314531
(49,69,49)
#2B3C2B
(43,60,43)
#253325
(37,51,37)
#1F2A1F
(31,42,31)
#192119
(25,33,25)
#131813
(19,24,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #496949

#496949
(73,105,73)
#597659
(89,118,89)
#698369
(105,131,105)
#799079
(121,144,121)
#899D89
(137,157,137)
#99AA99
(153,170,153)
#A9B7A9
(169,183,169)
#B9C4B9
(185,196,185)
#C9D1C9
(201,209,201)
#D9DED9
(217,222,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496949; }

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

This text font color is #496949.


Background Color

.myBgColor { background-color: #496949; }

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

This div background color is #496949.


Border color

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

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

This div border color is #496949.


Opacity

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

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

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

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

This text has shadow with #496949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496949 on black background.


Color preview on white background

This text has color #496949 on white background.



Black color preview on #496949 background

This text has black color on #496949 background.


White color preview on #496949 background

This text has white color on #496949 background.