COLOR #50475F

HEX: #50475F
RGB: (80,71,95)

Color info

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

RGB color model

#50475F color RGB value is (80,71,95).

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

RGB channels and saturation

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

80
71
95

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 95 = 246 (100%)
R 80 of 246 ~ 32.52%
G 71 of 246 ~ 28.86%
B 95 of 246 ~ 38.62%

%32.52
%28.86
%38.62

CMYK color model

#50475F color CMYK value is (16,25,0,63).

  • cyan value is 15.79%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,25,0,63)
C16M25Y0K63 
(16%,25%,0%,63%)
(0.16/0.25/0.00/0.63)	

CMYK percentages

%15.79
%25.26
%0
%62.75

Codes

Color #50475F in popluar color models

50475F
RGB807195
HSL263°14.46%32.55%
HSB/HSV263°25.26%37.25%
CMYK15.79%25.26%0.00%
62.75%

Color #50475F in popluar number systems.

HEX50475F
Decimal807195
Binary101000010001111011111
Octal120107137

Shades and tints

Shades of #50475F

#50475F
(80,71,95)
#494157
(73,65,87)
#423B4F
(66,59,79)
#3B3547
(59,53,71)
#342F3F
(52,47,63)
#2D2937
(45,41,55)
#26232F
(38,35,47)
#1F1D27
(31,29,39)
#18171F
(24,23,31)
#111117
(17,17,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #50475F

#50475F
(80,71,95)
#5F576D
(95,87,109)
#6E677B
(110,103,123)
#7D7789
(125,119,137)
#8C8797
(140,135,151)
#9B97A5
(155,151,165)
#AAA7B3
(170,167,179)
#B9B7C1
(185,183,193)
#C8C7CF
(200,199,207)
#D7D7DD
(215,215,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50475F; }

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

This text font color is #50475F.


Background Color

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

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

This div background color is #50475F.


Border color

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

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

This div border color is #50475F.


Opacity

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

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

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

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

This text has shadow with #50475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50475F on black background.


Color preview on white background

This text has color #50475F on white background.



Black color preview on #50475F background

This text has black color on #50475F background.


White color preview on #50475F background

This text has white color on #50475F background.