COLOR #494A0E

HEX: #494A0E
RGB: (73,74,14)

Color info

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

RGB color model

#494A0E color RGB value is (73,74,14).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 14 of 255 = 5%

73
74
14

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 14 = 161 (100%)
R 73 of 161 ~ 45.34%
G 74 of 161 ~ 45.96%
B 14 of 161 ~ 8.7%

%45.34
%45.96

CMYK color model

#494A0E color CMYK value is (1,0,81,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 81.08%
  • key color value is 70.98%
CMYK:
(1,0,81,71)
C1M0Y81K71 
(1%,0%,81%,71%)
(0.01/0.00/0.81/0.71)	

CMYK percentages

%1.35
%0
%81.08
%70.98

Codes

Color #494A0E in popluar color models

494A0E
RGB737414
HSL61°68.18%17.25%
HSB/HSV61°81.08%29.02%
CMYK1.35%0.00%81.08%
70.98%

Color #494A0E in popluar number systems.

HEX494A0E
Decimal737414
Binary100100110010101110
Octal11111216

Shades and tints

Shades of #494A0E

#494A0E
(73,74,14)
#43440D
(67,68,13)
#3D3E0C
(61,62,12)
#37380B
(55,56,11)
#31320A
(49,50,10)
#2B2C09
(43,44,9)
#252608
(37,38,8)
#1F2007
(31,32,7)
#191A06
(25,26,6)
#131405
(19,20,5)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #494A0E

#494A0E
(73,74,14)
#595A23
(89,90,35)
#696A38
(105,106,56)
#797A4D
(121,122,77)
#898A62
(137,138,98)
#999A77
(153,154,119)
#A9AA8C
(169,170,140)
#B9BAA1
(185,186,161)
#C9CAB6
(201,202,182)
#D9DACB
(217,218,203)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A0E; }

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

This text font color is #494A0E.


Background Color

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

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

This div background color is #494A0E.


Border color

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

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

This div border color is #494A0E.


Opacity

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

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

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

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

This text has shadow with #494A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A0E on black background.


Color preview on white background

This text has color #494A0E on white background.



Black color preview on #494A0E background

This text has black color on #494A0E background.


White color preview on #494A0E background

This text has white color on #494A0E background.