COLOR #492C50

HEX: #492C50
RGB: (73,44,80)

Color info

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

RGB color model

#492C50 color RGB value is (73,44,80).

  • red value is 73;
  • green value is 44;
  • blue value is 80.
RGB:
(73,44,80)
(29%,17%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 44 of 255 = 17%
B 80 of 255 = 31%

73
44
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 44 + 80 = 197 (100%)
R 73 of 197 ~ 37.06%
G 44 of 197 ~ 22.34%
B 80 of 197 ~ 40.61%

%37.06
%22.34
%40.61

CMYK color model

#492C50 color CMYK value is (9,45,0,69).

  • cyan value is 8.75%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,45,0,69)
C9M45Y0K69 
(9%,45%,0%,69%)
(0.09/0.45/0.00/0.69)	

CMYK percentages

%8.75
%45
%0
%68.63

Codes

Color #492C50 in popluar color models

492C50
RGB734480
HSL288°29.03%24.31%
HSB/HSV288°45.00%31.37%
CMYK8.75%45.00%0.00%
68.63%

Color #492C50 in popluar number systems.

HEX492C50
Decimal734480
Binary10010011011001010000
Octal11154120

Shades and tints

Shades of #492C50

#492C50
(73,44,80)
#432849
(67,40,73)
#3D2442
(61,36,66)
#37203B
(55,32,59)
#311C34
(49,28,52)
#2B182D
(43,24,45)
#251426
(37,20,38)
#1F101F
(31,16,31)
#190C18
(25,12,24)
#130811
(19,8,17)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #492C50

#492C50
(73,44,80)
#593F5F
(89,63,95)
#69526E
(105,82,110)
#79657D
(121,101,125)
#89788C
(137,120,140)
#998B9B
(153,139,155)
#A99EAA
(169,158,170)
#B9B1B9
(185,177,185)
#C9C4C8
(201,196,200)
#D9D7D7
(217,215,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492C50 color. Also use rgb(73,44,80) instead hex code.

Text Font Color

.myTextColor { color: #492C50; }

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

This text font color is #492C50.


Background Color

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

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

This div background color is #492C50.


Border color

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

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

This div border color is #492C50.


Opacity

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

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

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

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

This text has shadow with #492C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492C50 on black background.


Color preview on white background

This text has color #492C50 on white background.



Black color preview on #492C50 background

This text has black color on #492C50 background.


White color preview on #492C50 background

This text has white color on #492C50 background.