COLOR #50475B

HEX: #50475B
RGB: (80,71,91)

Color info

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

RGB color model

#50475B color RGB value is (80,71,91).

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

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 91 of 255 = 36%

80
71
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 91 = 242 (100%)
R 80 of 242 ~ 33.06%
G 71 of 242 ~ 29.34%
B 91 of 242 ~ 37.6%

%33.06
%29.34
%37.6

CMYK color model

#50475B color CMYK value is (12,22,0,64).

  • cyan value is 12.09%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(12,22,0,64)
C12M22Y0K64 
(12%,22%,0%,64%)
(0.12/0.22/0.00/0.64)	

CMYK percentages

%12.09
%21.98
%0
%64.31

Codes

Color #50475B in popluar color models

50475B
RGB807191
HSL267°12.35%31.76%
HSB/HSV267°21.98%35.69%
CMYK12.09%21.98%0.00%
64.31%

Color #50475B in popluar number systems.

HEX50475B
Decimal807191
Binary101000010001111011011
Octal120107133

Shades and tints

Shades of #50475B

#50475B
(80,71,91)
#494153
(73,65,83)
#423B4B
(66,59,75)
#3B3543
(59,53,67)
#342F3B
(52,47,59)
#2D2933
(45,41,51)
#26232B
(38,35,43)
#1F1D23
(31,29,35)
#18171B
(24,23,27)
#111113
(17,17,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #50475B

#50475B
(80,71,91)
#5F5769
(95,87,105)
#6E6777
(110,103,119)
#7D7785
(125,119,133)
#8C8793
(140,135,147)
#9B97A1
(155,151,161)
#AAA7AF
(170,167,175)
#B9B7BD
(185,183,189)
#C8C7CB
(200,199,203)
#D7D7D9
(215,215,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50475B; }

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

This text font color is #50475B.


Background Color

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

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

This div background color is #50475B.


Border color

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

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

This div border color is #50475B.


Opacity

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

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

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

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

This text has shadow with #50475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50475B on black background.


Color preview on white background

This text has color #50475B on white background.



Black color preview on #50475B background

This text has black color on #50475B background.


White color preview on #50475B background

This text has white color on #50475B background.