COLOR #496405

HEX: #496405
RGB: (73,100,5)

Color info

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

RGB color model

#496405 color RGB value is (73,100,5).

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

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 5 of 255 = 2%

73
100
5

R + G + B ~ 23%. #496405 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 5 = 178 (100%)
R 73 of 178 ~ 41.01%
G 100 of 178 ~ 56.18%
B 5 of 178 ~ 2.81%

%41.01
%56.18

CMYK color model

#496405 color CMYK value is (27,0,95,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 60.78%
CMYK:
(27,0,95,61)
C27M0Y95K61 
(27%,0%,95%,61%)
(0.27/0.00/0.95/0.61)	

CMYK percentages

%27
%0
%95
%60.78

Codes

Color #496405 in popluar color models

496405
RGB731005
HSL77°90.48%20.59%
HSB/HSV77°95.00%39.22%
CMYK27.00%0.00%95.00%
60.78%

Color #496405 in popluar number systems.

HEX496405
Decimal731005
Binary10010011100100101
Octal1111445

Shades and tints

Shades of #496405

#496405
(73,100,5)
#435B05
(67,91,5)
#3D5205
(61,82,5)
#374905
(55,73,5)
#314005
(49,64,5)
#2B3705
(43,55,5)
#252E05
(37,46,5)
#1F2505
(31,37,5)
#191C05
(25,28,5)
#131305
(19,19,5)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #496405

#496405
(73,100,5)
#59721B
(89,114,27)
#698031
(105,128,49)
#798E47
(121,142,71)
#899C5D
(137,156,93)
#99AA73
(153,170,115)
#A9B889
(169,184,137)
#B9C69F
(185,198,159)
#C9D4B5
(201,212,181)
#D9E2CB
(217,226,203)
#E9F0E1
(233,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496405; }

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

This text font color is #496405.


Background Color

.myBgColor { background-color: #496405; }

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

This div background color is #496405.


Border color

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

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

This div border color is #496405.


Opacity

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

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

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

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

This text has shadow with #496405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496405 on black background.


Color preview on white background

This text has color #496405 on white background.



Black color preview on #496405 background

This text has black color on #496405 background.


White color preview on #496405 background

This text has white color on #496405 background.