COLOR #496E2E

HEX: #496E2E
RGB: (73,110,46)

Color info

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

RGB color model

#496E2E color RGB value is (73,110,46).

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

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 46 of 255 = 18%

73
110
46

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

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 46 = 229 (100%)
R 73 of 229 ~ 31.88%
G 110 of 229 ~ 48.03%
B 46 of 229 ~ 20.09%

%31.88
%48.03
%20.09

CMYK color model

#496E2E color CMYK value is (34,0,58,57).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(34,0,58,57)
C34M0Y58K57 
(34%,0%,58%,57%)
(0.34/0.00/0.58/0.57)	

CMYK percentages

%33.64
%0
%58.18
%56.86

Codes

Color #496E2E in popluar color models

496E2E
RGB7311046
HSL95°41.03%30.59%
HSB/HSV95°58.18%43.14%
CMYK33.64%0.00%58.18%
56.86%

Color #496E2E in popluar number systems.

HEX496E2E
Decimal7311046
Binary10010011101110101110
Octal11115656

Shades and tints

Shades of #496E2E

#496E2E
(73,110,46)
#43642A
(67,100,42)
#3D5A26
(61,90,38)
#375022
(55,80,34)
#31461E
(49,70,30)
#2B3C1A
(43,60,26)
#253216
(37,50,22)
#1F2812
(31,40,18)
#191E0E
(25,30,14)
#13140A
(19,20,10)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #496E2E

#496E2E
(73,110,46)
#597B41
(89,123,65)
#698854
(105,136,84)
#799567
(121,149,103)
#89A27A
(137,162,122)
#99AF8D
(153,175,141)
#A9BCA0
(169,188,160)
#B9C9B3
(185,201,179)
#C9D6C6
(201,214,198)
#D9E3D9
(217,227,217)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E2E; }

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

This text font color is #496E2E.


Background Color

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

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

This div background color is #496E2E.


Border color

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

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

This div border color is #496E2E.


Opacity

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

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

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

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

This text has shadow with #496E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E2E on black background.


Color preview on white background

This text has color #496E2E on white background.



Black color preview on #496E2E background

This text has black color on #496E2E background.


White color preview on #496E2E background

This text has white color on #496E2E background.