COLOR #494612

HEX: #494612
RGB: (73,70,18)

Color info

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

RGB color model

#494612 color RGB value is (73,70,18).

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

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 18 of 255 = 7%

73
70
18

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

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 18 = 161 (100%)
R 73 of 161 ~ 45.34%
G 70 of 161 ~ 43.48%
B 18 of 161 ~ 11.18%

%45.34
%43.48
%11.18

CMYK color model

#494612 color CMYK value is (0,4,75,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(0,4,75,71)
C0M4Y75K71 
(0%,4%,75%,71%)
(0.00/0.04/0.75/0.71)	

CMYK percentages

%0
%4.11
%75.34
%71.37

Codes

Color #494612 in popluar color models

494612
RGB737018
HSL57°60.44%17.84%
HSB/HSV57°75.34%28.63%
CMYK0.00%4.11%75.34%
71.37%

Color #494612 in popluar number systems.

HEX494612
Decimal737018
Binary1001001100011010010
Octal11110622

Shades and tints

Shades of #494612

#494612
(73,70,18)
#434011
(67,64,17)
#3D3A10
(61,58,16)
#37340F
(55,52,15)
#312E0E
(49,46,14)
#2B280D
(43,40,13)
#25220C
(37,34,12)
#1F1C0B
(31,28,11)
#19160A
(25,22,10)
#131009
(19,16,9)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #494612

#494612
(73,70,18)
#595627
(89,86,39)
#69663C
(105,102,60)
#797651
(121,118,81)
#898666
(137,134,102)
#99967B
(153,150,123)
#A9A690
(169,166,144)
#B9B6A5
(185,182,165)
#C9C6BA
(201,198,186)
#D9D6CF
(217,214,207)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494612; }

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

This text font color is #494612.


Background Color

.myBgColor { background-color: #494612; }

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

This div background color is #494612.


Border color

.myBorderColor { border: 1px solid #494612; }

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

This div border color is #494612.


Opacity

.myOpacity80 { color: #494612; opacity: 0.8; }

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

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

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

This text has shadow with #494612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494612 on black background.


Color preview on white background

This text has color #494612 on white background.



Black color preview on #494612 background

This text has black color on #494612 background.


White color preview on #494612 background

This text has white color on #494612 background.