COLOR #492E42

HEX: #492E42
RGB: (73,46,66)

Color info

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

RGB color model

#492E42 color RGB value is (73,46,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 66 of 255 = 26%

73
46
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 66 = 185 (100%)
R 73 of 185 ~ 39.46%
G 46 of 185 ~ 24.86%
B 66 of 185 ~ 35.68%

%39.46
%24.86
%35.68

CMYK color model

#492E42 color CMYK value is (0,37,10,71).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(0,37,10,71)
C0M37Y10K71 
(0%,37%,10%,71%)
(0.00/0.37/0.10/0.71)	

CMYK percentages

%0
%36.99
%9.59
%71.37

Codes

Color #492E42 in popluar color models

492E42
RGB734666
HSL316°22.69%23.33%
HSB/HSV316°36.99%28.63%
CMYK0.00%36.99%9.59%
71.37%

Color #492E42 in popluar number systems.

HEX492E42
Decimal734666
Binary10010011011101000010
Octal11156102

Shades and tints

Shades of #492E42

#492E42
(73,46,66)
#432A3C
(67,42,60)
#3D2636
(61,38,54)
#372230
(55,34,48)
#311E2A
(49,30,42)
#2B1A24
(43,26,36)
#25161E
(37,22,30)
#1F1218
(31,18,24)
#190E12
(25,14,18)
#130A0C
(19,10,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #492E42

#492E42
(73,46,66)
#594153
(89,65,83)
#695464
(105,84,100)
#796775
(121,103,117)
#897A86
(137,122,134)
#998D97
(153,141,151)
#A9A0A8
(169,160,168)
#B9B3B9
(185,179,185)
#C9C6CA
(201,198,202)
#D9D9DB
(217,217,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E42; }

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

This text font color is #492E42.


Background Color

.myBgColor { background-color: #492E42; }

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

This div background color is #492E42.


Border color

.myBorderColor { border: 1px solid #492E42; }

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

This div border color is #492E42.


Opacity

.myOpacity80 { color: #492E42; opacity: 0.8; }

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

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

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

This text has shadow with #492E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E42 on black background.


Color preview on white background

This text has color #492E42 on white background.



Black color preview on #492E42 background

This text has black color on #492E42 background.


White color preview on #492E42 background

This text has white color on #492E42 background.