COLOR #50051F

HEX: #50051F
RGB: (80,5,31)

Color info

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

RGB color model

#50051F color RGB value is (80,5,31).

  • red value is 80;
  • green value is 5;
  • blue value is 31.
RGB:
(80,5,31)
(31%,2%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 5 of 255 = 2%
B 31 of 255 = 12%

80
5
31

R + G + B ~ 15%. #50051F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 5 + 31 = 116 (100%)
R 80 of 116 ~ 68.97%
G 5 of 116 ~ 4.31%
B 31 of 116 ~ 26.72%

%68.97
%26.72

CMYK color model

#50051F color CMYK value is (0,94,61,69).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,94,61,69)
C0M94Y61K69 
(0%,94%,61%,69%)
(0.00/0.94/0.61/0.69)	

CMYK percentages

%0
%93.75
%61.25
%68.63

Codes

Color #50051F in popluar color models

50051F
RGB80531
HSL339°88.24%16.67%
HSB/HSV339°93.75%31.37%
CMYK0.00%93.75%61.25%
68.63%

Color #50051F in popluar number systems.

HEX50051F
Decimal80531
Binary101000010111111
Octal120537

Shades and tints

Shades of #50051F

#50051F
(80,5,31)
#49051D
(73,5,29)
#42051B
(66,5,27)
#3B0519
(59,5,25)
#340517
(52,5,23)
#2D0515
(45,5,21)
#260513
(38,5,19)
#1F0511
(31,5,17)
#18050F
(24,5,15)
#11050D
(17,5,13)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #50051F

#50051F
(80,5,31)
#5F1B33
(95,27,51)
#6E3147
(110,49,71)
#7D475B
(125,71,91)
#8C5D6F
(140,93,111)
#9B7383
(155,115,131)
#AA8997
(170,137,151)
#B99FAB
(185,159,171)
#C8B5BF
(200,181,191)
#D7CBD3
(215,203,211)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50051F color. Also use rgb(80,5,31) instead hex code.

Text Font Color

.myTextColor { color: #50051F; }

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

This text font color is #50051F.


Background Color

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

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

This div background color is #50051F.


Border color

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

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

This div border color is #50051F.


Opacity

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

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

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

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

This text has shadow with #50051F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50051F on black background.


Color preview on white background

This text has color #50051F on white background.



Black color preview on #50051F background

This text has black color on #50051F background.


White color preview on #50051F background

This text has white color on #50051F background.