COLOR #50313F

HEX: #50313F RGB: (80,49,63)

Color info

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

RGB color model

#50313F color RGB value is (80,49,63).

RGB: (80,49,63) (31%, 19%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 63 of 255 = 25%

80
49
63

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

Portions of RGB colors in percentages

R + G + B = 80 + 49 + 63 = 192 (100%)
R 80 of 192 ~ 41.67%
G 49 of 192 ~ 25.52%
B 63 of 192 ~ 32.81'%

%41.67
%25.52
%32.81

CMYK color model

#50313F color CMYK value is (0,39,21,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 21.25%
  • key color value is 68.63%

CMYK: (0,39,21,69)
C0M39Y21K69 (0%, 39%, 21%, 69%)
(0.00 / 0.39 / 0.21 / 0.69)

CMYK percentages

%0
%38.75
%21.25
%68.63

Codes

Color #50313F in popluar color models

50 31 3F
RGB 80 49 63
HSL 333° 24.03% 25.29%
HSB/HSV 333° 38.75% 31.37%
CMYK 0.00% 38.75% 21.25%
68.63%

Color #50313F in popluar number systems.

HEX 50 31 3F
Decimal 80 49 63
Binary 1010000 110001 111111
Octal 120 61 77

Shades and tints

Shades of #50313F

#50313F
(80,49,63)
#492D3A
(73,45,58)
#422935
(66,41,53)
#3B2530
(59,37,48)
#34212B
(52,33,43)
#2D1D26
(45,29,38)
#261921
(38,25,33)
#1F151C
(31,21,28)
#181117
(24,17,23)
#110D12
(17,13,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50313F

#50313F
(80,49,63)
#5F4350
(95,67,80)
#6E5561
(110,85,97)
#7D6772
(125,103,114)
#8C7983
(140,121,131)
#9B8B94
(155,139,148)
#AA9DA5
(170,157,165)
#B9AFB6
(185,175,182)
#C8C1C7
(200,193,199)
#D7D3D8
(215,211,216)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50313F; }

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

This text font color is #50313F.

Background Color

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

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

This div background color is #50313F.

Border color

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

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

This div border color is #50313F.

Opacity

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

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

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

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

This text has shadow with #50313F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50313F.

Preview

Color preview on black background

This text has color #50313F on black background.


Color preview on white background

This text has color #50313F on white background.


Black color preview on #50313F background

This text has black color on #50313F background.


White color preview on #50313F background

This text has white color on #50313F background.


Related colors

Complementary color

Complementary color for #hex is #AFCEC0.


I love getcolorcode.com

Triadic colors

1 #3F5031 and #313F50 with #50313F are triadic colors.

2 #3F3150 and #31503F with #50313F are triadic colors.