COLOR #512E77

HEX: #512E77
RGB: (81,46,119)

Color info

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

RGB color model

#512E77 color RGB value is (81,46,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 46 of 255 = 18%
B 119 of 255 = 47%

81
46
119

R + G + B ~ 32%. #512E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 46 + 119 = 246 (100%)
R 81 of 246 ~ 32.93%
G 46 of 246 ~ 18.7%
B 119 of 246 ~ 48.37%

%32.93
%18.7
%48.37

CMYK color model

#512E77 color CMYK value is (32,61,0,53).

  • cyan value is 31.93%
  • magenta value is 61.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,61,0,53)
C32M61Y0K53 
(32%,61%,0%,53%)
(0.32/0.61/0.00/0.53)	

CMYK percentages

%31.93
%61.34
%0
%53.33

Codes

Color #512E77 in popluar color models

512E77
RGB8146119
HSL269°44.24%32.35%
HSB/HSV269°61.34%46.67%
CMYK31.93%61.34%0.00%
53.33%

Color #512E77 in popluar number systems.

HEX512E77
Decimal8146119
Binary10100011011101110111
Octal12156167

Shades and tints

Shades of #512E77

#512E77
(81,46,119)
#4A2A6D
(74,42,109)
#432663
(67,38,99)
#3C2259
(60,34,89)
#351E4F
(53,30,79)
#2E1A45
(46,26,69)
#27163B
(39,22,59)
#201231
(32,18,49)
#190E27
(25,14,39)
#120A1D
(18,10,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #512E77

#512E77
(81,46,119)
#604183
(96,65,131)
#6F548F
(111,84,143)
#7E679B
(126,103,155)
#8D7AA7
(141,122,167)
#9C8DB3
(156,141,179)
#ABA0BF
(171,160,191)
#BAB3CB
(186,179,203)
#C9C6D7
(201,198,215)
#D8D9E3
(216,217,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512E77; }

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

This text font color is #512E77.


Background Color

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

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

This div background color is #512E77.


Border color

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

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

This div border color is #512E77.


Opacity

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

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

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

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

This text has shadow with #512E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512E77 on black background.


Color preview on white background

This text has color #512E77 on white background.



Black color preview on #512E77 background

This text has black color on #512E77 background.


White color preview on #512E77 background

This text has white color on #512E77 background.