COLOR #51214D

HEX: #51214D
RGB: (81,33,77)

Color info

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

RGB color model

#51214D color RGB value is (81,33,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 33 of 255 = 13%
B 77 of 255 = 30%

81
33
77

R + G + B ~ 25%. #51214D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 33 + 77 = 191 (100%)
R 81 of 191 ~ 42.41%
G 33 of 191 ~ 17.28%
B 77 of 191 ~ 40.31%

%42.41
%17.28
%40.31

CMYK color model

#51214D color CMYK value is (0,59,5,68).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,59,5,68)
C0M59Y5K68 
(0%,59%,5%,68%)
(0.00/0.59/0.05/0.68)	

CMYK percentages

%0
%59.26
%4.94
%68.24

Codes

Color #51214D in popluar color models

51214D
RGB813377
HSL305°42.11%22.35%
HSB/HSV305°59.26%31.76%
CMYK0.00%59.26%4.94%
68.24%

Color #51214D in popluar number systems.

HEX51214D
Decimal813377
Binary10100011000011001101
Octal12141115

Shades and tints

Shades of #51214D

#51214D
(81,33,77)
#4A1E46
(74,30,70)
#431B3F
(67,27,63)
#3C1838
(60,24,56)
#351531
(53,21,49)
#2E122A
(46,18,42)
#270F23
(39,15,35)
#200C1C
(32,12,28)
#190915
(25,9,21)
#12060E
(18,6,14)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #51214D

#51214D
(81,33,77)
#60355D
(96,53,93)
#6F496D
(111,73,109)
#7E5D7D
(126,93,125)
#8D718D
(141,113,141)
#9C859D
(156,133,157)
#AB99AD
(171,153,173)
#BAADBD
(186,173,189)
#C9C1CD
(201,193,205)
#D8D5DD
(216,213,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51214D; }

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

This text font color is #51214D.


Background Color

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

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

This div background color is #51214D.


Border color

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

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

This div border color is #51214D.


Opacity

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

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

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

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

This text has shadow with #51214D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51214D on black background.


Color preview on white background

This text has color #51214D on white background.



Black color preview on #51214D background

This text has black color on #51214D background.


White color preview on #51214D background

This text has white color on #51214D background.