COLOR #494614

HEX: #494614
RGB: (73,70,20)

Color info

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

RGB color model

#494614 color RGB value is (73,70,20).

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

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 20 of 255 = 8%

73
70
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 20 = 163 (100%)
R 73 of 163 ~ 44.79%
G 70 of 163 ~ 42.94%
B 20 of 163 ~ 12.27%

%44.79
%42.94
%12.27

CMYK color model

#494614 color CMYK value is (0,4,73,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(0,4,73,71)
C0M4Y73K71 
(0%,4%,73%,71%)
(0.00/0.04/0.73/0.71)	

CMYK percentages

%0
%4.11
%72.6
%71.37

Codes

Color #494614 in popluar color models

494614
RGB737020
HSL57°56.99%18.24%
HSB/HSV57°72.60%28.63%
CMYK0.00%4.11%72.60%
71.37%

Color #494614 in popluar number systems.

HEX494614
Decimal737020
Binary1001001100011010100
Octal11110624

Shades and tints

Shades of #494614

#494614
(73,70,20)
#434013
(67,64,19)
#3D3A12
(61,58,18)
#373411
(55,52,17)
#312E10
(49,46,16)
#2B280F
(43,40,15)
#25220E
(37,34,14)
#1F1C0D
(31,28,13)
#19160C
(25,22,12)
#13100B
(19,16,11)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #494614

#494614
(73,70,20)
#595629
(89,86,41)
#69663E
(105,102,62)
#797653
(121,118,83)
#898668
(137,134,104)
#99967D
(153,150,125)
#A9A692
(169,166,146)
#B9B6A7
(185,182,167)
#C9C6BC
(201,198,188)
#D9D6D1
(217,214,209)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494614; }

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

This text font color is #494614.


Background Color

.myBgColor { background-color: #494614; }

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

This div background color is #494614.


Border color

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

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

This div border color is #494614.


Opacity

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

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

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

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

This text has shadow with #494614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494614 on black background.


Color preview on white background

This text has color #494614 on white background.



Black color preview on #494614 background

This text has black color on #494614 background.


White color preview on #494614 background

This text has white color on #494614 background.