COLOR #51274F

HEX: #51274F
RGB: (81,39,79)

Color info

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

RGB color model

#51274F color RGB value is (81,39,79).

  • red value is 81;
  • green value is 39;
  • blue value is 79.
RGB:
(81,39,79)
(32%,15%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 39 of 255 = 15%
B 79 of 255 = 31%

81
39
79

R + G + B ~ 26%. #51274F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 39 + 79 = 199 (100%)
R 81 of 199 ~ 40.7%
G 39 of 199 ~ 19.6%
B 79 of 199 ~ 39.7%

%40.7
%19.6
%39.7

CMYK color model

#51274F color CMYK value is (0,52,2,68).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,52,2,68)
C0M52Y2K68 
(0%,52%,2%,68%)
(0.00/0.52/0.02/0.68)	

CMYK percentages

%0
%51.85
%2.47
%68.24

Codes

Color #51274F in popluar color models

51274F
RGB813979
HSL303°35.00%23.53%
HSB/HSV303°51.85%31.76%
CMYK0.00%51.85%2.47%
68.24%

Color #51274F in popluar number systems.

HEX51274F
Decimal813979
Binary10100011001111001111
Octal12147117

Shades and tints

Shades of #51274F

#51274F
(81,39,79)
#4A2448
(74,36,72)
#432141
(67,33,65)
#3C1E3A
(60,30,58)
#351B33
(53,27,51)
#2E182C
(46,24,44)
#271525
(39,21,37)
#20121E
(32,18,30)
#190F17
(25,15,23)
#120C10
(18,12,16)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #51274F

#51274F
(81,39,79)
#603A5F
(96,58,95)
#6F4D6F
(111,77,111)
#7E607F
(126,96,127)
#8D738F
(141,115,143)
#9C869F
(156,134,159)
#AB99AF
(171,153,175)
#BAACBF
(186,172,191)
#C9BFCF
(201,191,207)
#D8D2DF
(216,210,223)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51274F color. Also use rgb(81,39,79) instead hex code.

Text Font Color

.myTextColor { color: #51274F; }

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

This text font color is #51274F.


Background Color

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

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

This div background color is #51274F.


Border color

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

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

This div border color is #51274F.


Opacity

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

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

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

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

This text has shadow with #51274F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51274F on black background.


Color preview on white background

This text has color #51274F on white background.



Black color preview on #51274F background

This text has black color on #51274F background.


White color preview on #51274F background

This text has white color on #51274F background.