COLOR #494310

HEX: #494310
RGB: (73,67,16)

Color info

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

RGB color model

#494310 color RGB value is (73,67,16).

  • red value is 73;
  • green value is 67;
  • blue value is 16.
RGB:
(73,67,16)
(29%,26%,6%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 16 of 255 = 6%

73
67
16

R + G + B ~ 20%. #494310 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 16 = 156 (100%)
R 73 of 156 ~ 46.79%
G 67 of 156 ~ 42.95%
B 16 of 156 ~ 10.26%

%46.79
%42.95
%10.26

CMYK color model

#494310 color CMYK value is (0,8,78,71).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 78.08%
  • key color value is 71.37%
CMYK:
(0,8,78,71)
C0M8Y78K71 
(0%,8%,78%,71%)
(0.00/0.08/0.78/0.71)	

CMYK percentages

%0
%8.22
%78.08
%71.37

Codes

Color #494310 in popluar color models

494310
RGB736716
HSL54°64.04%17.45%
HSB/HSV54°78.08%28.63%
CMYK0.00%8.22%78.08%
71.37%

Color #494310 in popluar number systems.

HEX494310
Decimal736716
Binary1001001100001110000
Octal11110320

Shades and tints

Shades of #494310

#494310
(73,67,16)
#433D0F
(67,61,15)
#3D370E
(61,55,14)
#37310D
(55,49,13)
#312B0C
(49,43,12)
#2B250B
(43,37,11)
#251F0A
(37,31,10)
#1F1909
(31,25,9)
#191308
(25,19,8)
#130D07
(19,13,7)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #494310

#494310
(73,67,16)
#595425
(89,84,37)
#69653A
(105,101,58)
#79764F
(121,118,79)
#898764
(137,135,100)
#999879
(153,152,121)
#A9A98E
(169,169,142)
#B9BAA3
(185,186,163)
#C9CBB8
(201,203,184)
#D9DCCD
(217,220,205)
#E9EDE2
(233,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494310 color. Also use rgb(73,67,16) instead hex code.

Text Font Color

.myTextColor { color: #494310; }

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

This text font color is #494310.


Background Color

.myBgColor { background-color: #494310; }

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

This div background color is #494310.


Border color

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

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

This div border color is #494310.


Opacity

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

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

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

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

This text has shadow with #494310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494310 on black background.


Color preview on white background

This text has color #494310 on white background.



Black color preview on #494310 background

This text has black color on #494310 background.


White color preview on #494310 background

This text has white color on #494310 background.