COLOR #494A09

HEX: #494A09
RGB: (73,74,9)

Color info

#494A09 contains mainly red and green colors. Web safe color of #494A09 is #333300 (or #330).

RGB color model

#494A09 color RGB value is (73,74,9).

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

RGB channels and saturation

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

73
74
9

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 9 = 156 (100%)
R 73 of 156 ~ 46.79%
G 74 of 156 ~ 47.44%
B 9 of 156 ~ 5.77%

%46.79
%47.44

CMYK color model

#494A09 color CMYK value is (1,0,88,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 87.84%
  • key color value is 70.98%
CMYK:
(1,0,88,71)
C1M0Y88K71 
(1%,0%,88%,71%)
(0.01/0.00/0.88/0.71)	

CMYK percentages

%1.35
%0
%87.84
%70.98

Codes

Color #494A09 in popluar color models

494A09
RGB73749
HSL61°78.31%16.27%
HSB/HSV61°87.84%29.02%
CMYK1.35%0.00%87.84%
70.98%

Color #494A09 in popluar number systems.

HEX494A09
Decimal73749
Binary100100110010101001
Octal11111211

Shades and tints

Shades of #494A09

#494A09
(73,74,9)
#434409
(67,68,9)
#3D3E09
(61,62,9)
#373809
(55,56,9)
#313209
(49,50,9)
#2B2C09
(43,44,9)
#252609
(37,38,9)
#1F2009
(31,32,9)
#191A09
(25,26,9)
#131409
(19,20,9)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #494A09

#494A09
(73,74,9)
#595A1F
(89,90,31)
#696A35
(105,106,53)
#797A4B
(121,122,75)
#898A61
(137,138,97)
#999A77
(153,154,119)
#A9AA8D
(169,170,141)
#B9BAA3
(185,186,163)
#C9CAB9
(201,202,185)
#D9DACF
(217,218,207)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A09; }

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

This text font color is #494A09.


Background Color

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

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

This div background color is #494A09.


Border color

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

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

This div border color is #494A09.


Opacity

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

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

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

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

This text has shadow with #494A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A09 on black background.


Color preview on white background

This text has color #494A09 on white background.



Black color preview on #494A09 background

This text has black color on #494A09 background.


White color preview on #494A09 background

This text has white color on #494A09 background.