COLOR #512650

HEX: #512650 RGB: (81,38,80)

Color info

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

RGB color model

#512650 color RGB value is (81,38,80).

RGB: (81,38,80) (32%, 15%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 38 of 255 = 15%
B 80 of 255 = 31%

81
38
80

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

Portions of RGB colors in percentages

R + G + B = 81 + 38 + 80 = 199 (100%)
R 81 of 199 ~ 40.7%
G 38 of 199 ~ 19.1%
B 80 of 199 ~ 40.2'%

%40.7
%19.1
%40.2

CMYK color model

#512650 color CMYK value is (0,53,1,68).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 1.23%
  • key color value is 68.24%

CMYK: (0,53,1,68)
C0M53Y1K68 (0%, 53%, 1%, 68%)
(0.00 / 0.53 / 0.01 / 0.68)

CMYK percentages

%0
%53.09
%1.23
%68.24

Codes

Color #512650 in popluar color models

51 26 50
RGB 81 38 80
HSL 301° 36.13% 23.33%
HSB/HSV 301° 53.09% 31.76%
CMYK 0.00% 53.09% 1.23%
68.24%

Color #512650 in popluar number systems.

HEX 51 26 50
Decimal 81 38 80
Binary 1010001 100110 1010000
Octal 121 46 120

Shades and tints

Shades of #512650

#512650
(81,38,80)
#4A2349
(74,35,73)
#432042
(67,32,66)
#3C1D3B
(60,29,59)
#351A34
(53,26,52)
#2E172D
(46,23,45)
#271426
(39,20,38)
#20111F
(32,17,31)
#190E18
(25,14,24)
#120B11
(18,11,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #512650

#512650
(81,38,80)
#60395F
(96,57,95)
#6F4C6E
(111,76,110)
#7E5F7D
(126,95,125)
#8D728C
(141,114,140)
#9C859B
(156,133,155)
#AB98AA
(171,152,170)
#BAABB9
(186,171,185)
#C9BEC8
(201,190,200)
#D8D1D7
(216,209,215)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512650; }

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

This text font color is #512650.

Background Color

.myBgColor { background-color: #512650; }

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

This div background color is #512650.

Border color

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

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

This div border color is #512650.

Opacity

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

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

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

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

This text has shadow with #512650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512650.

Preview

Color preview on black background

This text has color #512650 on black background.


Color preview on white background

This text has color #512650 on white background.


Black color preview on #512650 background

This text has black color on #512650 background.


White color preview on #512650 background

This text has white color on #512650 background.


Related colors

Complementary color

Complementary color for #hex is #AED9AF.


I love getcolorcode.com

Triadic colors

1 #505126 and #265051 with #512650 are triadic colors.

2 #502651 and #265150 with #512650 are triadic colors.