COLOR #511C53

HEX: #511C53
RGB: (81,28,83)

Color info

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

RGB color model

#511C53 color RGB value is (81,28,83).

  • red value is 81;
  • green value is 28;
  • blue value is 83.
RGB:
(81,28,83)
(32%,11%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 83 of 255 = 33%

81
28
83

R + G + B ~ 25%. #511C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 83 = 192 (100%)
R 81 of 192 ~ 42.19%
G 28 of 192 ~ 14.58%
B 83 of 192 ~ 43.23%

%42.19
%14.58
%43.23

CMYK color model

#511C53 color CMYK value is (2,66,0,67).

  • cyan value is 2.41%
  • magenta value is 66.27%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,66,0,67)
C2M66Y0K67 
(2%,66%,0%,67%)
(0.02/0.66/0.00/0.67)	

CMYK percentages

%2.41
%66.27
%0
%67.45

Codes

Color #511C53 in popluar color models

511C53
RGB812883
HSL298°49.55%21.76%
HSB/HSV298°66.27%32.55%
CMYK2.41%66.27%0.00%
67.45%

Color #511C53 in popluar number systems.

HEX511C53
Decimal812883
Binary1010001111001010011
Octal12134123

Shades and tints

Shades of #511C53

#511C53
(81,28,83)
#4A1A4C
(74,26,76)
#431845
(67,24,69)
#3C163E
(60,22,62)
#351437
(53,20,55)
#2E1230
(46,18,48)
#271029
(39,16,41)
#200E22
(32,14,34)
#190C1B
(25,12,27)
#120A14
(18,10,20)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #511C53

#511C53
(81,28,83)
#603062
(96,48,98)
#6F4471
(111,68,113)
#7E5880
(126,88,128)
#8D6C8F
(141,108,143)
#9C809E
(156,128,158)
#AB94AD
(171,148,173)
#BAA8BC
(186,168,188)
#C9BCCB
(201,188,203)
#D8D0DA
(216,208,218)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C53 color. Also use rgb(81,28,83) instead hex code.

Text Font Color

.myTextColor { color: #511C53; }

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

This text font color is #511C53.


Background Color

.myBgColor { background-color: #511C53; }

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

This div background color is #511C53.


Border color

.myBorderColor { border: 1px solid #511C53; }

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

This div border color is #511C53.


Opacity

.myOpacity80 { color: #511C53; opacity: 0.8; }

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

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

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

This text has shadow with #511C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C53 on black background.


Color preview on white background

This text has color #511C53 on white background.



Black color preview on #511C53 background

This text has black color on #511C53 background.


White color preview on #511C53 background

This text has white color on #511C53 background.