COLOR #512E62

HEX: #512E62
RGB: (81,46,98)

Color info

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

RGB color model

#512E62 color RGB value is (81,46,98).

  • red value is 81;
  • green value is 46;
  • blue value is 98.
RGB:
(81,46,98)
(32%,18%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 46 of 255 = 18%
B 98 of 255 = 38%

81
46
98

R + G + B ~ 29%. #512E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 46 + 98 = 225 (100%)
R 81 of 225 ~ 36%
G 46 of 225 ~ 20.44%
B 98 of 225 ~ 43.56%

%36
%20.44
%43.56

CMYK color model

#512E62 color CMYK value is (17,53,0,62).

  • cyan value is 17.35%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,53,0,62)
C17M53Y0K62 
(17%,53%,0%,62%)
(0.17/0.53/0.00/0.62)	

CMYK percentages

%17.35
%53.06
%0
%61.57

Codes

Color #512E62 in popluar color models

512E62
RGB814698
HSL280°36.11%28.24%
HSB/HSV280°53.06%38.43%
CMYK17.35%53.06%0.00%
61.57%

Color #512E62 in popluar number systems.

HEX512E62
Decimal814698
Binary10100011011101100010
Octal12156142

Shades and tints

Shades of #512E62

#512E62
(81,46,98)
#4A2A5A
(74,42,90)
#432652
(67,38,82)
#3C224A
(60,34,74)
#351E42
(53,30,66)
#2E1A3A
(46,26,58)
#271632
(39,22,50)
#20122A
(32,18,42)
#190E22
(25,14,34)
#120A1A
(18,10,26)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #512E62

#512E62
(81,46,98)
#604170
(96,65,112)
#6F547E
(111,84,126)
#7E678C
(126,103,140)
#8D7A9A
(141,122,154)
#9C8DA8
(156,141,168)
#ABA0B6
(171,160,182)
#BAB3C4
(186,179,196)
#C9C6D2
(201,198,210)
#D8D9E0
(216,217,224)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512E62 color. Also use rgb(81,46,98) instead hex code.

Text Font Color

.myTextColor { color: #512E62; }

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

This text font color is #512E62.


Background Color

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

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

This div background color is #512E62.


Border color

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

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

This div border color is #512E62.


Opacity

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

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

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

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

This text has shadow with #512E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512E62 on black background.


Color preview on white background

This text has color #512E62 on white background.



Black color preview on #512E62 background

This text has black color on #512E62 background.


White color preview on #512E62 background

This text has white color on #512E62 background.