COLOR #492849

HEX: #492849
RGB: (73,40,73)

Color info

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

RGB color model

#492849 color RGB value is (73,40,73).

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

RGB channels and saturation

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

73
40
73

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

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 73 = 186 (100%)
R 73 of 186 ~ 39.25%
G 40 of 186 ~ 21.51%
B 73 of 186 ~ 39.25%

%39.25
%21.51
%39.25

CMYK color model

#492849 color CMYK value is (0,45,0,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,45,0,71)
C0M45Y0K71 
(0%,45%,0%,71%)
(0.00/0.45/0.00/0.71)	

CMYK percentages

%0
%45.21
%0
%71.37

Codes

Color #492849 in popluar color models

492849
RGB734073
HSL300°29.20%22.16%
HSB/HSV300°45.21%28.63%
CMYK0.00%45.21%0.00%
71.37%

Color #492849 in popluar number systems.

HEX492849
Decimal734073
Binary10010011010001001001
Octal11150111

Shades and tints

Shades of #492849

#492849
(73,40,73)
#432543
(67,37,67)
#3D223D
(61,34,61)
#371F37
(55,31,55)
#311C31
(49,28,49)
#2B192B
(43,25,43)
#251625
(37,22,37)
#1F131F
(31,19,31)
#191019
(25,16,25)
#130D13
(19,13,19)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #492849

#492849
(73,40,73)
#593B59
(89,59,89)
#694E69
(105,78,105)
#796179
(121,97,121)
#897489
(137,116,137)
#998799
(153,135,153)
#A99AA9
(169,154,169)
#B9ADB9
(185,173,185)
#C9C0C9
(201,192,201)
#D9D3D9
(217,211,217)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492849; }

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

This text font color is #492849.


Background Color

.myBgColor { background-color: #492849; }

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

This div background color is #492849.


Border color

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

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

This div border color is #492849.


Opacity

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

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

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

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

This text has shadow with #492849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492849 on black background.


Color preview on white background

This text has color #492849 on white background.



Black color preview on #492849 background

This text has black color on #492849 background.


White color preview on #492849 background

This text has white color on #492849 background.