COLOR #50201B

HEX: #50201B
RGB: (80,32,27)

Color info

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

RGB color model

#50201B color RGB value is (80,32,27).

  • red value is 80;
  • green value is 32;
  • blue value is 27.
RGB:
(80,32,27)
(31%,13%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 27 of 255 = 11%

80
32
27

R + G + B ~ 18%. #50201B is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 27 = 139 (100%)
R 80 of 139 ~ 57.55%
G 32 of 139 ~ 23.02%
B 27 of 139 ~ 19.42%

%57.55
%23.02
%19.42

CMYK color model

#50201B color CMYK value is (0,60,66,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(0,60,66,69)
C0M60Y66K69 
(0%,60%,66%,69%)
(0.00/0.60/0.66/0.69)	

CMYK percentages

%0
%60
%66.25
%68.63

Codes

Color #50201B in popluar color models

50201B
RGB803227
HSL49.53%20.98%
HSB/HSV66.25%31.37%
CMYK0.00%60.00%66.25%
68.63%

Color #50201B in popluar number systems.

HEX50201B
Decimal803227
Binary101000010000011011
Octal1204033

Shades and tints

Shades of #50201B

#50201B
(80,32,27)
#491E19
(73,30,25)
#421C17
(66,28,23)
#3B1A15
(59,26,21)
#341813
(52,24,19)
#2D1611
(45,22,17)
#26140F
(38,20,15)
#1F120D
(31,18,13)
#18100B
(24,16,11)
#110E09
(17,14,9)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #50201B

#50201B
(80,32,27)
#5F342F
(95,52,47)
#6E4843
(110,72,67)
#7D5C57
(125,92,87)
#8C706B
(140,112,107)
#9B847F
(155,132,127)
#AA9893
(170,152,147)
#B9ACA7
(185,172,167)
#C8C0BB
(200,192,187)
#D7D4CF
(215,212,207)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50201B; }

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

This text font color is #50201B.


Background Color

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

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

This div background color is #50201B.


Border color

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

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

This div border color is #50201B.


Opacity

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

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

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

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

This text has shadow with #50201B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50201B on black background.


Color preview on white background

This text has color #50201B on white background.



Black color preview on #50201B background

This text has black color on #50201B background.


White color preview on #50201B background

This text has white color on #50201B background.