COLOR #496D3B

HEX: #496D3B
RGB: (73,109,59)

Color info

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

RGB color model

#496D3B color RGB value is (73,109,59).

  • red value is 73;
  • green value is 109;
  • blue value is 59.
RGB:
(73,109,59)
(29%,43%,23%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 59 of 255 = 23%

73
109
59

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

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 59 = 241 (100%)
R 73 of 241 ~ 30.29%
G 109 of 241 ~ 45.23%
B 59 of 241 ~ 24.48%

%30.29
%45.23
%24.48

CMYK color model

#496D3B color CMYK value is (33,0,46,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 45.87%
  • key color value is 57.25%
CMYK:
(33,0,46,57)
C33M0Y46K57 
(33%,0%,46%,57%)
(0.33/0.00/0.46/0.57)	

CMYK percentages

%33.03
%0
%45.87
%57.25

Codes

Color #496D3B in popluar color models

496D3B
RGB7310959
HSL103°29.76%32.94%
HSB/HSV103°45.87%42.75%
CMYK33.03%0.00%45.87%
57.25%

Color #496D3B in popluar number systems.

HEX496D3B
Decimal7310959
Binary10010011101101111011
Octal11115573

Shades and tints

Shades of #496D3B

#496D3B
(73,109,59)
#436436
(67,100,54)
#3D5B31
(61,91,49)
#37522C
(55,82,44)
#314927
(49,73,39)
#2B4022
(43,64,34)
#25371D
(37,55,29)
#1F2E18
(31,46,24)
#192513
(25,37,19)
#131C0E
(19,28,14)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #496D3B

#496D3B
(73,109,59)
#597A4C
(89,122,76)
#69875D
(105,135,93)
#79946E
(121,148,110)
#89A17F
(137,161,127)
#99AE90
(153,174,144)
#A9BBA1
(169,187,161)
#B9C8B2
(185,200,178)
#C9D5C3
(201,213,195)
#D9E2D4
(217,226,212)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D3B; }

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

This text font color is #496D3B.


Background Color

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

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

This div background color is #496D3B.


Border color

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

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

This div border color is #496D3B.


Opacity

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

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

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

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

This text has shadow with #496D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D3B on black background.


Color preview on white background

This text has color #496D3B on white background.



Black color preview on #496D3B background

This text has black color on #496D3B background.


White color preview on #496D3B background

This text has white color on #496D3B background.