COLOR #496632

HEX: #496632
RGB: (73,102,50)

Color info

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

RGB color model

#496632 color RGB value is (73,102,50).

  • red value is 73;
  • green value is 102;
  • blue value is 50.
RGB:
(73,102,50)
(29%,40%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 50 of 255 = 20%

73
102
50

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 50 = 225 (100%)
R 73 of 225 ~ 32.44%
G 102 of 225 ~ 45.33%
B 50 of 225 ~ 22.22%

%32.44
%45.33
%22.22

CMYK color model

#496632 color CMYK value is (28,0,51,60).

  • cyan value is 28.43%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 60.00%
CMYK:
(28,0,51,60)
C28M0Y51K60 
(28%,0%,51%,60%)
(0.28/0.00/0.51/0.60)	

CMYK percentages

%28.43
%0
%50.98
%60

Codes

Color #496632 in popluar color models

496632
RGB7310250
HSL93°34.21%29.80%
HSB/HSV93°50.98%40.00%
CMYK28.43%0.00%50.98%
60.00%

Color #496632 in popluar number systems.

HEX496632
Decimal7310250
Binary10010011100110110010
Octal11114662

Shades and tints

Shades of #496632

#496632
(73,102,50)
#435D2E
(67,93,46)
#3D542A
(61,84,42)
#374B26
(55,75,38)
#314222
(49,66,34)
#2B391E
(43,57,30)
#25301A
(37,48,26)
#1F2716
(31,39,22)
#191E12
(25,30,18)
#13150E
(19,21,14)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #496632

#496632
(73,102,50)
#597344
(89,115,68)
#698056
(105,128,86)
#798D68
(121,141,104)
#899A7A
(137,154,122)
#99A78C
(153,167,140)
#A9B49E
(169,180,158)
#B9C1B0
(185,193,176)
#C9CEC2
(201,206,194)
#D9DBD4
(217,219,212)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496632 color. Also use rgb(73,102,50) instead hex code.

Text Font Color

.myTextColor { color: #496632; }

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

This text font color is #496632.


Background Color

.myBgColor { background-color: #496632; }

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

This div background color is #496632.


Border color

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

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

This div border color is #496632.


Opacity

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

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

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

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

This text has shadow with #496632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496632 on black background.


Color preview on white background

This text has color #496632 on white background.



Black color preview on #496632 background

This text has black color on #496632 background.


White color preview on #496632 background

This text has white color on #496632 background.