COLOR #50314B

HEX: #50314B
RGB: (80,49,75)

Color info

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

RGB color model

#50314B color RGB value is (80,49,75).

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

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 75 of 255 = 29%

80
49
75

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

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 75 = 204 (100%)
R 80 of 204 ~ 39.22%
G 49 of 204 ~ 24.02%
B 75 of 204 ~ 36.76%

%39.22
%24.02
%36.76

CMYK color model

#50314B color CMYK value is (0,39,6,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(0,39,6,69)
C0M39Y6K69 
(0%,39%,6%,69%)
(0.00/0.39/0.06/0.69)	

CMYK percentages

%0
%38.75
%6.25
%68.63

Codes

Color #50314B in popluar color models

50314B
RGB804975
HSL310°24.03%25.29%
HSB/HSV310°38.75%31.37%
CMYK0.00%38.75%6.25%
68.63%

Color #50314B in popluar number systems.

HEX50314B
Decimal804975
Binary10100001100011001011
Octal12061113

Shades and tints

Shades of #50314B

#50314B
(80,49,75)
#492D45
(73,45,69)
#42293F
(66,41,63)
#3B2539
(59,37,57)
#342133
(52,33,51)
#2D1D2D
(45,29,45)
#261927
(38,25,39)
#1F1521
(31,21,33)
#18111B
(24,17,27)
#110D15
(17,13,21)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #50314B

#50314B
(80,49,75)
#5F435B
(95,67,91)
#6E556B
(110,85,107)
#7D677B
(125,103,123)
#8C798B
(140,121,139)
#9B8B9B
(155,139,155)
#AA9DAB
(170,157,171)
#B9AFBB
(185,175,187)
#C8C1CB
(200,193,203)
#D7D3DB
(215,211,219)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50314B; }

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

This text font color is #50314B.


Background Color

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

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

This div background color is #50314B.


Border color

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

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

This div border color is #50314B.


Opacity

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

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

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

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

This text has shadow with #50314B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50314B on black background.


Color preview on white background

This text has color #50314B on white background.



Black color preview on #50314B background

This text has black color on #50314B background.


White color preview on #50314B background

This text has white color on #50314B background.