COLOR #492E52

HEX: #492E52
RGB: (73,46,82)

Color info

#492E52 contains red, green and blue colors in about the same proportion. Web safe color of #492E52 is #333366 (or #336).

RGB color model

#492E52 color RGB value is (73,46,82).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 82 of 255 = 32%

73
46
82

R + G + B ~ 26%. #492E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 82 = 201 (100%)
R 73 of 201 ~ 36.32%
G 46 of 201 ~ 22.89%
B 82 of 201 ~ 40.8%

%36.32
%22.89
%40.8

CMYK color model

#492E52 color CMYK value is (11,44,0,68).

  • cyan value is 10.98%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(11,44,0,68)
C11M44Y0K68 
(11%,44%,0%,68%)
(0.11/0.44/0.00/0.68)	

CMYK percentages

%10.98
%43.9
%0
%67.84

Codes

Color #492E52 in popluar color models

492E52
RGB734682
HSL285°28.13%25.10%
HSB/HSV285°43.90%32.16%
CMYK10.98%43.90%0.00%
67.84%

Color #492E52 in popluar number systems.

HEX492E52
Decimal734682
Binary10010011011101010010
Octal11156122

Shades and tints

Shades of #492E52

#492E52
(73,46,82)
#432A4B
(67,42,75)
#3D2644
(61,38,68)
#37223D
(55,34,61)
#311E36
(49,30,54)
#2B1A2F
(43,26,47)
#251628
(37,22,40)
#1F1221
(31,18,33)
#190E1A
(25,14,26)
#130A13
(19,10,19)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #492E52

#492E52
(73,46,82)
#594161
(89,65,97)
#695470
(105,84,112)
#79677F
(121,103,127)
#897A8E
(137,122,142)
#998D9D
(153,141,157)
#A9A0AC
(169,160,172)
#B9B3BB
(185,179,187)
#C9C6CA
(201,198,202)
#D9D9D9
(217,217,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E52; }

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

This text font color is #492E52.


Background Color

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

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

This div background color is #492E52.


Border color

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

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

This div border color is #492E52.


Opacity

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

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

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

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

This text has shadow with #492E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E52 on black background.


Color preview on white background

This text has color #492E52 on white background.



Black color preview on #492E52 background

This text has black color on #492E52 background.


White color preview on #492E52 background

This text has white color on #492E52 background.