COLOR #512C66

HEX: #512C66
RGB: (81,44,102)

Color info

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

RGB color model

#512C66 color RGB value is (81,44,102).

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

RGB channels and saturation

R 81 of 255 = 32%
G 44 of 255 = 17%
B 102 of 255 = 40%

81
44
102

R + G + B ~ 30%. #512C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 44 + 102 = 227 (100%)
R 81 of 227 ~ 35.68%
G 44 of 227 ~ 19.38%
B 102 of 227 ~ 44.93%

%35.68
%19.38
%44.93

CMYK color model

#512C66 color CMYK value is (21,57,0,60).

  • cyan value is 20.59%
  • magenta value is 56.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,57,0,60)
C21M57Y0K60 
(21%,57%,0%,60%)
(0.21/0.57/0.00/0.60)	

CMYK percentages

%20.59
%56.86
%0
%60

Codes

Color #512C66 in popluar color models

512C66
RGB8144102
HSL278°39.73%28.63%
HSB/HSV278°56.86%40.00%
CMYK20.59%56.86%0.00%
60.00%

Color #512C66 in popluar number systems.

HEX512C66
Decimal8144102
Binary10100011011001100110
Octal12154146

Shades and tints

Shades of #512C66

#512C66
(81,44,102)
#4A285D
(74,40,93)
#432454
(67,36,84)
#3C204B
(60,32,75)
#351C42
(53,28,66)
#2E1839
(46,24,57)
#271430
(39,20,48)
#201027
(32,16,39)
#190C1E
(25,12,30)
#120815
(18,8,21)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #512C66

#512C66
(81,44,102)
#603F73
(96,63,115)
#6F5280
(111,82,128)
#7E658D
(126,101,141)
#8D789A
(141,120,154)
#9C8BA7
(156,139,167)
#AB9EB4
(171,158,180)
#BAB1C1
(186,177,193)
#C9C4CE
(201,196,206)
#D8D7DB
(216,215,219)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512C66; }

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

This text font color is #512C66.


Background Color

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

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

This div background color is #512C66.


Border color

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

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

This div border color is #512C66.


Opacity

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

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

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

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

This text has shadow with #512C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512C66 on black background.


Color preview on white background

This text has color #512C66 on white background.



Black color preview on #512C66 background

This text has black color on #512C66 background.


White color preview on #512C66 background

This text has white color on #512C66 background.