COLOR #50271C

HEX: #50271C
RGB: (80,39,28)

Color info

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

RGB color model

#50271C color RGB value is (80,39,28).

  • red value is 80;
  • green value is 39;
  • blue value is 28.
RGB:
(80,39,28)
(31%,15%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 39 of 255 = 15%
B 28 of 255 = 11%

80
39
28

R + G + B ~ 19%. #50271C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 39 + 28 = 147 (100%)
R 80 of 147 ~ 54.42%
G 39 of 147 ~ 26.53%
B 28 of 147 ~ 19.05%

%54.42
%26.53
%19.05

CMYK color model

#50271C color CMYK value is (0,51,65,69).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,51,65,69)
C0M51Y65K69 
(0%,51%,65%,69%)
(0.00/0.51/0.65/0.69)	

CMYK percentages

%0
%51.25
%65
%68.63

Codes

Color #50271C in popluar color models

50271C
RGB803928
HSL13°48.15%21.18%
HSB/HSV13°65.00%31.37%
CMYK0.00%51.25%65.00%
68.63%

Color #50271C in popluar number systems.

HEX50271C
Decimal803928
Binary101000010011111100
Octal1204734

Shades and tints

Shades of #50271C

#50271C
(80,39,28)
#49241A
(73,36,26)
#422118
(66,33,24)
#3B1E16
(59,30,22)
#341B14
(52,27,20)
#2D1812
(45,24,18)
#261510
(38,21,16)
#1F120E
(31,18,14)
#180F0C
(24,15,12)
#110C0A
(17,12,10)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #50271C

#50271C
(80,39,28)
#5F3A30
(95,58,48)
#6E4D44
(110,77,68)
#7D6058
(125,96,88)
#8C736C
(140,115,108)
#9B8680
(155,134,128)
#AA9994
(170,153,148)
#B9ACA8
(185,172,168)
#C8BFBC
(200,191,188)
#D7D2D0
(215,210,208)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50271C color. Also use rgb(80,39,28) instead hex code.

Text Font Color

.myTextColor { color: #50271C; }

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

This text font color is #50271C.


Background Color

.myBgColor { background-color: #50271C; }

<div style="background-color:#50271C">Inner text</div>

This div background color is #50271C.


Border color

.myBorderColor { border: 1px solid #50271C; }

<div style="border:3px solid #50271C">Div</div>

This div border color is #50271C.


Opacity

.myOpacity80 { color: #50271C; opacity: 0.8; }

<p style="color:#50271C;opacity:0.8;">80%</p>

Text with #50271C 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 #50271C;}

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

This text has shadow with #50271C color.

.textShadow {text-shadow: 3px 3px 1px #50271C, 3px 3px 1px red;}

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

This text has shadow with #50271C primary color and red secondary color.


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

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

This text has shadow with #50271C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50271C on black background.


Color preview on white background

This text has color #50271C on white background.



Black color preview on #50271C background

This text has black color on #50271C background.


White color preview on #50271C background

This text has white color on #50271C background.