COLOR #496C40

HEX: #496C40
RGB: (73,108,64)

Color info

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

RGB color model

#496C40 color RGB value is (73,108,64).

  • red value is 73;
  • green value is 108;
  • blue value is 64.
RGB:
(73,108,64)
(29%,42%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 108 of 255 = 42%
B 64 of 255 = 25%

73
108
64

R + G + B ~ 32%. #496C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 108 + 64 = 245 (100%)
R 73 of 245 ~ 29.8%
G 108 of 245 ~ 44.08%
B 64 of 245 ~ 26.12%

%29.8
%44.08
%26.12

CMYK color model

#496C40 color CMYK value is (32,0,41,58).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK:
(32,0,41,58)
C32M0Y41K58 
(32%,0%,41%,58%)
(0.32/0.00/0.41/0.58)	

CMYK percentages

%32.41
%0
%40.74
%57.65

Codes

Color #496C40 in popluar color models

496C40
RGB7310864
HSL108°25.58%33.73%
HSB/HSV108°40.74%42.35%
CMYK32.41%0.00%40.74%
57.65%

Color #496C40 in popluar number systems.

HEX496C40
Decimal7310864
Binary100100111011001000000
Octal111154100

Shades and tints

Shades of #496C40

#496C40
(73,108,64)
#43633B
(67,99,59)
#3D5A36
(61,90,54)
#375131
(55,81,49)
#31482C
(49,72,44)
#2B3F27
(43,63,39)
#253622
(37,54,34)
#1F2D1D
(31,45,29)
#192418
(25,36,24)
#131B13
(19,27,19)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #496C40

#496C40
(73,108,64)
#597951
(89,121,81)
#698662
(105,134,98)
#799373
(121,147,115)
#89A084
(137,160,132)
#99AD95
(153,173,149)
#A9BAA6
(169,186,166)
#B9C7B7
(185,199,183)
#C9D4C8
(201,212,200)
#D9E1D9
(217,225,217)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C40 color. Also use rgb(73,108,64) instead hex code.

Text Font Color

.myTextColor { color: #496C40; }

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

This text font color is #496C40.


Background Color

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

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

This div background color is #496C40.


Border color

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

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

This div border color is #496C40.


Opacity

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

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

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

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

This text has shadow with #496C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C40 on black background.


Color preview on white background

This text has color #496C40 on white background.



Black color preview on #496C40 background

This text has black color on #496C40 background.


White color preview on #496C40 background

This text has white color on #496C40 background.