COLOR #494929

HEX: #494929
RGB: (73,73,41)

Color info

#494929 contains red, green and blue colors in about the same proportion. Web safe color of #494929 is #333333 (or #333).

RGB color model

#494929 color RGB value is (73,73,41).

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

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 41 of 255 = 16%

73
73
41

R + G + B ~ 25%. #494929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 41 = 187 (100%)
R 73 of 187 ~ 39.04%
G 73 of 187 ~ 39.04%
B 41 of 187 ~ 21.93%

%39.04
%39.04
%21.93

CMYK color model

#494929 color CMYK value is (0,0,44,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 71.37%
CMYK:
(0,0,44,71)
C0M0Y44K71 
(0%,0%,44%,71%)
(0.00/0.00/0.44/0.71)	

CMYK percentages

%0
%0
%43.84
%71.37

Codes

Color #494929 in popluar color models

494929
RGB737341
HSL60°28.07%22.35%
HSB/HSV60°43.84%28.63%
CMYK0.00%0.00%43.84%
71.37%

Color #494929 in popluar number systems.

HEX494929
Decimal737341
Binary10010011001001101001
Octal11111151

Shades and tints

Shades of #494929

#494929
(73,73,41)
#434326
(67,67,38)
#3D3D23
(61,61,35)
#373720
(55,55,32)
#31311D
(49,49,29)
#2B2B1A
(43,43,26)
#252517
(37,37,23)
#1F1F14
(31,31,20)
#191911
(25,25,17)
#13130E
(19,19,14)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #494929

#494929
(73,73,41)
#59593C
(89,89,60)
#69694F
(105,105,79)
#797962
(121,121,98)
#898975
(137,137,117)
#999988
(153,153,136)
#A9A99B
(169,169,155)
#B9B9AE
(185,185,174)
#C9C9C1
(201,201,193)
#D9D9D4
(217,217,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494929; }

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

This text font color is #494929.


Background Color

.myBgColor { background-color: #494929; }

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

This div background color is #494929.


Border color

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

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

This div border color is #494929.


Opacity

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

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

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

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

This text has shadow with #494929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494929 on black background.


Color preview on white background

This text has color #494929 on white background.



Black color preview on #494929 background

This text has black color on #494929 background.


White color preview on #494929 background

This text has white color on #494929 background.