COLOR #496032

HEX: #496032
RGB: (73,96,50)

Color info

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

RGB color model

#496032 color RGB value is (73,96,50).

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

RGB channels and saturation

R 73 of 255 = 29%
G 96 of 255 = 38%
B 50 of 255 = 20%

73
96
50

R + G + B ~ 29%. #496032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 96 + 50 = 219 (100%)
R 73 of 219 ~ 33.33%
G 96 of 219 ~ 43.84%
B 50 of 219 ~ 22.83%

%33.33
%43.84
%22.83

CMYK color model

#496032 color CMYK value is (24,0,48,62).

  • cyan value is 23.96%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 62.35%
CMYK:
(24,0,48,62)
C24M0Y48K62 
(24%,0%,48%,62%)
(0.24/0.00/0.48/0.62)	

CMYK percentages

%23.96
%0
%47.92
%62.35

Codes

Color #496032 in popluar color models

496032
RGB739650
HSL90°31.51%28.63%
HSB/HSV90°47.92%37.65%
CMYK23.96%0.00%47.92%
62.35%

Color #496032 in popluar number systems.

HEX496032
Decimal739650
Binary10010011100000110010
Octal11114062

Shades and tints

Shades of #496032

#496032
(73,96,50)
#43582E
(67,88,46)
#3D502A
(61,80,42)
#374826
(55,72,38)
#314022
(49,64,34)
#2B381E
(43,56,30)
#25301A
(37,48,26)
#1F2816
(31,40,22)
#192012
(25,32,18)
#13180E
(19,24,14)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #496032

#496032
(73,96,50)
#596E44
(89,110,68)
#697C56
(105,124,86)
#798A68
(121,138,104)
#89987A
(137,152,122)
#99A68C
(153,166,140)
#A9B49E
(169,180,158)
#B9C2B0
(185,194,176)
#C9D0C2
(201,208,194)
#D9DED4
(217,222,212)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496032; }

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

This text font color is #496032.


Background Color

.myBgColor { background-color: #496032; }

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

This div background color is #496032.


Border color

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

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

This div border color is #496032.


Opacity

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

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

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

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

This text has shadow with #496032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496032 on black background.


Color preview on white background

This text has color #496032 on white background.



Black color preview on #496032 background

This text has black color on #496032 background.


White color preview on #496032 background

This text has white color on #496032 background.