COLOR #492842

HEX: #492842
RGB: (73,40,66)

Color info

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

RGB color model

#492842 color RGB value is (73,40,66).

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

RGB channels and saturation

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

73
40
66

R + G + B ~ 24%. #492842 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 66 = 179 (100%)
R 73 of 179 ~ 40.78%
G 40 of 179 ~ 22.35%
B 66 of 179 ~ 36.87%

%40.78
%22.35
%36.87

CMYK color model

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

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

CMYK percentages

%0
%45.21
%9.59
%71.37

Codes

Color #492842 in popluar color models

492842
RGB734066
HSL313°29.20%22.16%
HSB/HSV313°45.21%28.63%
CMYK0.00%45.21%9.59%
71.37%

Color #492842 in popluar number systems.

HEX492842
Decimal734066
Binary10010011010001000010
Octal11150102

Shades and tints

Shades of #492842

#492842
(73,40,66)
#43253C
(67,37,60)
#3D2236
(61,34,54)
#371F30
(55,31,48)
#311C2A
(49,28,42)
#2B1924
(43,25,36)
#25161E
(37,22,30)
#1F1318
(31,19,24)
#191012
(25,16,18)
#130D0C
(19,13,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #492842

#492842
(73,40,66)
#593B53
(89,59,83)
#694E64
(105,78,100)
#796175
(121,97,117)
#897486
(137,116,134)
#998797
(153,135,151)
#A99AA8
(169,154,168)
#B9ADB9
(185,173,185)
#C9C0CA
(201,192,202)
#D9D3DB
(217,211,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492842; }

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

This text font color is #492842.


Background Color

.myBgColor { background-color: #492842; }

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

This div background color is #492842.


Border color

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

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

This div border color is #492842.


Opacity

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

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

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

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

This text has shadow with #492842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492842 on black background.


Color preview on white background

This text has color #492842 on white background.



Black color preview on #492842 background

This text has black color on #492842 background.


White color preview on #492842 background

This text has white color on #492842 background.