COLOR #494819

HEX: #494819
RGB: (73,72,25)

Color info

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

RGB color model

#494819 color RGB value is (73,72,25).

  • red value is 73;
  • green value is 72;
  • blue value is 25.
RGB:
(73,72,25)
(29%,28%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 25 of 255 = 10%

73
72
25

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 25 = 170 (100%)
R 73 of 170 ~ 42.94%
G 72 of 170 ~ 42.35%
B 25 of 170 ~ 14.71%

%42.94
%42.35
%14.71

CMYK color model

#494819 color CMYK value is (0,1,66,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(0,1,66,71)
C0M1Y66K71 
(0%,1%,66%,71%)
(0.00/0.01/0.66/0.71)	

CMYK percentages

%0
%1.37
%65.75
%71.37

Codes

Color #494819 in popluar color models

494819
RGB737225
HSL59°48.98%19.22%
HSB/HSV59°65.75%28.63%
CMYK0.00%1.37%65.75%
71.37%

Color #494819 in popluar number systems.

HEX494819
Decimal737225
Binary1001001100100011001
Octal11111031

Shades and tints

Shades of #494819

#494819
(73,72,25)
#434217
(67,66,23)
#3D3C15
(61,60,21)
#373613
(55,54,19)
#313011
(49,48,17)
#2B2A0F
(43,42,15)
#25240D
(37,36,13)
#1F1E0B
(31,30,11)
#191809
(25,24,9)
#131207
(19,18,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #494819

#494819
(73,72,25)
#59582D
(89,88,45)
#696841
(105,104,65)
#797855
(121,120,85)
#898869
(137,136,105)
#99987D
(153,152,125)
#A9A891
(169,168,145)
#B9B8A5
(185,184,165)
#C9C8B9
(201,200,185)
#D9D8CD
(217,216,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494819 color. Also use rgb(73,72,25) instead hex code.

Text Font Color

.myTextColor { color: #494819; }

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

This text font color is #494819.


Background Color

.myBgColor { background-color: #494819; }

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

This div background color is #494819.


Border color

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

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

This div border color is #494819.


Opacity

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

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

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

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

This text has shadow with #494819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494819 on black background.


Color preview on white background

This text has color #494819 on white background.



Black color preview on #494819 background

This text has black color on #494819 background.


White color preview on #494819 background

This text has white color on #494819 background.