COLOR #50314D

HEX: #50314D
RGB: (80,49,77)

Color info

#50314D contains red, green and blue colors in about the same proportion. Web safe color of #50314D is #663333 (or #633).

RGB color model

#50314D color RGB value is (80,49,77).

  • red value is 80;
  • green value is 49;
  • blue value is 77.
RGB:
(80,49,77)
(31%,19%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 77 of 255 = 30%

80
49
77

R + G + B ~ 27%. #50314D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 77 = 206 (100%)
R 80 of 206 ~ 38.83%
G 49 of 206 ~ 23.79%
B 77 of 206 ~ 37.38%

%38.83
%23.79
%37.38

CMYK color model

#50314D color CMYK value is (0,39,4,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(0,39,4,69)
C0M39Y4K69 
(0%,39%,4%,69%)
(0.00/0.39/0.04/0.69)	

CMYK percentages

%0
%38.75
%3.75
%68.63

Codes

Color #50314D in popluar color models

50314D
RGB804977
HSL306°24.03%25.29%
HSB/HSV306°38.75%31.37%
CMYK0.00%38.75%3.75%
68.63%

Color #50314D in popluar number systems.

HEX50314D
Decimal804977
Binary10100001100011001101
Octal12061115

Shades and tints

Shades of #50314D

#50314D
(80,49,77)
#492D46
(73,45,70)
#42293F
(66,41,63)
#3B2538
(59,37,56)
#342131
(52,33,49)
#2D1D2A
(45,29,42)
#261923
(38,25,35)
#1F151C
(31,21,28)
#181115
(24,17,21)
#110D0E
(17,13,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #50314D

#50314D
(80,49,77)
#5F435D
(95,67,93)
#6E556D
(110,85,109)
#7D677D
(125,103,125)
#8C798D
(140,121,141)
#9B8B9D
(155,139,157)
#AA9DAD
(170,157,173)
#B9AFBD
(185,175,189)
#C8C1CD
(200,193,205)
#D7D3DD
(215,211,221)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50314D color. Also use rgb(80,49,77) instead hex code.

Text Font Color

.myTextColor { color: #50314D; }

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

This text font color is #50314D.


Background Color

.myBgColor { background-color: #50314D; }

<div style="background-color:#50314D">Inner text</div>

This div background color is #50314D.


Border color

.myBorderColor { border: 1px solid #50314D; }

<div style="border:3px solid #50314D">Div</div>

This div border color is #50314D.


Opacity

.myOpacity80 { color: #50314D; opacity: 0.8; }

<p style="color:#50314D;opacity:0.8;">80%</p>

Text with #50314D 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 #50314D;}

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

This text has shadow with #50314D color.

.textShadow {text-shadow: 3px 3px 1px #50314D, 3px 3px 1px red;}

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

This text has shadow with #50314D primary color and red secondary color.


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

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

This text has shadow with #50314D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50314D on black background.


Color preview on white background

This text has color #50314D on white background.



Black color preview on #50314D background

This text has black color on #50314D background.


White color preview on #50314D background

This text has white color on #50314D background.