COLOR #496937

HEX: #496937
RGB: (73,105,55)

Color info

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

RGB color model

#496937 color RGB value is (73,105,55).

  • red value is 73;
  • green value is 105;
  • blue value is 55.
RGB:
(73,105,55)
(29%,41%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 55 of 255 = 22%

73
105
55

R + G + B ~ 31%. #496937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 55 = 233 (100%)
R 73 of 233 ~ 31.33%
G 105 of 233 ~ 45.06%
B 55 of 233 ~ 23.61%

%31.33
%45.06
%23.61

CMYK color model

#496937 color CMYK value is (30,0,48,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 58.82%
CMYK:
(30,0,48,59)
C30M0Y48K59 
(30%,0%,48%,59%)
(0.30/0.00/0.48/0.59)	

CMYK percentages

%30.48
%0
%47.62
%58.82

Codes

Color #496937 in popluar color models

496937
RGB7310555
HSL98°31.25%31.37%
HSB/HSV98°47.62%41.18%
CMYK30.48%0.00%47.62%
58.82%

Color #496937 in popluar number systems.

HEX496937
Decimal7310555
Binary10010011101001110111
Octal11115167

Shades and tints

Shades of #496937

#496937
(73,105,55)
#436032
(67,96,50)
#3D572D
(61,87,45)
#374E28
(55,78,40)
#314523
(49,69,35)
#2B3C1E
(43,60,30)
#253319
(37,51,25)
#1F2A14
(31,42,20)
#19210F
(25,33,15)
#13180A
(19,24,10)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #496937

#496937
(73,105,55)
#597649
(89,118,73)
#69835B
(105,131,91)
#79906D
(121,144,109)
#899D7F
(137,157,127)
#99AA91
(153,170,145)
#A9B7A3
(169,183,163)
#B9C4B5
(185,196,181)
#C9D1C7
(201,209,199)
#D9DED9
(217,222,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496937 color. Also use rgb(73,105,55) instead hex code.

Text Font Color

.myTextColor { color: #496937; }

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

This text font color is #496937.


Background Color

.myBgColor { background-color: #496937; }

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

This div background color is #496937.


Border color

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

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

This div border color is #496937.


Opacity

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

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

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

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

This text has shadow with #496937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496937 on black background.


Color preview on white background

This text has color #496937 on white background.



Black color preview on #496937 background

This text has black color on #496937 background.


White color preview on #496937 background

This text has white color on #496937 background.