COLOR #492929

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
41
41

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

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 41 = 155 (100%)
R 73 of 155 ~ 47.1%
G 41 of 155 ~ 26.45%
B 41 of 155 ~ 26.45%

%47.1
%26.45
%26.45

CMYK color model

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

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

CMYK percentages

%0
%43.84
%43.84
%71.37

Codes

Color #492929 in popluar color models

492929
RGB734141
HSL28.07%22.35%
HSB/HSV43.84%28.63%
CMYK0.00%43.84%43.84%
71.37%

Color #492929 in popluar number systems.

HEX492929
Decimal734141
Binary1001001101001101001
Octal1115151

Shades and tints

Shades of #492929

#492929
(73,41,41)
#432626
(67,38,38)
#3D2323
(61,35,35)
#372020
(55,32,32)
#311D1D
(49,29,29)
#2B1A1A
(43,26,26)
#251717
(37,23,23)
#1F1414
(31,20,20)
#191111
(25,17,17)
#130E0E
(19,14,14)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #492929

#492929
(73,41,41)
#593C3C
(89,60,60)
#694F4F
(105,79,79)
#796262
(121,98,98)
#897575
(137,117,117)
#998888
(153,136,136)
#A99B9B
(169,155,155)
#B9AEAE
(185,174,174)
#C9C1C1
(201,193,193)
#D9D4D4
(217,212,212)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492929; }

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

This text font color is #492929.


Background Color

.myBgColor { background-color: #492929; }

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

This div background color is #492929.


Border color

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

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

This div border color is #492929.


Opacity

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

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

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

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

This text has shadow with #492929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492929 on black background.


Color preview on white background

This text has color #492929 on white background.



Black color preview on #492929 background

This text has black color on #492929 background.


White color preview on #492929 background

This text has white color on #492929 background.