COLOR #51294E

HEX: #51294E
RGB: (81,41,78)

Color info

#51294E contains red, green and blue colors in about the same proportion. Web safe color of #51294E is #663366 (or #636).

RGB color model

#51294E color RGB value is (81,41,78).

  • red value is 81;
  • green value is 41;
  • blue value is 78.
RGB:
(81,41,78)
(32%,16%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 41 of 255 = 16%
B 78 of 255 = 31%

81
41
78

R + G + B ~ 26%. #51294E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 41 + 78 = 200 (100%)
R 81 of 200 ~ 40.5%
G 41 of 200 ~ 20.5%
B 78 of 200 ~ 39%

%40.5
%20.5
%39

CMYK color model

#51294E color CMYK value is (0,49,4,68).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,49,4,68)
C0M49Y4K68 
(0%,49%,4%,68%)
(0.00/0.49/0.04/0.68)	

CMYK percentages

%0
%49.38
%3.7
%68.24

Codes

Color #51294E in popluar color models

51294E
RGB814178
HSL305°32.79%23.92%
HSB/HSV305°49.38%31.76%
CMYK0.00%49.38%3.70%
68.24%

Color #51294E in popluar number systems.

HEX51294E
Decimal814178
Binary10100011010011001110
Octal12151116

Shades and tints

Shades of #51294E

#51294E
(81,41,78)
#4A2647
(74,38,71)
#432340
(67,35,64)
#3C2039
(60,32,57)
#351D32
(53,29,50)
#2E1A2B
(46,26,43)
#271724
(39,23,36)
#20141D
(32,20,29)
#191116
(25,17,22)
#120E0F
(18,14,15)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #51294E

#51294E
(81,41,78)
#603C5E
(96,60,94)
#6F4F6E
(111,79,110)
#7E627E
(126,98,126)
#8D758E
(141,117,142)
#9C889E
(156,136,158)
#AB9BAE
(171,155,174)
#BAAEBE
(186,174,190)
#C9C1CE
(201,193,206)
#D8D4DE
(216,212,222)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51294E color. Also use rgb(81,41,78) instead hex code.

Text Font Color

.myTextColor { color: #51294E; }

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

This text font color is #51294E.


Background Color

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

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

This div background color is #51294E.


Border color

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

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

This div border color is #51294E.


Opacity

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

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

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

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

This text has shadow with #51294E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51294E on black background.


Color preview on white background

This text has color #51294E on white background.



Black color preview on #51294E background

This text has black color on #51294E background.


White color preview on #51294E background

This text has white color on #51294E background.