COLOR #512869

HEX: #512869
RGB: (81,40,105)

Color info

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

RGB color model

#512869 color RGB value is (81,40,105).

  • red value is 81;
  • green value is 40;
  • blue value is 105.
RGB:
(81,40,105)
(32%,16%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 40 of 255 = 16%
B 105 of 255 = 41%

81
40
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 40 + 105 = 226 (100%)
R 81 of 226 ~ 35.84%
G 40 of 226 ~ 17.7%
B 105 of 226 ~ 46.46%

%35.84
%17.7
%46.46

CMYK color model

#512869 color CMYK value is (23,62,0,59).

  • cyan value is 22.86%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(23,62,0,59)
C23M62Y0K59 
(23%,62%,0%,59%)
(0.23/0.62/0.00/0.59)	

CMYK percentages

%22.86
%61.9
%0
%58.82

Codes

Color #512869 in popluar color models

512869
RGB8140105
HSL278°44.83%28.43%
HSB/HSV278°61.90%41.18%
CMYK22.86%61.90%0.00%
58.82%

Color #512869 in popluar number systems.

HEX512869
Decimal8140105
Binary10100011010001101001
Octal12150151

Shades and tints

Shades of #512869

#512869
(81,40,105)
#4A2560
(74,37,96)
#432257
(67,34,87)
#3C1F4E
(60,31,78)
#351C45
(53,28,69)
#2E193C
(46,25,60)
#271633
(39,22,51)
#20132A
(32,19,42)
#191021
(25,16,33)
#120D18
(18,13,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #512869

#512869
(81,40,105)
#603B76
(96,59,118)
#6F4E83
(111,78,131)
#7E6190
(126,97,144)
#8D749D
(141,116,157)
#9C87AA
(156,135,170)
#AB9AB7
(171,154,183)
#BAADC4
(186,173,196)
#C9C0D1
(201,192,209)
#D8D3DE
(216,211,222)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512869 color. Also use rgb(81,40,105) instead hex code.

Text Font Color

.myTextColor { color: #512869; }

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

This text font color is #512869.


Background Color

.myBgColor { background-color: #512869; }

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

This div background color is #512869.


Border color

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

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

This div border color is #512869.


Opacity

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

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

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

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

This text has shadow with #512869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512869 on black background.


Color preview on white background

This text has color #512869 on white background.



Black color preview on #512869 background

This text has black color on #512869 background.


White color preview on #512869 background

This text has white color on #512869 background.