COLOR #496E1E

HEX: #496E1E RGB: (73,110,30)

Color info

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

RGB color model

#496E1E color RGB value is (73,110,30).

RGB: (73,110,30) (29%, 43%, 12%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 30 of 255 = 12%

73
110
30

R + G + B ~ 28%. #496E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 110 + 30 = 213 (100%)
R 73 of 213 ~ 34.27%
G 110 of 213 ~ 51.64%
B 30 of 213 ~ 14.08'%

%34.27
%51.64
%14.08

CMYK color model

#496E1E color CMYK value is (34,0,73,57).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 56.86%

CMYK: (34,0,73,57)
C34M0Y73K57 (34%, 0%, 73%, 57%)
(0.34 / 0.00 / 0.73 / 0.57)

CMYK percentages

%33.64
%0
%72.73
%56.86

Codes

Color #496E1E in popluar color models

49 6E 1E
RGB 73 110 30
HSL 88° 57.14% 27.45%
HSB/HSV 88° 72.73% 43.14%
CMYK 33.64% 0.00% 72.73%
56.86%

Color #496E1E in popluar number systems.

HEX 49 6E 1E
Decimal 73 110 30
Binary 1001001 1101110 11110
Octal 111 156 36

Shades and tints

Shades of #496E1E

#496E1E
(73,110,30)
#43641C
(67,100,28)
#3D5A1A
(61,90,26)
#375018
(55,80,24)
#314616
(49,70,22)
#2B3C14
(43,60,20)
#253212
(37,50,18)
#1F2810
(31,40,16)
#191E0E
(25,30,14)
#13140C
(19,20,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #496E1E

#496E1E
(73,110,30)
#597B32
(89,123,50)
#698846
(105,136,70)
#79955A
(121,149,90)
#89A26E
(137,162,110)
#99AF82
(153,175,130)
#A9BC96
(169,188,150)
#B9C9AA
(185,201,170)
#C9D6BE
(201,214,190)
#D9E3D2
(217,227,210)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E1E color. Also use rgb(73,110,30) instead hex code.

Text Font Color

.myTextColor { color: #496E1E; }

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

This text font color is #496E1E.

Background Color

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

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

This div background color is #496E1E.

Border color

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

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

This div border color is #496E1E.

Opacity

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

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

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

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

This text has shadow with #496E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496E1E.

Preview

Color preview on black background

This text has color #496E1E on black background.


Color preview on white background

This text has color #496E1E on white background.


Black color preview on #496E1E background

This text has black color on #496E1E background.


White color preview on #496E1E background

This text has white color on #496E1E background.


Related colors

Complementary color

Complementary color for #hex is #B691E1.


I love getcolorcode.com

Triadic colors

1 #1E496E and #6E1E49 with #496E1E are triadic colors.

2 #1E6E49 and #6E491E with #496E1E are triadic colors.