COLOR #494A16

HEX: #494A16
RGB: (73,74,22)

Color info

#494A16 contains red, green and blue colors in about the same proportion. Web safe color of #494A16 is #333300 (or #330).

RGB color model

#494A16 color RGB value is (73,74,22).

  • red value is 73;
  • green value is 74;
  • blue value is 22.
RGB:
(73,74,22)
(29%,29%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 22 of 255 = 9%

73
74
22

R + G + B ~ 22%. #494A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 22 = 169 (100%)
R 73 of 169 ~ 43.2%
G 74 of 169 ~ 43.79%
B 22 of 169 ~ 13.02%

%43.2
%43.79
%13.02

CMYK color model

#494A16 color CMYK value is (1,0,70,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 70.98%
CMYK:
(1,0,70,71)
C1M0Y70K71 
(1%,0%,70%,71%)
(0.01/0.00/0.70/0.71)	

CMYK percentages

%1.35
%0
%70.27
%70.98

Codes

Color #494A16 in popluar color models

494A16
RGB737422
HSL61°54.17%18.82%
HSB/HSV61°70.27%29.02%
CMYK1.35%0.00%70.27%
70.98%

Color #494A16 in popluar number systems.

HEX494A16
Decimal737422
Binary1001001100101010110
Octal11111226

Shades and tints

Shades of #494A16

#494A16
(73,74,22)
#434414
(67,68,20)
#3D3E12
(61,62,18)
#373810
(55,56,16)
#31320E
(49,50,14)
#2B2C0C
(43,44,12)
#25260A
(37,38,10)
#1F2008
(31,32,8)
#191A06
(25,26,6)
#131404
(19,20,4)
#0D0E02
(13,14,2)
#000000
(0,0,0)

Tints of #494A16

#494A16
(73,74,22)
#595A2B
(89,90,43)
#696A40
(105,106,64)
#797A55
(121,122,85)
#898A6A
(137,138,106)
#999A7F
(153,154,127)
#A9AA94
(169,170,148)
#B9BAA9
(185,186,169)
#C9CABE
(201,202,190)
#D9DAD3
(217,218,211)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A16 color. Also use rgb(73,74,22) instead hex code.

Text Font Color

.myTextColor { color: #494A16; }

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

This text font color is #494A16.


Background Color

.myBgColor { background-color: #494A16; }

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

This div background color is #494A16.


Border color

.myBorderColor { border: 1px solid #494A16; }

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

This div border color is #494A16.


Opacity

.myOpacity80 { color: #494A16; opacity: 0.8; }

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

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

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

This text has shadow with #494A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A16 on black background.


Color preview on white background

This text has color #494A16 on white background.



Black color preview on #494A16 background

This text has black color on #494A16 background.


White color preview on #494A16 background

This text has white color on #494A16 background.