COLOR #495106

HEX: #495106 RGB: (73,81,6)

Color info

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

RGB color model

#495106 color RGB value is (73,81,6).

RGB: (73,81,6) (29%, 32%, 2%)

RGB channels and saturation

R 73 of 255 = 29%
G 81 of 255 = 32%
B 6 of 255 = 2%

73
81
6

R + G + B ~ 21%. #495106 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 81 + 6 = 160 (100%)
R 73 of 160 ~ 45.63%
G 81 of 160 ~ 50.63%
B 6 of 160 ~ 3.75'%

%45.63
%50.63

CMYK color model

#495106 color CMYK value is (10,0,93,68).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 92.59%
  • key color value is 68.24%

CMYK: (10,0,93,68)
C10M0Y93K68 (10%, 0%, 93%, 68%)
(0.10 / 0.00 / 0.93 / 0.68)

CMYK percentages

%9.88
%0
%92.59
%68.24

Codes

Color #495106 in popluar color models

49 51 06
RGB 73 81 6
HSL 66° 86.21% 17.06%
HSB/HSV 66° 92.59% 31.76%
CMYK 9.88% 0.00% 92.59%
68.24%

Color #495106 in popluar number systems.

HEX 49 51 06
Decimal 73 81 6
Binary 1001001 1010001 110
Octal 111 121 6

Shades and tints

Shades of #495106

#495106
(73,81,6)
#434A06
(67,74,6)
#3D4306
(61,67,6)
#373C06
(55,60,6)
#313506
(49,53,6)
#2B2E06
(43,46,6)
#252706
(37,39,6)
#1F2006
(31,32,6)
#191906
(25,25,6)
#131206
(19,18,6)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #495106

#495106
(73,81,6)
#59601C
(89,96,28)
#696F32
(105,111,50)
#797E48
(121,126,72)
#898D5E
(137,141,94)
#999C74
(153,156,116)
#A9AB8A
(169,171,138)
#B9BAA0
(185,186,160)
#C9C9B6
(201,201,182)
#D9D8CC
(217,216,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495106 color. Also use rgb(73,81,6) instead hex code.

Text Font Color

.myTextColor { color: #495106; }

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

This text font color is #495106.

Background Color

.myBgColor { background-color: #495106; }

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

This div background color is #495106.

Border color

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

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

This div border color is #495106.

Opacity

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

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

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

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

This text has shadow with #495106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495106.

Preview

Color preview on black background

This text has color #495106 on black background.


Color preview on white background

This text has color #495106 on white background.


Black color preview on #495106 background

This text has black color on #495106 background.


White color preview on #495106 background

This text has white color on #495106 background.


Related colors

Complementary color

Complementary color for #hex is #B6AEF9.


I love getcolorcode.com

Triadic colors

1 #064951 and #510649 with #495106 are triadic colors.

2 #065149 and #514906 with #495106 are triadic colors.