COLOR #494C12

HEX: #494C12
RGB: (73,76,18)

Color info

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

RGB color model

#494C12 color RGB value is (73,76,18).

  • red value is 73;
  • green value is 76;
  • blue value is 18.
RGB:
(73,76,18)
(29%,30%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 76 of 255 = 30%
B 18 of 255 = 7%

73
76
18

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

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 18 = 167 (100%)
R 73 of 167 ~ 43.71%
G 76 of 167 ~ 45.51%
B 18 of 167 ~ 10.78%

%43.71
%45.51
%10.78

CMYK color model

#494C12 color CMYK value is (4,0,76,70).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 76.32%
  • key color value is 70.20%
CMYK:
(4,0,76,70)
C4M0Y76K70 
(4%,0%,76%,70%)
(0.04/0.00/0.76/0.70)	

CMYK percentages

%3.95
%0
%76.32
%70.2

Codes

Color #494C12 in popluar color models

494C12
RGB737618
HSL63°61.70%18.43%
HSB/HSV63°76.32%29.80%
CMYK3.95%0.00%76.32%
70.20%

Color #494C12 in popluar number systems.

HEX494C12
Decimal737618
Binary1001001100110010010
Octal11111422

Shades and tints

Shades of #494C12

#494C12
(73,76,18)
#434611
(67,70,17)
#3D4010
(61,64,16)
#373A0F
(55,58,15)
#31340E
(49,52,14)
#2B2E0D
(43,46,13)
#25280C
(37,40,12)
#1F220B
(31,34,11)
#191C0A
(25,28,10)
#131609
(19,22,9)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #494C12

#494C12
(73,76,18)
#595C27
(89,92,39)
#696C3C
(105,108,60)
#797C51
(121,124,81)
#898C66
(137,140,102)
#999C7B
(153,156,123)
#A9AC90
(169,172,144)
#B9BCA5
(185,188,165)
#C9CCBA
(201,204,186)
#D9DCCF
(217,220,207)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494C12 color. Also use rgb(73,76,18) instead hex code.

Text Font Color

.myTextColor { color: #494C12; }

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

This text font color is #494C12.


Background Color

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

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

This div background color is #494C12.


Border color

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

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

This div border color is #494C12.


Opacity

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

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

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

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

This text has shadow with #494C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C12 on black background.


Color preview on white background

This text has color #494C12 on white background.



Black color preview on #494C12 background

This text has black color on #494C12 background.


White color preview on #494C12 background

This text has white color on #494C12 background.