COLOR #496B3F

HEX: #496B3F RGB: (73,107,63)

Color info

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

RGB color model

#496B3F color RGB value is (73,107,63).

RGB: (73,107,63) (29%, 42%, 25%)

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 63 of 255 = 25%

73
107
63

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

Portions of RGB colors in percentages

R + G + B = 73 + 107 + 63 = 243 (100%)
R 73 of 243 ~ 30.04%
G 107 of 243 ~ 44.03%
B 63 of 243 ~ 25.93'%

%30.04
%44.03
%25.93

CMYK color model

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

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 58.04%

CMYK: (32,0,41,58)
C32M0Y41K58 (32%, 0%, 41%, 58%)
(0.32 / 0.00 / 0.41 / 0.58)

CMYK percentages

%31.78
%0
%41.12
%58.04

Codes

Color #496B3F in popluar color models

49 6B 3F
RGB 73 107 63
HSL 106° 25.88% 33.33%
HSB/HSV 106° 41.12% 41.96%
CMYK 31.78% 0.00% 41.12%
58.04%

Color #496B3F in popluar number systems.

HEX 49 6B 3F
Decimal 73 107 63
Binary 1001001 1101011 111111
Octal 111 153 77

Shades and tints

Shades of #496B3F

#496B3F
(73,107,63)
#43623A
(67,98,58)
#3D5935
(61,89,53)
#375030
(55,80,48)
#31472B
(49,71,43)
#2B3E26
(43,62,38)
#253521
(37,53,33)
#1F2C1C
(31,44,28)
#192317
(25,35,23)
#131A12
(19,26,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #496B3F

#496B3F
(73,107,63)
#597850
(89,120,80)
#698561
(105,133,97)
#799272
(121,146,114)
#899F83
(137,159,131)
#99AC94
(153,172,148)
#A9B9A5
(169,185,165)
#B9C6B6
(185,198,182)
#C9D3C7
(201,211,199)
#D9E0D8
(217,224,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496B3F color. Also use rgb(73,107,63) instead hex code.

Text Font Color

.myTextColor { color: #496B3F; }

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

This text font color is #496B3F.

Background Color

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

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

This div background color is #496B3F.

Border color

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

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

This div border color is #496B3F.

Opacity

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

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

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

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

This text has shadow with #496B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496B3F.

Preview

Color preview on black background

This text has color #496B3F on black background.


Color preview on white background

This text has color #496B3F on white background.


Black color preview on #496B3F background

This text has black color on #496B3F background.


White color preview on #496B3F background

This text has white color on #496B3F background.


Related colors

Complementary color

Complementary color for #hex is #B694C0.


I love getcolorcode.com

Triadic colors

1 #3F496B and #6B3F49 with #496B3F are triadic colors.

2 #3F6B49 and #6B493F with #496B3F are triadic colors.