COLOR #496D1C

HEX: #496D1C
RGB: (73,109,28)

Color info

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

RGB color model

#496D1C color RGB value is (73,109,28).

  • red value is 73;
  • green value is 109;
  • blue value is 28.
RGB:
(73,109,28)
(29%,43%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 28 of 255 = 11%

73
109
28

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

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 28 = 210 (100%)
R 73 of 210 ~ 34.76%
G 109 of 210 ~ 51.9%
B 28 of 210 ~ 13.33%

%34.76
%51.9
%13.33

CMYK color model

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

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 74.31%
  • key color value is 57.25%
CMYK:
(33,0,74,57)
C33M0Y74K57 
(33%,0%,74%,57%)
(0.33/0.00/0.74/0.57)	

CMYK percentages

%33.03
%0
%74.31
%57.25

Codes

Color #496D1C in popluar color models

496D1C
RGB7310928
HSL87°59.12%26.86%
HSB/HSV87°74.31%42.75%
CMYK33.03%0.00%74.31%
57.25%

Color #496D1C in popluar number systems.

HEX496D1C
Decimal7310928
Binary1001001110110111100
Octal11115534

Shades and tints

Shades of #496D1C

#496D1C
(73,109,28)
#43641A
(67,100,26)
#3D5B18
(61,91,24)
#375216
(55,82,22)
#314914
(49,73,20)
#2B4012
(43,64,18)
#253710
(37,55,16)
#1F2E0E
(31,46,14)
#19250C
(25,37,12)
#131C0A
(19,28,10)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #496D1C

#496D1C
(73,109,28)
#597A30
(89,122,48)
#698744
(105,135,68)
#799458
(121,148,88)
#89A16C
(137,161,108)
#99AE80
(153,174,128)
#A9BB94
(169,187,148)
#B9C8A8
(185,200,168)
#C9D5BC
(201,213,188)
#D9E2D0
(217,226,208)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D1C; }

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

This text font color is #496D1C.


Background Color

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

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

This div background color is #496D1C.


Border color

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

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

This div border color is #496D1C.


Opacity

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

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

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

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

This text has shadow with #496D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D1C on black background.


Color preview on white background

This text has color #496D1C on white background.



Black color preview on #496D1C background

This text has black color on #496D1C background.


White color preview on #496D1C background

This text has white color on #496D1C background.