COLOR #492229

HEX: #492229
RGB: (73,34,41)

Color info

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

RGB color model

#492229 color RGB value is (73,34,41).

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

RGB channels and saturation

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

73
34
41

R + G + B ~ 19%. #492229 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 41 = 148 (100%)
R 73 of 148 ~ 49.32%
G 34 of 148 ~ 22.97%
B 41 of 148 ~ 27.7%

%49.32
%22.97
%27.7

CMYK color model

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

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

CMYK percentages

%0
%53.42
%43.84
%71.37

Codes

Color #492229 in popluar color models

492229
RGB733441
HSL349°36.45%20.98%
HSB/HSV349°53.42%28.63%
CMYK0.00%53.42%43.84%
71.37%

Color #492229 in popluar number systems.

HEX492229
Decimal733441
Binary1001001100010101001
Octal1114251

Shades and tints

Shades of #492229

#492229
(73,34,41)
#431F26
(67,31,38)
#3D1C23
(61,28,35)
#371920
(55,25,32)
#31161D
(49,22,29)
#2B131A
(43,19,26)
#251017
(37,16,23)
#1F0D14
(31,13,20)
#190A11
(25,10,17)
#13070E
(19,7,14)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #492229

#492229
(73,34,41)
#59363C
(89,54,60)
#694A4F
(105,74,79)
#795E62
(121,94,98)
#897275
(137,114,117)
#998688
(153,134,136)
#A99A9B
(169,154,155)
#B9AEAE
(185,174,174)
#C9C2C1
(201,194,193)
#D9D6D4
(217,214,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492229; }

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

This text font color is #492229.


Background Color

.myBgColor { background-color: #492229; }

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

This div background color is #492229.


Border color

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

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

This div border color is #492229.


Opacity

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

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

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

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

This text has shadow with #492229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492229 on black background.


Color preview on white background

This text has color #492229 on white background.



Black color preview on #492229 background

This text has black color on #492229 background.


White color preview on #492229 background

This text has white color on #492229 background.