COLOR #51294D

HEX: #51294D
RGB: (81,41,77)

Color info

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

RGB color model

#51294D color RGB value is (81,41,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 41 of 255 = 16%
B 77 of 255 = 30%

81
41
77

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

Portions of RGB colors in percentages

R + G + B =
81 + 41 + 77 = 199 (100%)
R 81 of 199 ~ 40.7%
G 41 of 199 ~ 20.6%
B 77 of 199 ~ 38.69%

%40.7
%20.6
%38.69

CMYK color model

#51294D color CMYK value is (0,49,5,68).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,49,5,68)
C0M49Y5K68 
(0%,49%,5%,68%)
(0.00/0.49/0.05/0.68)	

CMYK percentages

%0
%49.38
%4.94
%68.24

Codes

Color #51294D in popluar color models

51294D
RGB814177
HSL306°32.79%23.92%
HSB/HSV306°49.38%31.76%
CMYK0.00%49.38%4.94%
68.24%

Color #51294D in popluar number systems.

HEX51294D
Decimal814177
Binary10100011010011001101
Octal12151115

Shades and tints

Shades of #51294D

#51294D
(81,41,77)
#4A2646
(74,38,70)
#43233F
(67,35,63)
#3C2038
(60,32,56)
#351D31
(53,29,49)
#2E1A2A
(46,26,42)
#271723
(39,23,35)
#20141C
(32,20,28)
#191115
(25,17,21)
#120E0E
(18,14,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #51294D

#51294D
(81,41,77)
#603C5D
(96,60,93)
#6F4F6D
(111,79,109)
#7E627D
(126,98,125)
#8D758D
(141,117,141)
#9C889D
(156,136,157)
#AB9BAD
(171,155,173)
#BAAEBD
(186,174,189)
#C9C1CD
(201,193,205)
#D8D4DD
(216,212,221)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51294D; }

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

This text font color is #51294D.


Background Color

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

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

This div background color is #51294D.


Border color

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

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

This div border color is #51294D.


Opacity

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

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

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

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

This text has shadow with #51294D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51294D on black background.


Color preview on white background

This text has color #51294D on white background.



Black color preview on #51294D background

This text has black color on #51294D background.


White color preview on #51294D background

This text has white color on #51294D background.