COLOR #50061F

HEX: #50061F
RGB: (80,6,31)

Color info

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

RGB color model

#50061F color RGB value is (80,6,31).

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

RGB channels and saturation

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

80
6
31

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

Portions of RGB colors in percentages

R + G + B =
80 + 6 + 31 = 117 (100%)
R 80 of 117 ~ 68.38%
G 6 of 117 ~ 5.13%
B 31 of 117 ~ 26.5%

%68.38
%26.5

CMYK color model

#50061F color CMYK value is (0,93,61,69).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,93,61,69)
C0M93Y61K69 
(0%,93%,61%,69%)
(0.00/0.93/0.61/0.69)	

CMYK percentages

%0
%92.5
%61.25
%68.63

Codes

Color #50061F in popluar color models

50061F
RGB80631
HSL340°86.05%16.86%
HSB/HSV340°92.50%31.37%
CMYK0.00%92.50%61.25%
68.63%

Color #50061F in popluar number systems.

HEX50061F
Decimal80631
Binary101000011011111
Octal120637

Shades and tints

Shades of #50061F

#50061F
(80,6,31)
#49061D
(73,6,29)
#42061B
(66,6,27)
#3B0619
(59,6,25)
#340617
(52,6,23)
#2D0615
(45,6,21)
#260613
(38,6,19)
#1F0611
(31,6,17)
#18060F
(24,6,15)
#11060D
(17,6,13)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #50061F

#50061F
(80,6,31)
#5F1C33
(95,28,51)
#6E3247
(110,50,71)
#7D485B
(125,72,91)
#8C5E6F
(140,94,111)
#9B7483
(155,116,131)
#AA8A97
(170,138,151)
#B9A0AB
(185,160,171)
#C8B6BF
(200,182,191)
#D7CCD3
(215,204,211)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50061F; }

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

This text font color is #50061F.


Background Color

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

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

This div background color is #50061F.


Border color

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

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

This div border color is #50061F.


Opacity

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

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

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

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

This text has shadow with #50061F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50061F on black background.


Color preview on white background

This text has color #50061F on white background.



Black color preview on #50061F background

This text has black color on #50061F background.


White color preview on #50061F background

This text has white color on #50061F background.