COLOR #494A04

HEX: #494A04
RGB: (73,74,4)

Color info

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

RGB color model

#494A04 color RGB value is (73,74,4).

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

RGB channels and saturation

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

73
74
4

R + G + B ~ 20%. #494A04 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 4 = 151 (100%)
R 73 of 151 ~ 48.34%
G 74 of 151 ~ 49.01%
B 4 of 151 ~ 2.65%

%48.34
%49.01

CMYK color model

#494A04 color CMYK value is (1,0,95,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 94.59%
  • key color value is 70.98%
CMYK:
(1,0,95,71)
C1M0Y95K71 
(1%,0%,95%,71%)
(0.01/0.00/0.95/0.71)	

CMYK percentages

%1.35
%0
%94.59
%70.98

Codes

Color #494A04 in popluar color models

494A04
RGB73744
HSL61°89.74%15.29%
HSB/HSV61°94.59%29.02%
CMYK1.35%0.00%94.59%
70.98%

Color #494A04 in popluar number systems.

HEX494A04
Decimal73744
Binary10010011001010100
Octal1111124

Shades and tints

Shades of #494A04

#494A04
(73,74,4)
#434404
(67,68,4)
#3D3E04
(61,62,4)
#373804
(55,56,4)
#313204
(49,50,4)
#2B2C04
(43,44,4)
#252604
(37,38,4)
#1F2004
(31,32,4)
#191A04
(25,26,4)
#131404
(19,20,4)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #494A04

#494A04
(73,74,4)
#595A1A
(89,90,26)
#696A30
(105,106,48)
#797A46
(121,122,70)
#898A5C
(137,138,92)
#999A72
(153,154,114)
#A9AA88
(169,170,136)
#B9BA9E
(185,186,158)
#C9CAB4
(201,202,180)
#D9DACA
(217,218,202)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A04; }

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

This text font color is #494A04.


Background Color

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

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

This div background color is #494A04.


Border color

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

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

This div border color is #494A04.


Opacity

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

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

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

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

This text has shadow with #494A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A04 on black background.


Color preview on white background

This text has color #494A04 on white background.



Black color preview on #494A04 background

This text has black color on #494A04 background.


White color preview on #494A04 background

This text has white color on #494A04 background.