COLOR #511B66

HEX: #511B66
RGB: (81,27,102)

Color info

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

RGB color model

#511B66 color RGB value is (81,27,102).

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

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 102 of 255 = 40%

81
27
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 27 + 102 = 210 (100%)
R 81 of 210 ~ 38.57%
G 27 of 210 ~ 12.86%
B 102 of 210 ~ 48.57%

%38.57
%12.86
%48.57

CMYK color model

#511B66 color CMYK value is (21,74,0,60).

  • cyan value is 20.59%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,74,0,60)
C21M74Y0K60 
(21%,74%,0%,60%)
(0.21/0.74/0.00/0.60)	

CMYK percentages

%20.59
%73.53
%0
%60

Codes

Color #511B66 in popluar color models

511B66
RGB8127102
HSL283°58.14%25.29%
HSB/HSV283°73.53%40.00%
CMYK20.59%73.53%0.00%
60.00%

Color #511B66 in popluar number systems.

HEX511B66
Decimal8127102
Binary1010001110111100110
Octal12133146

Shades and tints

Shades of #511B66

#511B66
(81,27,102)
#4A195D
(74,25,93)
#431754
(67,23,84)
#3C154B
(60,21,75)
#351342
(53,19,66)
#2E1139
(46,17,57)
#270F30
(39,15,48)
#200D27
(32,13,39)
#190B1E
(25,11,30)
#120915
(18,9,21)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #511B66

#511B66
(81,27,102)
#602F73
(96,47,115)
#6F4380
(111,67,128)
#7E578D
(126,87,141)
#8D6B9A
(141,107,154)
#9C7FA7
(156,127,167)
#AB93B4
(171,147,180)
#BAA7C1
(186,167,193)
#C9BBCE
(201,187,206)
#D8CFDB
(216,207,219)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B66; }

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

This text font color is #511B66.


Background Color

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

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

This div background color is #511B66.


Border color

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

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

This div border color is #511B66.


Opacity

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

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

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

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

This text has shadow with #511B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B66 on black background.


Color preview on white background

This text has color #511B66 on white background.



Black color preview on #511B66 background

This text has black color on #511B66 background.


White color preview on #511B66 background

This text has white color on #511B66 background.