COLOR #50475A

HEX: #50475A
RGB: (80,71,90)

Color info

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

RGB color model

#50475A color RGB value is (80,71,90).

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

RGB channels and saturation

R 80 of 255 = 31%
G 71 of 255 = 28%
B 90 of 255 = 35%

80
71
90

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

Portions of RGB colors in percentages

R + G + B =
80 + 71 + 90 = 241 (100%)
R 80 of 241 ~ 33.2%
G 71 of 241 ~ 29.46%
B 90 of 241 ~ 37.34%

%33.2
%29.46
%37.34

CMYK color model

#50475A color CMYK value is (11,21,0,65).

  • cyan value is 11.11%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(11,21,0,65)
C11M21Y0K65 
(11%,21%,0%,65%)
(0.11/0.21/0.00/0.65)	

CMYK percentages

%11.11
%21.11
%0
%64.71

Codes

Color #50475A in popluar color models

50475A
RGB807190
HSL268°11.80%31.57%
HSB/HSV268°21.11%35.29%
CMYK11.11%21.11%0.00%
64.71%

Color #50475A in popluar number systems.

HEX50475A
Decimal807190
Binary101000010001111011010
Octal120107132

Shades and tints

Shades of #50475A

#50475A
(80,71,90)
#494152
(73,65,82)
#423B4A
(66,59,74)
#3B3542
(59,53,66)
#342F3A
(52,47,58)
#2D2932
(45,41,50)
#26232A
(38,35,42)
#1F1D22
(31,29,34)
#18171A
(24,23,26)
#111112
(17,17,18)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50475A

#50475A
(80,71,90)
#5F5769
(95,87,105)
#6E6778
(110,103,120)
#7D7787
(125,119,135)
#8C8796
(140,135,150)
#9B97A5
(155,151,165)
#AAA7B4
(170,167,180)
#B9B7C3
(185,183,195)
#C8C7D2
(200,199,210)
#D7D7E1
(215,215,225)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50475A; }

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

This text font color is #50475A.


Background Color

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

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

This div background color is #50475A.


Border color

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

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

This div border color is #50475A.


Opacity

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

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

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

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

This text has shadow with #50475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50475A on black background.


Color preview on white background

This text has color #50475A on white background.



Black color preview on #50475A background

This text has black color on #50475A background.


White color preview on #50475A background

This text has white color on #50475A background.