COLOR #512751

HEX: #512751
RGB: (81,39,81)

Color info

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

RGB color model

#512751 color RGB value is (81,39,81).

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

RGB channels and saturation

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

81
39
81

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

Portions of RGB colors in percentages

R + G + B =
81 + 39 + 81 = 201 (100%)
R 81 of 201 ~ 40.3%
G 39 of 201 ~ 19.4%
B 81 of 201 ~ 40.3%

%40.3
%19.4
%40.3

CMYK color model

#512751 color CMYK value is (0,52,0,68).

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

CMYK percentages

%0
%51.85
%0
%68.24

Codes

Color #512751 in popluar color models

512751
RGB813981
HSL300°35.00%23.53%
HSB/HSV300°51.85%31.76%
CMYK0.00%51.85%0.00%
68.24%

Color #512751 in popluar number systems.

HEX512751
Decimal813981
Binary10100011001111010001
Octal12147121

Shades and tints

Shades of #512751

#512751
(81,39,81)
#4A244A
(74,36,74)
#432143
(67,33,67)
#3C1E3C
(60,30,60)
#351B35
(53,27,53)
#2E182E
(46,24,46)
#271527
(39,21,39)
#201220
(32,18,32)
#190F19
(25,15,25)
#120C12
(18,12,18)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #512751

#512751
(81,39,81)
#603A60
(96,58,96)
#6F4D6F
(111,77,111)
#7E607E
(126,96,126)
#8D738D
(141,115,141)
#9C869C
(156,134,156)
#AB99AB
(171,153,171)
#BAACBA
(186,172,186)
#C9BFC9
(201,191,201)
#D8D2D8
(216,210,216)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512751; }

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

This text font color is #512751.


Background Color

.myBgColor { background-color: #512751; }

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

This div background color is #512751.


Border color

.myBorderColor { border: 1px solid #512751; }

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

This div border color is #512751.


Opacity

.myOpacity80 { color: #512751; opacity: 0.8; }

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

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

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

This text has shadow with #512751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512751 on black background.


Color preview on white background

This text has color #512751 on white background.



Black color preview on #512751 background

This text has black color on #512751 background.


White color preview on #512751 background

This text has white color on #512751 background.