COLOR #496D2F

HEX: #496D2F RGB: (73,109,47)

Color info

#496D2F contains mainly red and green colors. Web safe color of #496D2F is #336633 (or #363).

RGB color model

#496D2F color RGB value is (73,109,47).

RGB: (73,109,47) (29%, 43%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 47 of 255 = 18%

73
109
47

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

Portions of RGB colors in percentages

R + G + B = 73 + 109 + 47 = 229 (100%)
R 73 of 229 ~ 31.88%
G 109 of 229 ~ 47.6%
B 47 of 229 ~ 20.52'%

%31.88
%47.6
%20.52

CMYK color model

#496D2F color CMYK value is (33,0,57,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 56.88%
  • key color value is 57.25%

CMYK: (33,0,57,57)
C33M0Y57K57 (33%, 0%, 57%, 57%)
(0.33 / 0.00 / 0.57 / 0.57)

CMYK percentages

%33.03
%0
%56.88
%57.25

Codes

Color #496D2F in popluar color models

49 6D 2F
RGB 73 109 47
HSL 95° 39.74% 30.59%
HSB/HSV 95° 56.88% 42.75%
CMYK 33.03% 0.00% 56.88%
57.25%

Color #496D2F in popluar number systems.

HEX 49 6D 2F
Decimal 73 109 47
Binary 1001001 1101101 101111
Octal 111 155 57

Shades and tints

Shades of #496D2F

#496D2F
(73,109,47)
#43642B
(67,100,43)
#3D5B27
(61,91,39)
#375223
(55,82,35)
#31491F
(49,73,31)
#2B401B
(43,64,27)
#253717
(37,55,23)
#1F2E13
(31,46,19)
#19250F
(25,37,15)
#131C0B
(19,28,11)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #496D2F

#496D2F
(73,109,47)
#597A41
(89,122,65)
#698753
(105,135,83)
#799465
(121,148,101)
#89A177
(137,161,119)
#99AE89
(153,174,137)
#A9BB9B
(169,187,155)
#B9C8AD
(185,200,173)
#C9D5BF
(201,213,191)
#D9E2D1
(217,226,209)
#E9EFE3
(233,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D2F color. Also use rgb(73,109,47) instead hex code.

Text Font Color

.myTextColor { color: #496D2F; }

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

This text font color is #496D2F.

Background Color

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

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

This div background color is #496D2F.

Border color

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

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

This div border color is #496D2F.

Opacity

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

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

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

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

This text has shadow with #496D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496D2F.

Preview

Color preview on black background

This text has color #496D2F on black background.


Color preview on white background

This text has color #496D2F on white background.


Black color preview on #496D2F background

This text has black color on #496D2F background.


White color preview on #496D2F background

This text has white color on #496D2F background.


Related colors

Complementary color

Complementary color for #hex is #B692D0.


I love getcolorcode.com

Triadic colors

1 #2F496D and #6D2F49 with #496D2F are triadic colors.

2 #2F6D49 and #6D492F with #496D2F are triadic colors.