COLOR #50313C

HEX: #50313C
RGB: (80,49,60)

Color info

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

RGB color model

#50313C color RGB value is (80,49,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 60 of 255 = 24%

80
49
60

R + G + B ~ 25%. #50313C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 60 = 189 (100%)
R 80 of 189 ~ 42.33%
G 49 of 189 ~ 25.93%
B 60 of 189 ~ 31.75%

%42.33
%25.93
%31.75

CMYK color model

#50313C color CMYK value is (0,39,25,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(0,39,25,69)
C0M39Y25K69 
(0%,39%,25%,69%)
(0.00/0.39/0.25/0.69)	

CMYK percentages

%0
%38.75
%25
%68.63

Codes

Color #50313C in popluar color models

50313C
RGB804960
HSL339°24.03%25.29%
HSB/HSV339°38.75%31.37%
CMYK0.00%38.75%25.00%
68.63%

Color #50313C in popluar number systems.

HEX50313C
Decimal804960
Binary1010000110001111100
Octal1206174

Shades and tints

Shades of #50313C

#50313C
(80,49,60)
#492D37
(73,45,55)
#422932
(66,41,50)
#3B252D
(59,37,45)
#342128
(52,33,40)
#2D1D23
(45,29,35)
#26191E
(38,25,30)
#1F1519
(31,21,25)
#181114
(24,17,20)
#110D0F
(17,13,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #50313C

#50313C
(80,49,60)
#5F434D
(95,67,77)
#6E555E
(110,85,94)
#7D676F
(125,103,111)
#8C7980
(140,121,128)
#9B8B91
(155,139,145)
#AA9DA2
(170,157,162)
#B9AFB3
(185,175,179)
#C8C1C4
(200,193,196)
#D7D3D5
(215,211,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50313C color. Also use rgb(80,49,60) instead hex code.

Text Font Color

.myTextColor { color: #50313C; }

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

This text font color is #50313C.


Background Color

.myBgColor { background-color: #50313C; }

<div style="background-color:#50313C">Inner text</div>

This div background color is #50313C.


Border color

.myBorderColor { border: 1px solid #50313C; }

<div style="border:3px solid #50313C">Div</div>

This div border color is #50313C.


Opacity

.myOpacity80 { color: #50313C; opacity: 0.8; }

<p style="color:#50313C;opacity:0.8;">80%</p>

Text with #50313C 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 #50313C;}

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

This text has shadow with #50313C color.

.textShadow {text-shadow: 3px 3px 1px #50313C, 3px 3px 1px red;}

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

This text has shadow with #50313C primary color and red secondary color.


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

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

This text has shadow with #50313C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50313C on black background.


Color preview on white background

This text has color #50313C on white background.



Black color preview on #50313C background

This text has black color on #50313C background.


White color preview on #50313C background

This text has white color on #50313C background.