COLOR #494714

HEX: #494714
RGB: (73,71,20)

Color info

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

RGB color model

#494714 color RGB value is (73,71,20).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 20 of 255 = 8%

73
71
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 20 = 164 (100%)
R 73 of 164 ~ 44.51%
G 71 of 164 ~ 43.29%
B 20 of 164 ~ 12.2%

%44.51
%43.29
%12.2

CMYK color model

#494714 color CMYK value is (0,3,73,71).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(0,3,73,71)
C0M3Y73K71 
(0%,3%,73%,71%)
(0.00/0.03/0.73/0.71)	

CMYK percentages

%0
%2.74
%72.6
%71.37

Codes

Color #494714 in popluar color models

494714
RGB737120
HSL58°56.99%18.24%
HSB/HSV58°72.60%28.63%
CMYK0.00%2.74%72.60%
71.37%

Color #494714 in popluar number systems.

HEX494714
Decimal737120
Binary1001001100011110100
Octal11110724

Shades and tints

Shades of #494714

#494714
(73,71,20)
#434113
(67,65,19)
#3D3B12
(61,59,18)
#373511
(55,53,17)
#312F10
(49,47,16)
#2B290F
(43,41,15)
#25230E
(37,35,14)
#1F1D0D
(31,29,13)
#19170C
(25,23,12)
#13110B
(19,17,11)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #494714

#494714
(73,71,20)
#595729
(89,87,41)
#69673E
(105,103,62)
#797753
(121,119,83)
#898768
(137,135,104)
#99977D
(153,151,125)
#A9A792
(169,167,146)
#B9B7A7
(185,183,167)
#C9C7BC
(201,199,188)
#D9D7D1
(217,215,209)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494714; }

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

This text font color is #494714.


Background Color

.myBgColor { background-color: #494714; }

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

This div background color is #494714.


Border color

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

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

This div border color is #494714.


Opacity

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

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

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

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

This text has shadow with #494714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494714 on black background.


Color preview on white background

This text has color #494714 on white background.



Black color preview on #494714 background

This text has black color on #494714 background.


White color preview on #494714 background

This text has white color on #494714 background.