COLOR #50101B

HEX: #50101B RGB: (80,16,27)

Color info

#50101B contains mainly red and blue colors. Web safe color of #50101B is #660033 (or #603).

RGB color model

#50101B color RGB value is (80,16,27).

RGB: (80,16,27) (31%, 6%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 27 of 255 = 11%

80
16
27

R + G + B ~ 16%. #50101B is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 16 + 27 = 123 (100%)
R 80 of 123 ~ 65.04%
G 16 of 123 ~ 13.01%
B 27 of 123 ~ 21.95'%

%65.04
%13.01
%21.95

CMYK color model

#50101B color CMYK value is (0,80,66,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 66.25%
  • key color value is 68.63%

CMYK: (0,80,66,69)
C0M80Y66K69 (0%, 80%, 66%, 69%)
(0.00 / 0.80 / 0.66 / 0.69)

CMYK percentages

%0
%80
%66.25
%68.63

Codes

Color #50101B in popluar color models

50 10 1B
RGB 80 16 27
HSL 350° 66.67% 18.82%
HSB/HSV 350° 80.00% 31.37%
CMYK 0.00% 80.00% 66.25%
68.63%

Color #50101B in popluar number systems.

HEX 50 10 1B
Decimal 80 16 27
Binary 1010000 10000 11011
Octal 120 20 33

Shades and tints

Shades of #50101B

#50101B
(80,16,27)
#490F19
(73,15,25)
#420E17
(66,14,23)
#3B0D15
(59,13,21)
#340C13
(52,12,19)
#2D0B11
(45,11,17)
#260A0F
(38,10,15)
#1F090D
(31,9,13)
#18080B
(24,8,11)
#110709
(17,7,9)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #50101B

#50101B
(80,16,27)
#5F252F
(95,37,47)
#6E3A43
(110,58,67)
#7D4F57
(125,79,87)
#8C646B
(140,100,107)
#9B797F
(155,121,127)
#AA8E93
(170,142,147)
#B9A3A7
(185,163,167)
#C8B8BB
(200,184,187)
#D7CDCF
(215,205,207)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50101B color. Also use rgb(80,16,27) instead hex code.

Text Font Color

.myTextColor { color: #50101B; }

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

This text font color is #50101B.

Background Color

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

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

This div background color is #50101B.

Border color

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

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

This div border color is #50101B.

Opacity

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

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

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

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

This text has shadow with #50101B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50101B.

Preview

Color preview on black background

This text has color #50101B on black background.


Color preview on white background

This text has color #50101B on white background.


Black color preview on #50101B background

This text has black color on #50101B background.


White color preview on #50101B background

This text has white color on #50101B background.


Related colors

Complementary color

Complementary color for #hex is #AFEFE4.


I love getcolorcode.com

Triadic colors

1 #1B5010 and #101B50 with #50101B are triadic colors.

2 #1B1050 and #10501B with #50101B are triadic colors.