COLOR #492F50

HEX: #492F50
RGB: (73,47,80)

Color info

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

RGB color model

#492F50 color RGB value is (73,47,80).

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

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 80 of 255 = 31%

73
47
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 80 = 200 (100%)
R 73 of 200 ~ 36.5%
G 47 of 200 ~ 23.5%
B 80 of 200 ~ 40%

%36.5
%23.5
%40

CMYK color model

#492F50 color CMYK value is (9,41,0,69).

  • cyan value is 8.75%
  • magenta value is 41.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,41,0,69)
C9M41Y0K69 
(9%,41%,0%,69%)
(0.09/0.41/0.00/0.69)	

CMYK percentages

%8.75
%41.25
%0
%68.63

Codes

Color #492F50 in popluar color models

492F50
RGB734780
HSL287°25.98%24.90%
HSB/HSV287°41.25%31.37%
CMYK8.75%41.25%0.00%
68.63%

Color #492F50 in popluar number systems.

HEX492F50
Decimal734780
Binary10010011011111010000
Octal11157120

Shades and tints

Shades of #492F50

#492F50
(73,47,80)
#432B49
(67,43,73)
#3D2742
(61,39,66)
#37233B
(55,35,59)
#311F34
(49,31,52)
#2B1B2D
(43,27,45)
#251726
(37,23,38)
#1F131F
(31,19,31)
#190F18
(25,15,24)
#130B11
(19,11,17)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #492F50

#492F50
(73,47,80)
#59415F
(89,65,95)
#69536E
(105,83,110)
#79657D
(121,101,125)
#89778C
(137,119,140)
#99899B
(153,137,155)
#A99BAA
(169,155,170)
#B9ADB9
(185,173,185)
#C9BFC8
(201,191,200)
#D9D1D7
(217,209,215)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F50; }

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

This text font color is #492F50.


Background Color

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

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

This div background color is #492F50.


Border color

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

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

This div border color is #492F50.


Opacity

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

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

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

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

This text has shadow with #492F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F50 on black background.


Color preview on white background

This text has color #492F50 on white background.



Black color preview on #492F50 background

This text has black color on #492F50 background.


White color preview on #492F50 background

This text has white color on #492F50 background.