COLOR #496418

HEX: #496418
RGB: (73,100,24)

Color info

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

RGB color model

#496418 color RGB value is (73,100,24).

  • red value is 73;
  • green value is 100;
  • blue value is 24.
RGB:
(73,100,24)
(29%,39%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 24 of 255 = 9%

73
100
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 24 = 197 (100%)
R 73 of 197 ~ 37.06%
G 100 of 197 ~ 50.76%
B 24 of 197 ~ 12.18%

%37.06
%50.76
%12.18

CMYK color model

#496418 color CMYK value is (27,0,76,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 60.78%
CMYK:
(27,0,76,61)
C27M0Y76K61 
(27%,0%,76%,61%)
(0.27/0.00/0.76/0.61)	

CMYK percentages

%27
%0
%76
%60.78

Codes

Color #496418 in popluar color models

496418
RGB7310024
HSL81°61.29%24.31%
HSB/HSV81°76.00%39.22%
CMYK27.00%0.00%76.00%
60.78%

Color #496418 in popluar number systems.

HEX496418
Decimal7310024
Binary1001001110010011000
Octal11114430

Shades and tints

Shades of #496418

#496418
(73,100,24)
#435B16
(67,91,22)
#3D5214
(61,82,20)
#374912
(55,73,18)
#314010
(49,64,16)
#2B370E
(43,55,14)
#252E0C
(37,46,12)
#1F250A
(31,37,10)
#191C08
(25,28,8)
#131306
(19,19,6)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #496418

#496418
(73,100,24)
#59722D
(89,114,45)
#698042
(105,128,66)
#798E57
(121,142,87)
#899C6C
(137,156,108)
#99AA81
(153,170,129)
#A9B896
(169,184,150)
#B9C6AB
(185,198,171)
#C9D4C0
(201,212,192)
#D9E2D5
(217,226,213)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496418 color. Also use rgb(73,100,24) instead hex code.

Text Font Color

.myTextColor { color: #496418; }

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

This text font color is #496418.


Background Color

.myBgColor { background-color: #496418; }

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

This div background color is #496418.


Border color

.myBorderColor { border: 1px solid #496418; }

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

This div border color is #496418.


Opacity

.myOpacity80 { color: #496418; opacity: 0.8; }

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

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

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

This text has shadow with #496418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496418 on black background.


Color preview on white background

This text has color #496418 on white background.



Black color preview on #496418 background

This text has black color on #496418 background.


White color preview on #496418 background

This text has white color on #496418 background.