COLOR #512C71

HEX: #512C71
RGB: (81,44,113)

Color info

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

RGB color model

#512C71 color RGB value is (81,44,113).

  • red value is 81;
  • green value is 44;
  • blue value is 113.
RGB:
(81,44,113)
(32%,17%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 113 of 255 = 44%

81
44
113

R + G + B ~ 31%. #512C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 113 = 238 (100%)
R 81 of 238 ~ 34.03%
G 44 of 238 ~ 18.49%
B 113 of 238 ~ 47.48%

%34.03
%18.49
%47.48

CMYK color model

#512C71 color CMYK value is (28,61,0,56).

  • cyan value is 28.32%
  • magenta value is 61.06%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(28,61,0,56)
C28M61Y0K56 
(28%,61%,0%,56%)
(0.28/0.61/0.00/0.56)	

CMYK percentages

%28.32
%61.06
%0
%55.69

Codes

Color #512C71 in popluar color models

512C71
RGB8144113
HSL272°43.95%30.78%
HSB/HSV272°61.06%44.31%
CMYK28.32%61.06%0.00%
55.69%

Color #512C71 in popluar number systems.

HEX512C71
Decimal8144113
Binary10100011011001110001
Octal12154161

Shades and tints

Shades of #512C71

#512C71
(81,44,113)
#4A2867
(74,40,103)
#43245D
(67,36,93)
#3C2053
(60,32,83)
#351C49
(53,28,73)
#2E183F
(46,24,63)
#271435
(39,20,53)
#20102B
(32,16,43)
#190C21
(25,12,33)
#120817
(18,8,23)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #512C71

#512C71
(81,44,113)
#603F7D
(96,63,125)
#6F5289
(111,82,137)
#7E6595
(126,101,149)
#8D78A1
(141,120,161)
#9C8BAD
(156,139,173)
#AB9EB9
(171,158,185)
#BAB1C5
(186,177,197)
#C9C4D1
(201,196,209)
#D8D7DD
(216,215,221)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512C71 color. Also use rgb(81,44,113) instead hex code.

Text Font Color

.myTextColor { color: #512C71; }

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

This text font color is #512C71.


Background Color

.myBgColor { background-color: #512C71; }

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

This div background color is #512C71.


Border color

.myBorderColor { border: 1px solid #512C71; }

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

This div border color is #512C71.


Opacity

.myOpacity80 { color: #512C71; opacity: 0.8; }

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

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

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

This text has shadow with #512C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C71 on black background.


Color preview on white background

This text has color #512C71 on white background.



Black color preview on #512C71 background

This text has black color on #512C71 background.


White color preview on #512C71 background

This text has white color on #512C71 background.