COLOR #50313A

HEX: #50313A
RGB: (80,49,58)

Color info

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

RGB color model

#50313A color RGB value is (80,49,58).

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

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 58 of 255 = 23%

80
49
58

R + G + B ~ 24%. #50313A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 58 = 187 (100%)
R 80 of 187 ~ 42.78%
G 49 of 187 ~ 26.2%
B 58 of 187 ~ 31.02%

%42.78
%26.2
%31.02

CMYK color model

#50313A color CMYK value is (0,39,28,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,39,28,69)
C0M39Y28K69 
(0%,39%,28%,69%)
(0.00/0.39/0.28/0.69)	

CMYK percentages

%0
%38.75
%27.5
%68.63

Codes

Color #50313A in popluar color models

50313A
RGB804958
HSL343°24.03%25.29%
HSB/HSV343°38.75%31.37%
CMYK0.00%38.75%27.50%
68.63%

Color #50313A in popluar number systems.

HEX50313A
Decimal804958
Binary1010000110001111010
Octal1206172

Shades and tints

Shades of #50313A

#50313A
(80,49,58)
#492D35
(73,45,53)
#422930
(66,41,48)
#3B252B
(59,37,43)
#342126
(52,33,38)
#2D1D21
(45,29,33)
#26191C
(38,25,28)
#1F1517
(31,21,23)
#181112
(24,17,18)
#110D0D
(17,13,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #50313A

#50313A
(80,49,58)
#5F434B
(95,67,75)
#6E555C
(110,85,92)
#7D676D
(125,103,109)
#8C797E
(140,121,126)
#9B8B8F
(155,139,143)
#AA9DA0
(170,157,160)
#B9AFB1
(185,175,177)
#C8C1C2
(200,193,194)
#D7D3D3
(215,211,211)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50313A; }

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

This text font color is #50313A.


Background Color

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

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

This div background color is #50313A.


Border color

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

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

This div border color is #50313A.


Opacity

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

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

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

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

This text has shadow with #50313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50313A on black background.


Color preview on white background

This text has color #50313A on white background.



Black color preview on #50313A background

This text has black color on #50313A background.


White color preview on #50313A background

This text has white color on #50313A background.