COLOR #51215F

HEX: #51215F RGB: (81,33,95)

Color info

#51215F contains mainly red and blue colors. Web safe color of #51215F is #663366 (or #636).

RGB color model

#51215F color RGB value is (81,33,95).

RGB: (81,33,95) (32%, 13%, 37%)

RGB channels and saturation

R 81 of 255 = 32%
G 33 of 255 = 13%
B 95 of 255 = 37%

81
33
95

R + G + B ~ 27%. #51215F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 33 + 95 = 209 (100%)
R 81 of 209 ~ 38.76%
G 33 of 209 ~ 15.79%
B 95 of 209 ~ 45.45'%

%38.76
%15.79
%45.45

CMYK color model

#51215F color CMYK value is (15,65,0,63).

  • cyan value is 14.74%
  • magenta value is 65.26%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (15,65,0,63)
C15M65Y0K63 (15%, 65%, 0%, 63%)
(0.15 / 0.65 / 0.00 / 0.63)

CMYK percentages

%14.74
%65.26
%0
%62.75

Codes

Color #51215F in popluar color models

51 21 5F
RGB 81 33 95
HSL 286° 48.44% 25.10%
HSB/HSV 286° 65.26% 37.25%
CMYK 14.74% 65.26% 0.00%
62.75%

Color #51215F in popluar number systems.

HEX 51 21 5F
Decimal 81 33 95
Binary 1010001 100001 1011111
Octal 121 41 137

Shades and tints

Shades of #51215F

#51215F
(81,33,95)
#4A1E57
(74,30,87)
#431B4F
(67,27,79)
#3C1847
(60,24,71)
#35153F
(53,21,63)
#2E1237
(46,18,55)
#270F2F
(39,15,47)
#200C27
(32,12,39)
#19091F
(25,9,31)
#120617
(18,6,23)
#0B030F
(11,3,15)
#000000
(0,0,0)

Tints of #51215F

#51215F
(81,33,95)
#60356D
(96,53,109)
#6F497B
(111,73,123)
#7E5D89
(126,93,137)
#8D7197
(141,113,151)
#9C85A5
(156,133,165)
#AB99B3
(171,153,179)
#BAADC1
(186,173,193)
#C9C1CF
(201,193,207)
#D8D5DD
(216,213,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51215F color. Also use rgb(81,33,95) instead hex code.

Text Font Color

.myTextColor { color: #51215F; }

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

This text font color is #51215F.

Background Color

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

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

This div background color is #51215F.

Border color

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

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

This div border color is #51215F.

Opacity

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

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

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

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

This text has shadow with #51215F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51215F.

Preview

Color preview on black background

This text has color #51215F on black background.


Color preview on white background

This text has color #51215F on white background.


Black color preview on #51215F background

This text has black color on #51215F background.


White color preview on #51215F background

This text has white color on #51215F background.


Related colors

Complementary color

Complementary color for #hex is #AEDEA0.


I love getcolorcode.com

Triadic colors

1 #5F5121 and #215F51 with #51215F are triadic colors.

2 #5F2151 and #21515F with #51215F are triadic colors.