COLOR #511950

HEX: #511950
RGB: (81,25,80)

Color info

#511950 contains red, green and blue colors in about the same proportion. Web safe color of #511950 is #660066 (or #606).

RGB color model

#511950 color RGB value is (81,25,80).

  • red value is 81;
  • green value is 25;
  • blue value is 80.
RGB:
(81,25,80)
(32%,10%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 25 of 255 = 10%
B 80 of 255 = 31%

81
25
80

R + G + B ~ 24%. #511950 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 25 + 80 = 186 (100%)
R 81 of 186 ~ 43.55%
G 25 of 186 ~ 13.44%
B 80 of 186 ~ 43.01%

%43.55
%13.44
%43.01

CMYK color model

#511950 color CMYK value is (0,69,1,68).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 1.23%
  • key color value is 68.24%
CMYK:
(0,69,1,68)
C0M69Y1K68 
(0%,69%,1%,68%)
(0.00/0.69/0.01/0.68)	

CMYK percentages

%0
%69.14
%1.23
%68.24

Codes

Color #511950 in popluar color models

511950
RGB812580
HSL301°52.83%20.78%
HSB/HSV301°69.14%31.76%
CMYK0.00%69.14%1.23%
68.24%

Color #511950 in popluar number systems.

HEX511950
Decimal812580
Binary1010001110011010000
Octal12131120

Shades and tints

Shades of #511950

#511950
(81,25,80)
#4A1749
(74,23,73)
#431542
(67,21,66)
#3C133B
(60,19,59)
#351134
(53,17,52)
#2E0F2D
(46,15,45)
#270D26
(39,13,38)
#200B1F
(32,11,31)
#190918
(25,9,24)
#120711
(18,7,17)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #511950

#511950
(81,25,80)
#602D5F
(96,45,95)
#6F416E
(111,65,110)
#7E557D
(126,85,125)
#8D698C
(141,105,140)
#9C7D9B
(156,125,155)
#AB91AA
(171,145,170)
#BAA5B9
(186,165,185)
#C9B9C8
(201,185,200)
#D8CDD7
(216,205,215)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511950 color. Also use rgb(81,25,80) instead hex code.

Text Font Color

.myTextColor { color: #511950; }

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

This text font color is #511950.


Background Color

.myBgColor { background-color: #511950; }

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

This div background color is #511950.


Border color

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

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

This div border color is #511950.


Opacity

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

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

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

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

This text has shadow with #511950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511950 on black background.


Color preview on white background

This text has color #511950 on white background.



Black color preview on #511950 background

This text has black color on #511950 background.


White color preview on #511950 background

This text has white color on #511950 background.