COLOR #496C49

HEX: #496C49
RGB: (73,108,73)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
108
73

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

Portions of RGB colors in percentages

R + G + B =
73 + 108 + 73 = 254 (100%)
R 73 of 254 ~ 28.74%
G 108 of 254 ~ 42.52%
B 73 of 254 ~ 28.74%

%28.74
%42.52
%28.74

CMYK color model

#496C49 color CMYK value is (32,0,32,58).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(32,0,32,58)
C32M0Y32K58 
(32%,0%,32%,58%)
(0.32/0.00/0.32/0.58)	

CMYK percentages

%32.41
%0
%32.41
%57.65

Codes

Color #496C49 in popluar color models

496C49
RGB7310873
HSL120°19.34%35.49%
HSB/HSV120°32.41%42.35%
CMYK32.41%0.00%32.41%
57.65%

Color #496C49 in popluar number systems.

HEX496C49
Decimal7310873
Binary100100111011001001001
Octal111154111

Shades and tints

Shades of #496C49

#496C49
(73,108,73)
#436343
(67,99,67)
#3D5A3D
(61,90,61)
#375137
(55,81,55)
#314831
(49,72,49)
#2B3F2B
(43,63,43)
#253625
(37,54,37)
#1F2D1F
(31,45,31)
#192419
(25,36,25)
#131B13
(19,27,19)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #496C49

#496C49
(73,108,73)
#597959
(89,121,89)
#698669
(105,134,105)
#799379
(121,147,121)
#89A089
(137,160,137)
#99AD99
(153,173,153)
#A9BAA9
(169,186,169)
#B9C7B9
(185,199,185)
#C9D4C9
(201,212,201)
#D9E1D9
(217,225,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496C49; }

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

This text font color is #496C49.


Background Color

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

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

This div background color is #496C49.


Border color

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

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

This div border color is #496C49.


Opacity

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

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

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

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

This text has shadow with #496C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C49 on black background.


Color preview on white background

This text has color #496C49 on white background.



Black color preview on #496C49 background

This text has black color on #496C49 background.


White color preview on #496C49 background

This text has white color on #496C49 background.