COLOR #496E10

HEX: #496E10 RGB: (73,110,16)

Color info

#496E10 contains mainly red and green colors. Web safe color of #496E10 is #336600 (or #360).

RGB color model

#496E10 color RGB value is (73,110,16).

RGB: (73,110,16) (29%, 43%, 6%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 16 of 255 = 6%

73
110
16

R + G + B ~ 26%. #496E10 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 110 + 16 = 199 (100%)
R 73 of 199 ~ 36.68%
G 110 of 199 ~ 55.28%
B 16 of 199 ~ 8.04'%

%36.68
%55.28

CMYK color model

#496E10 color CMYK value is (34,0,85,57).

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

CMYK: (34,0,85,57)
C34M0Y85K57 (34%, 0%, 85%, 57%)
(0.34 / 0.00 / 0.85 / 0.57)

CMYK percentages

%33.64
%0
%85.45
%56.86

Codes

Color #496E10 in popluar color models

49 6E 10
RGB 73 110 16
HSL 84° 74.60% 24.71%
HSB/HSV 84° 85.45% 43.14%
CMYK 33.64% 0.00% 85.45%
56.86%

Color #496E10 in popluar number systems.

HEX 49 6E 10
Decimal 73 110 16
Binary 1001001 1101110 10000
Octal 111 156 20

Shades and tints

Shades of #496E10

#496E10
(73,110,16)
#43640F
(67,100,15)
#3D5A0E
(61,90,14)
#37500D
(55,80,13)
#31460C
(49,70,12)
#2B3C0B
(43,60,11)
#25320A
(37,50,10)
#1F2809
(31,40,9)
#191E08
(25,30,8)
#131407
(19,20,7)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #496E10

#496E10
(73,110,16)
#597B25
(89,123,37)
#69883A
(105,136,58)
#79954F
(121,149,79)
#89A264
(137,162,100)
#99AF79
(153,175,121)
#A9BC8E
(169,188,142)
#B9C9A3
(185,201,163)
#C9D6B8
(201,214,184)
#D9E3CD
(217,227,205)
#E9F0E2
(233,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E10; }

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

This text font color is #496E10.

Background Color

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

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

This div background color is #496E10.

Border color

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

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

This div border color is #496E10.

Opacity

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

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

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

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

This text has shadow with #496E10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #496E10.

Preview

Color preview on black background

This text has color #496E10 on black background.


Color preview on white background

This text has color #496E10 on white background.


Black color preview on #496E10 background

This text has black color on #496E10 background.


White color preview on #496E10 background

This text has white color on #496E10 background.


Related colors

Complementary color

Complementary color for #hex is #B691EF.


I love getcolorcode.com

Triadic colors

1 #10496E and #6E1049 with #496E10 are triadic colors.

2 #106E49 and #6E4910 with #496E10 are triadic colors.