COLOR #51013E

HEX: #51013E
RGB: (81,1,62)

Color info

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

RGB color model

#51013E color RGB value is (81,1,62).

  • red value is 81;
  • green value is 1;
  • blue value is 62.
RGB:
(81,1,62)
(32%,0%,24%)

RGB channels and saturation

R 81 of 255 = 32%
G 1 of 255 = 0%
B 62 of 255 = 24%

81
1
62

R + G + B ~ 19%. #51013E is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 1 + 62 = 144 (100%)
R 81 of 144 ~ 56.25%
G 1 of 144 ~ 0.69%
B 62 of 144 ~ 43.06%

%56.25
%43.06

CMYK color model

#51013E color CMYK value is (0,99,23,68).

  • cyan value is 0.00%
  • magenta value is 98.77%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(0,99,23,68)
C0M99Y23K68 
(0%,99%,23%,68%)
(0.00/0.99/0.23/0.68)	

CMYK percentages

%0
%98.77
%23.46
%68.24

Codes

Color #51013E in popluar color models

51013E
RGB81162
HSL314°97.56%16.08%
HSB/HSV314°98.77%31.76%
CMYK0.00%98.77%23.46%
68.24%

Color #51013E in popluar number systems.

HEX51013E
Decimal81162
Binary10100011111110
Octal121176

Shades and tints

Shades of #51013E

#51013E
(81,1,62)
#4A0139
(74,1,57)
#430134
(67,1,52)
#3C012F
(60,1,47)
#35012A
(53,1,42)
#2E0125
(46,1,37)
#270120
(39,1,32)
#20011B
(32,1,27)
#190116
(25,1,22)
#120111
(18,1,17)
#0B010C
(11,1,12)
#000000
(0,0,0)

Tints of #51013E

#51013E
(81,1,62)
#60184F
(96,24,79)
#6F2F60
(111,47,96)
#7E4671
(126,70,113)
#8D5D82
(141,93,130)
#9C7493
(156,116,147)
#AB8BA4
(171,139,164)
#BAA2B5
(186,162,181)
#C9B9C6
(201,185,198)
#D8D0D7
(216,208,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51013E color. Also use rgb(81,1,62) instead hex code.

Text Font Color

.myTextColor { color: #51013E; }

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

This text font color is #51013E.


Background Color

.myBgColor { background-color: #51013E; }

<div style="background-color:#51013E">Inner text</div>

This div background color is #51013E.


Border color

.myBorderColor { border: 1px solid #51013E; }

<div style="border:3px solid #51013E">Div</div>

This div border color is #51013E.


Opacity

.myOpacity80 { color: #51013E; opacity: 0.8; }

<p style="color:#51013E;opacity:0.8;">80%</p>

Text with #51013E 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 #51013E;}

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

This text has shadow with #51013E color.

.textShadow {text-shadow: 3px 3px 1px #51013E, 3px 3px 1px red;}

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

This text has shadow with #51013E primary color and red secondary color.


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

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

This text has shadow with #51013E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51013E on black background.


Color preview on white background

This text has color #51013E on white background.



Black color preview on #51013E background

This text has black color on #51013E background.


White color preview on #51013E background

This text has white color on #51013E background.