COLOR #50495C

HEX: #50495C
RGB: (80,73,92)

Color info

#50495C contains red, green and blue colors in about the same proportion. Web safe color of #50495C is #663366 (or #636).

RGB color model

#50495C color RGB value is (80,73,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 92 of 255 = 36%

80
73
92

R + G + B ~ 32%. #50495C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 92 = 245 (100%)
R 80 of 245 ~ 32.65%
G 73 of 245 ~ 29.8%
B 92 of 245 ~ 37.55%

%32.65
%29.8
%37.55

CMYK color model

#50495C color CMYK value is (13,21,0,64).

  • cyan value is 13.04%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(13,21,0,64)
C13M21Y0K64 
(13%,21%,0%,64%)
(0.13/0.21/0.00/0.64)	

CMYK percentages

%13.04
%20.65
%0
%63.92

Codes

Color #50495C in popluar color models

50495C
RGB807392
HSL262°11.52%32.35%
HSB/HSV262°20.65%36.08%
CMYK13.04%20.65%0.00%
63.92%

Color #50495C in popluar number systems.

HEX50495C
Decimal807392
Binary101000010010011011100
Octal120111134

Shades and tints

Shades of #50495C

#50495C
(80,73,92)
#494354
(73,67,84)
#423D4C
(66,61,76)
#3B3744
(59,55,68)
#34313C
(52,49,60)
#2D2B34
(45,43,52)
#26252C
(38,37,44)
#1F1F24
(31,31,36)
#18191C
(24,25,28)
#111314
(17,19,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #50495C

#50495C
(80,73,92)
#5F596A
(95,89,106)
#6E6978
(110,105,120)
#7D7986
(125,121,134)
#8C8994
(140,137,148)
#9B99A2
(155,153,162)
#AAA9B0
(170,169,176)
#B9B9BE
(185,185,190)
#C8C9CC
(200,201,204)
#D7D9DA
(215,217,218)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50495C color. Also use rgb(80,73,92) instead hex code.

Text Font Color

.myTextColor { color: #50495C; }

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

This text font color is #50495C.


Background Color

.myBgColor { background-color: #50495C; }

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

This div background color is #50495C.


Border color

.myBorderColor { border: 1px solid #50495C; }

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

This div border color is #50495C.


Opacity

.myOpacity80 { color: #50495C; opacity: 0.8; }

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

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

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

This text has shadow with #50495C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50495C on black background.


Color preview on white background

This text has color #50495C on white background.



Black color preview on #50495C background

This text has black color on #50495C background.


White color preview on #50495C background

This text has white color on #50495C background.