COLOR #496A12

HEX: #496A12
RGB: (73,106,18)

Color info

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

RGB color model

#496A12 color RGB value is (73,106,18).

  • red value is 73;
  • green value is 106;
  • blue value is 18.
RGB:
(73,106,18)
(29%,42%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 106 of 255 = 42%
B 18 of 255 = 7%

73
106
18

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

Portions of RGB colors in percentages

R + G + B =
73 + 106 + 18 = 197 (100%)
R 73 of 197 ~ 37.06%
G 106 of 197 ~ 53.81%
B 18 of 197 ~ 9.14%

%37.06
%53.81

CMYK color model

#496A12 color CMYK value is (31,0,83,58).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 83.02%
  • key color value is 58.43%
CMYK:
(31,0,83,58)
C31M0Y83K58 
(31%,0%,83%,58%)
(0.31/0.00/0.83/0.58)	

CMYK percentages

%31.13
%0
%83.02
%58.43

Codes

Color #496A12 in popluar color models

496A12
RGB7310618
HSL83°70.97%24.31%
HSB/HSV83°83.02%41.57%
CMYK31.13%0.00%83.02%
58.43%

Color #496A12 in popluar number systems.

HEX496A12
Decimal7310618
Binary1001001110101010010
Octal11115222

Shades and tints

Shades of #496A12

#496A12
(73,106,18)
#436111
(67,97,17)
#3D5810
(61,88,16)
#374F0F
(55,79,15)
#31460E
(49,70,14)
#2B3D0D
(43,61,13)
#25340C
(37,52,12)
#1F2B0B
(31,43,11)
#19220A
(25,34,10)
#131909
(19,25,9)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #496A12

#496A12
(73,106,18)
#597727
(89,119,39)
#69843C
(105,132,60)
#799151
(121,145,81)
#899E66
(137,158,102)
#99AB7B
(153,171,123)
#A9B890
(169,184,144)
#B9C5A5
(185,197,165)
#C9D2BA
(201,210,186)
#D9DFCF
(217,223,207)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A12 color. Also use rgb(73,106,18) instead hex code.

Text Font Color

.myTextColor { color: #496A12; }

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

This text font color is #496A12.


Background Color

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

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

This div background color is #496A12.


Border color

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

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

This div border color is #496A12.


Opacity

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

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

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

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

This text has shadow with #496A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A12 on black background.


Color preview on white background

This text has color #496A12 on white background.



Black color preview on #496A12 background

This text has black color on #496A12 background.


White color preview on #496A12 background

This text has white color on #496A12 background.