COLOR #50475E

HEX: #50475E
RGB: (80,71,94)

Color info

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

RGB color model

#50475E color RGB value is (80,71,94).

  • red value is 80;
  • green value is 71;
  • blue value is 94.
RGB:
(80,71,94)
(31%,28%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 94 of 255 = 37%

80
71
94

R + G + B ~ 32%. #50475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 94 = 245 (100%)
R 80 of 245 ~ 32.65%
G 71 of 245 ~ 28.98%
B 94 of 245 ~ 38.37%

%32.65
%28.98
%38.37

CMYK color model

#50475E color CMYK value is (15,24,0,63).

  • cyan value is 14.89%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,24,0,63)
C15M24Y0K63 
(15%,24%,0%,63%)
(0.15/0.24/0.00/0.63)	

CMYK percentages

%14.89
%24.47
%0
%63.14

Codes

Color #50475E in popluar color models

50475E
RGB807194
HSL263°13.94%32.35%
HSB/HSV263°24.47%36.86%
CMYK14.89%24.47%0.00%
63.14%

Color #50475E in popluar number systems.

HEX50475E
Decimal807194
Binary101000010001111011110
Octal120107136

Shades and tints

Shades of #50475E

#50475E
(80,71,94)
#494156
(73,65,86)
#423B4E
(66,59,78)
#3B3546
(59,53,70)
#342F3E
(52,47,62)
#2D2936
(45,41,54)
#26232E
(38,35,46)
#1F1D26
(31,29,38)
#18171E
(24,23,30)
#111116
(17,17,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50475E

#50475E
(80,71,94)
#5F576C
(95,87,108)
#6E677A
(110,103,122)
#7D7788
(125,119,136)
#8C8796
(140,135,150)
#9B97A4
(155,151,164)
#AAA7B2
(170,167,178)
#B9B7C0
(185,183,192)
#C8C7CE
(200,199,206)
#D7D7DC
(215,215,220)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50475E color. Also use rgb(80,71,94) instead hex code.

Text Font Color

.myTextColor { color: #50475E; }

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

This text font color is #50475E.


Background Color

.myBgColor { background-color: #50475E; }

<div style="background-color:#50475E">Inner text</div>

This div background color is #50475E.


Border color

.myBorderColor { border: 1px solid #50475E; }

<div style="border:3px solid #50475E">Div</div>

This div border color is #50475E.


Opacity

.myOpacity80 { color: #50475E; opacity: 0.8; }

<p style="color:#50475E;opacity:0.8;">80%</p>

Text with #50475E 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 #50475E;}

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

This text has shadow with #50475E color.

.textShadow {text-shadow: 3px 3px 1px #50475E, 3px 3px 1px red;}

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

This text has shadow with #50475E primary color and red secondary color.


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

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

This text has shadow with #50475E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50475E on black background.


Color preview on white background

This text has color #50475E on white background.



Black color preview on #50475E background

This text has black color on #50475E background.


White color preview on #50475E background

This text has white color on #50475E background.