COLOR #512464

HEX: #512464
RGB: (81,36,100)

Color info

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

RGB color model

#512464 color RGB value is (81,36,100).

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

RGB channels and saturation

R 81 of 255 = 32%
G 36 of 255 = 14%
B 100 of 255 = 39%

81
36
100

R + G + B ~ 28%. #512464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 36 + 100 = 217 (100%)
R 81 of 217 ~ 37.33%
G 36 of 217 ~ 16.59%
B 100 of 217 ~ 46.08%

%37.33
%16.59
%46.08

CMYK color model

#512464 color CMYK value is (19,64,0,61).

  • cyan value is 19.00%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(19,64,0,61)
C19M64Y0K61 
(19%,64%,0%,61%)
(0.19/0.64/0.00/0.61)	

CMYK percentages

%19
%64
%0
%60.78

Codes

Color #512464 in popluar color models

512464
RGB8136100
HSL282°47.06%26.67%
HSB/HSV282°64.00%39.22%
CMYK19.00%64.00%0.00%
60.78%

Color #512464 in popluar number systems.

HEX512464
Decimal8136100
Binary10100011001001100100
Octal12144144

Shades and tints

Shades of #512464

#512464
(81,36,100)
#4A215B
(74,33,91)
#431E52
(67,30,82)
#3C1B49
(60,27,73)
#351840
(53,24,64)
#2E1537
(46,21,55)
#27122E
(39,18,46)
#200F25
(32,15,37)
#190C1C
(25,12,28)
#120913
(18,9,19)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #512464

#512464
(81,36,100)
#603772
(96,55,114)
#6F4A80
(111,74,128)
#7E5D8E
(126,93,142)
#8D709C
(141,112,156)
#9C83AA
(156,131,170)
#AB96B8
(171,150,184)
#BAA9C6
(186,169,198)
#C9BCD4
(201,188,212)
#D8CFE2
(216,207,226)
#E7E2F0
(231,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512464; }

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

This text font color is #512464.


Background Color

.myBgColor { background-color: #512464; }

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

This div background color is #512464.


Border color

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

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

This div border color is #512464.


Opacity

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

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

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

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

This text has shadow with #512464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512464 on black background.


Color preview on white background

This text has color #512464 on white background.



Black color preview on #512464 background

This text has black color on #512464 background.


White color preview on #512464 background

This text has white color on #512464 background.