COLOR #496347

HEX: #496347
RGB: (73,99,71)

Color info

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

RGB color model

#496347 color RGB value is (73,99,71).

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

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 71 of 255 = 28%

73
99
71

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

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 71 = 243 (100%)
R 73 of 243 ~ 30.04%
G 99 of 243 ~ 40.74%
B 71 of 243 ~ 29.22%

%30.04
%40.74
%29.22

CMYK color model

#496347 color CMYK value is (26,0,28,61).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(26,0,28,61)
C26M0Y28K61 
(26%,0%,28%,61%)
(0.26/0.00/0.28/0.61)	

CMYK percentages

%26.26
%0
%28.28
%61.18

Codes

Color #496347 in popluar color models

496347
RGB739971
HSL116°16.47%33.33%
HSB/HSV116°28.28%38.82%
CMYK26.26%0.00%28.28%
61.18%

Color #496347 in popluar number systems.

HEX496347
Decimal739971
Binary100100111000111000111
Octal111143107

Shades and tints

Shades of #496347

#496347
(73,99,71)
#435A41
(67,90,65)
#3D513B
(61,81,59)
#374835
(55,72,53)
#313F2F
(49,63,47)
#2B3629
(43,54,41)
#252D23
(37,45,35)
#1F241D
(31,36,29)
#191B17
(25,27,23)
#131211
(19,18,17)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #496347

#496347
(73,99,71)
#597157
(89,113,87)
#697F67
(105,127,103)
#798D77
(121,141,119)
#899B87
(137,155,135)
#99A997
(153,169,151)
#A9B7A7
(169,183,167)
#B9C5B7
(185,197,183)
#C9D3C7
(201,211,199)
#D9E1D7
(217,225,215)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496347; }

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

This text font color is #496347.


Background Color

.myBgColor { background-color: #496347; }

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

This div background color is #496347.


Border color

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

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

This div border color is #496347.


Opacity

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

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

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

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

This text has shadow with #496347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496347 on black background.


Color preview on white background

This text has color #496347 on white background.



Black color preview on #496347 background

This text has black color on #496347 background.


White color preview on #496347 background

This text has white color on #496347 background.