COLOR #511B68

HEX: #511B68
RGB: (81,27,104)

Color info

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

RGB color model

#511B68 color RGB value is (81,27,104).

  • red value is 81;
  • green value is 27;
  • blue value is 104.
RGB:
(81,27,104)
(32%,11%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 104 of 255 = 41%

81
27
104

R + G + B ~ 28%. #511B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 27 + 104 = 212 (100%)
R 81 of 212 ~ 38.21%
G 27 of 212 ~ 12.74%
B 104 of 212 ~ 49.06%

%38.21
%12.74
%49.06

CMYK color model

#511B68 color CMYK value is (22,74,0,59).

  • cyan value is 22.12%
  • magenta value is 74.04%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(22,74,0,59)
C22M74Y0K59 
(22%,74%,0%,59%)
(0.22/0.74/0.00/0.59)	

CMYK percentages

%22.12
%74.04
%0
%59.22

Codes

Color #511B68 in popluar color models

511B68
RGB8127104
HSL282°58.78%25.69%
HSB/HSV282°74.04%40.78%
CMYK22.12%74.04%0.00%
59.22%

Color #511B68 in popluar number systems.

HEX511B68
Decimal8127104
Binary1010001110111101000
Octal12133150

Shades and tints

Shades of #511B68

#511B68
(81,27,104)
#4A195F
(74,25,95)
#431756
(67,23,86)
#3C154D
(60,21,77)
#351344
(53,19,68)
#2E113B
(46,17,59)
#270F32
(39,15,50)
#200D29
(32,13,41)
#190B20
(25,11,32)
#120917
(18,9,23)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #511B68

#511B68
(81,27,104)
#602F75
(96,47,117)
#6F4382
(111,67,130)
#7E578F
(126,87,143)
#8D6B9C
(141,107,156)
#9C7FA9
(156,127,169)
#AB93B6
(171,147,182)
#BAA7C3
(186,167,195)
#C9BBD0
(201,187,208)
#D8CFDD
(216,207,221)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511B68 color. Also use rgb(81,27,104) instead hex code.

Text Font Color

.myTextColor { color: #511B68; }

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

This text font color is #511B68.


Background Color

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

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

This div background color is #511B68.


Border color

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

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

This div border color is #511B68.


Opacity

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

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

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

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

This text has shadow with #511B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B68 on black background.


Color preview on white background

This text has color #511B68 on white background.



Black color preview on #511B68 background

This text has black color on #511B68 background.


White color preview on #511B68 background

This text has white color on #511B68 background.