COLOR #494706

HEX: #494706
RGB: (73,71,6)

Color info

#494706 contains mainly red and green colors. Web safe color of #494706 is #333300 (or #330).

RGB color model

#494706 color RGB value is (73,71,6).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 6 of 255 = 2%

73
71
6

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 6 = 150 (100%)
R 73 of 150 ~ 48.67%
G 71 of 150 ~ 47.33%
B 6 of 150 ~ 4%

%48.67
%47.33

CMYK color model

#494706 color CMYK value is (0,3,92,71).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 91.78%
  • key color value is 71.37%
CMYK:
(0,3,92,71)
C0M3Y92K71 
(0%,3%,92%,71%)
(0.00/0.03/0.92/0.71)	

CMYK percentages

%0
%2.74
%91.78
%71.37

Codes

Color #494706 in popluar color models

494706
RGB73716
HSL58°84.81%15.49%
HSB/HSV58°91.78%28.63%
CMYK0.00%2.74%91.78%
71.37%

Color #494706 in popluar number systems.

HEX494706
Decimal73716
Binary10010011000111110
Octal1111076

Shades and tints

Shades of #494706

#494706
(73,71,6)
#434106
(67,65,6)
#3D3B06
(61,59,6)
#373506
(55,53,6)
#312F06
(49,47,6)
#2B2906
(43,41,6)
#252306
(37,35,6)
#1F1D06
(31,29,6)
#191706
(25,23,6)
#131106
(19,17,6)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #494706

#494706
(73,71,6)
#59571C
(89,87,28)
#696732
(105,103,50)
#797748
(121,119,72)
#89875E
(137,135,94)
#999774
(153,151,116)
#A9A78A
(169,167,138)
#B9B7A0
(185,183,160)
#C9C7B6
(201,199,182)
#D9D7CC
(217,215,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494706; }

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

This text font color is #494706.


Background Color

.myBgColor { background-color: #494706; }

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

This div background color is #494706.


Border color

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

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

This div border color is #494706.


Opacity

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

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

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

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

This text has shadow with #494706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494706 on black background.


Color preview on white background

This text has color #494706 on white background.



Black color preview on #494706 background

This text has black color on #494706 background.


White color preview on #494706 background

This text has white color on #494706 background.