COLOR #50163D

HEX: #50163D RGB: (80,22,61)

Color info

#50163D contains red, green and blue colors in about the same proportion. Web safe color of #50163D is #660033 (or #603).

RGB color model

#50163D color RGB value is (80,22,61).

RGB: (80,22,61) (31%, 9%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 61 of 255 = 24%

80
22
61

R + G + B ~ 21%. #50163D is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 22 + 61 = 163 (100%)
R 80 of 163 ~ 49.08%
G 22 of 163 ~ 13.5%
B 61 of 163 ~ 37.42'%

%49.08
%13.5
%37.42

CMYK color model

#50163D color CMYK value is (0,73,24,69).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 23.75%
  • key color value is 68.63%

CMYK: (0,73,24,69)
C0M73Y24K69 (0%, 73%, 24%, 69%)
(0.00 / 0.73 / 0.24 / 0.69)

CMYK percentages

%0
%72.5
%23.75
%68.63

Codes

Color #50163D in popluar color models

50 16 3D
RGB 80 22 61
HSL 320° 56.86% 20.00%
HSB/HSV 320° 72.50% 31.37%
CMYK 0.00% 72.50% 23.75%
68.63%

Color #50163D in popluar number systems.

HEX 50 16 3D
Decimal 80 22 61
Binary 1010000 10110 111101
Octal 120 26 75

Shades and tints

Shades of #50163D

#50163D
(80,22,61)
#491438
(73,20,56)
#421233
(66,18,51)
#3B102E
(59,16,46)
#340E29
(52,14,41)
#2D0C24
(45,12,36)
#260A1F
(38,10,31)
#1F081A
(31,8,26)
#180615
(24,6,21)
#110410
(17,4,16)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #50163D

#50163D
(80,22,61)
#5F2B4E
(95,43,78)
#6E405F
(110,64,95)
#7D5570
(125,85,112)
#8C6A81
(140,106,129)
#9B7F92
(155,127,146)
#AA94A3
(170,148,163)
#B9A9B4
(185,169,180)
#C8BEC5
(200,190,197)
#D7D3D6
(215,211,214)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50163D color. Also use rgb(80,22,61) instead hex code.

Text Font Color

.myTextColor { color: #50163D; }

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

This text font color is #50163D.

Background Color

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

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

This div background color is #50163D.

Border color

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

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

This div border color is #50163D.

Opacity

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

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

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

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

This text has shadow with #50163D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50163D.

Preview

Color preview on black background

This text has color #50163D on black background.


Color preview on white background

This text has color #50163D on white background.


Black color preview on #50163D background

This text has black color on #50163D background.


White color preview on #50163D background

This text has white color on #50163D background.


Related colors

Complementary color

Complementary color for #hex is #AFE9C2.


I love getcolorcode.com

Triadic colors

1 #3D5016 and #163D50 with #50163D are triadic colors.

2 #3D1650 and #16503D with #50163D are triadic colors.