COLOR #496E31

HEX: #496E31
RGB: (73,110,49)

Color info

#496E31 contains mainly red and green colors. Web safe color of #496E31 is #336633 (or #363).

RGB color model

#496E31 color RGB value is (73,110,49).

  • red value is 73;
  • green value is 110;
  • blue value is 49.
RGB:
(73,110,49)
(29%,43%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 49 of 255 = 19%

73
110
49

R + G + B ~ 30%. #496E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 49 = 232 (100%)
R 73 of 232 ~ 31.47%
G 110 of 232 ~ 47.41%
B 49 of 232 ~ 21.12%

%31.47
%47.41
%21.12

CMYK color model

#496E31 color CMYK value is (34,0,55,57).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 56.86%
CMYK:
(34,0,55,57)
C34M0Y55K57 
(34%,0%,55%,57%)
(0.34/0.00/0.55/0.57)	

CMYK percentages

%33.64
%0
%55.45
%56.86

Codes

Color #496E31 in popluar color models

496E31
RGB7311049
HSL96°38.36%31.18%
HSB/HSV96°55.45%43.14%
CMYK33.64%0.00%55.45%
56.86%

Color #496E31 in popluar number systems.

HEX496E31
Decimal7311049
Binary10010011101110110001
Octal11115661

Shades and tints

Shades of #496E31

#496E31
(73,110,49)
#43642D
(67,100,45)
#3D5A29
(61,90,41)
#375025
(55,80,37)
#314621
(49,70,33)
#2B3C1D
(43,60,29)
#253219
(37,50,25)
#1F2815
(31,40,21)
#191E11
(25,30,17)
#13140D
(19,20,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #496E31

#496E31
(73,110,49)
#597B43
(89,123,67)
#698855
(105,136,85)
#799567
(121,149,103)
#89A279
(137,162,121)
#99AF8B
(153,175,139)
#A9BC9D
(169,188,157)
#B9C9AF
(185,201,175)
#C9D6C1
(201,214,193)
#D9E3D3
(217,227,211)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E31; }

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

This text font color is #496E31.


Background Color

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

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

This div background color is #496E31.


Border color

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

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

This div border color is #496E31.


Opacity

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

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

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

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

This text has shadow with #496E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E31 on black background.


Color preview on white background

This text has color #496E31 on white background.



Black color preview on #496E31 background

This text has black color on #496E31 background.


White color preview on #496E31 background

This text has white color on #496E31 background.