COLOR #494508

HEX: #494508
RGB: (73,69,8)

Color info

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

RGB color model

#494508 color RGB value is (73,69,8).

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

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 8 of 255 = 3%

73
69
8

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

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 8 = 150 (100%)
R 73 of 150 ~ 48.67%
G 69 of 150 ~ 46%
B 8 of 150 ~ 5.33%

%48.67
%46

CMYK color model

#494508 color CMYK value is (0,5,89,71).

  • cyan value is 0.00%
  • magenta value is 5.48%
  • yellow value is 89.04%
  • key color value is 71.37%
CMYK:
(0,5,89,71)
C0M5Y89K71 
(0%,5%,89%,71%)
(0.00/0.05/0.89/0.71)	

CMYK percentages

%0
%5.48
%89.04
%71.37

Codes

Color #494508 in popluar color models

494508
RGB73698
HSL56°80.25%15.88%
HSB/HSV56°89.04%28.63%
CMYK0.00%5.48%89.04%
71.37%

Color #494508 in popluar number systems.

HEX494508
Decimal73698
Binary100100110001011000
Octal11110510

Shades and tints

Shades of #494508

#494508
(73,69,8)
#433F08
(67,63,8)
#3D3908
(61,57,8)
#373308
(55,51,8)
#312D08
(49,45,8)
#2B2708
(43,39,8)
#252108
(37,33,8)
#1F1B08
(31,27,8)
#191508
(25,21,8)
#130F08
(19,15,8)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #494508

#494508
(73,69,8)
#59551E
(89,85,30)
#696534
(105,101,52)
#79754A
(121,117,74)
#898560
(137,133,96)
#999576
(153,149,118)
#A9A58C
(169,165,140)
#B9B5A2
(185,181,162)
#C9C5B8
(201,197,184)
#D9D5CE
(217,213,206)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494508 color. Also use rgb(73,69,8) instead hex code.

Text Font Color

.myTextColor { color: #494508; }

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

This text font color is #494508.


Background Color

.myBgColor { background-color: #494508; }

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

This div background color is #494508.


Border color

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

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

This div border color is #494508.


Opacity

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

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

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

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

This text has shadow with #494508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494508 on black background.


Color preview on white background

This text has color #494508 on white background.



Black color preview on #494508 background

This text has black color on #494508 background.


White color preview on #494508 background

This text has white color on #494508 background.