COLOR #496346

HEX: #496346
RGB: (73,99,70)

Color info

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

RGB color model

#496346 color RGB value is (73,99,70).

  • red value is 73;
  • green value is 99;
  • blue value is 70.
RGB:
(73,99,70)
(29%,39%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 70 of 255 = 27%

73
99
70

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

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 70 = 242 (100%)
R 73 of 242 ~ 30.17%
G 99 of 242 ~ 40.91%
B 70 of 242 ~ 28.93%

%30.17
%40.91
%28.93

CMYK color model

#496346 color CMYK value is (26,0,29,61).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(26,0,29,61)
C26M0Y29K61 
(26%,0%,29%,61%)
(0.26/0.00/0.29/0.61)	

CMYK percentages

%26.26
%0
%29.29
%61.18

Codes

Color #496346 in popluar color models

496346
RGB739970
HSL114°17.16%33.14%
HSB/HSV114°29.29%38.82%
CMYK26.26%0.00%29.29%
61.18%

Color #496346 in popluar number systems.

HEX496346
Decimal739970
Binary100100111000111000110
Octal111143106

Shades and tints

Shades of #496346

#496346
(73,99,70)
#435A40
(67,90,64)
#3D513A
(61,81,58)
#374834
(55,72,52)
#313F2E
(49,63,46)
#2B3628
(43,54,40)
#252D22
(37,45,34)
#1F241C
(31,36,28)
#191B16
(25,27,22)
#131210
(19,18,16)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #496346

#496346
(73,99,70)
#597156
(89,113,86)
#697F66
(105,127,102)
#798D76
(121,141,118)
#899B86
(137,155,134)
#99A996
(153,169,150)
#A9B7A6
(169,183,166)
#B9C5B6
(185,197,182)
#C9D3C6
(201,211,198)
#D9E1D6
(217,225,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496346; }

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

This text font color is #496346.


Background Color

.myBgColor { background-color: #496346; }

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

This div background color is #496346.


Border color

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

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

This div border color is #496346.


Opacity

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

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

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

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

This text has shadow with #496346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496346 on black background.


Color preview on white background

This text has color #496346 on white background.



Black color preview on #496346 background

This text has black color on #496346 background.


White color preview on #496346 background

This text has white color on #496346 background.