COLOR #494418

HEX: #494418
RGB: (73,68,24)

Color info

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

RGB color model

#494418 color RGB value is (73,68,24).

  • red value is 73;
  • green value is 68;
  • blue value is 24.
RGB:
(73,68,24)
(29%,27%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 24 of 255 = 9%

73
68
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 24 = 165 (100%)
R 73 of 165 ~ 44.24%
G 68 of 165 ~ 41.21%
B 24 of 165 ~ 14.55%

%44.24
%41.21
%14.55

CMYK color model

#494418 color CMYK value is (0,7,67,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(0,7,67,71)
C0M7Y67K71 
(0%,7%,67%,71%)
(0.00/0.07/0.67/0.71)	

CMYK percentages

%0
%6.85
%67.12
%71.37

Codes

Color #494418 in popluar color models

494418
RGB736824
HSL54°50.52%19.02%
HSB/HSV54°67.12%28.63%
CMYK0.00%6.85%67.12%
71.37%

Color #494418 in popluar number systems.

HEX494418
Decimal736824
Binary1001001100010011000
Octal11110430

Shades and tints

Shades of #494418

#494418
(73,68,24)
#433E16
(67,62,22)
#3D3814
(61,56,20)
#373212
(55,50,18)
#312C10
(49,44,16)
#2B260E
(43,38,14)
#25200C
(37,32,12)
#1F1A0A
(31,26,10)
#191408
(25,20,8)
#130E06
(19,14,6)
#0D0804
(13,8,4)
#000000
(0,0,0)

Tints of #494418

#494418
(73,68,24)
#59552D
(89,85,45)
#696642
(105,102,66)
#797757
(121,119,87)
#89886C
(137,136,108)
#999981
(153,153,129)
#A9AA96
(169,170,150)
#B9BBAB
(185,187,171)
#C9CCC0
(201,204,192)
#D9DDD5
(217,221,213)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494418 color. Also use rgb(73,68,24) instead hex code.

Text Font Color

.myTextColor { color: #494418; }

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

This text font color is #494418.


Background Color

.myBgColor { background-color: #494418; }

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

This div background color is #494418.


Border color

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

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

This div border color is #494418.


Opacity

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

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

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

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

This text has shadow with #494418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494418 on black background.


Color preview on white background

This text has color #494418 on white background.



Black color preview on #494418 background

This text has black color on #494418 background.


White color preview on #494418 background

This text has white color on #494418 background.