COLOR #511C67

HEX: #511C67 RGB: (81,28,103)

Color info

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

RGB color model

#511C67 color RGB value is (81,28,103).

RGB: (81,28,103) (32%, 11%, 40%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 103 of 255 = 40%

81
28
103

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

Portions of RGB colors in percentages

R + G + B = 81 + 28 + 103 = 212 (100%)
R 81 of 212 ~ 38.21%
G 28 of 212 ~ 13.21%
B 103 of 212 ~ 48.58'%

%38.21
%13.21
%48.58

CMYK color model

#511C67 color CMYK value is (21,73,0,60).

  • cyan value is 21.36%
  • magenta value is 72.82%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (21,73,0,60)
C21M73Y0K60 (21%, 73%, 0%, 60%)
(0.21 / 0.73 / 0.00 / 0.60)

CMYK percentages

%21.36
%72.82
%0
%59.61

Codes

Color #511C67 in popluar color models

51 1C 67
RGB 81 28 103
HSL 282° 57.25% 25.69%
HSB/HSV 282° 72.82% 40.39%
CMYK 21.36% 72.82% 0.00%
59.61%

Color #511C67 in popluar number systems.

HEX 51 1C 67
Decimal 81 28 103
Binary 1010001 11100 1100111
Octal 121 34 147

Shades and tints

Shades of #511C67

#511C67
(81,28,103)
#4A1A5E
(74,26,94)
#431855
(67,24,85)
#3C164C
(60,22,76)
#351443
(53,20,67)
#2E123A
(46,18,58)
#271031
(39,16,49)
#200E28
(32,14,40)
#190C1F
(25,12,31)
#120A16
(18,10,22)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #511C67

#511C67
(81,28,103)
#603074
(96,48,116)
#6F4481
(111,68,129)
#7E588E
(126,88,142)
#8D6C9B
(141,108,155)
#9C80A8
(156,128,168)
#AB94B5
(171,148,181)
#BAA8C2
(186,168,194)
#C9BCCF
(201,188,207)
#D8D0DC
(216,208,220)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511C67; }

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

This text font color is #511C67.

Background Color

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

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

This div background color is #511C67.

Border color

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

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

This div border color is #511C67.

Opacity

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

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

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

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

This text has shadow with #511C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511C67.

Preview

Color preview on black background

This text has color #511C67 on black background.


Color preview on white background

This text has color #511C67 on white background.


Black color preview on #511C67 background

This text has black color on #511C67 background.


White color preview on #511C67 background

This text has white color on #511C67 background.


Related colors

Complementary color

Complementary color for #hex is #AEE398.


I love getcolorcode.com

Triadic colors

1 #67511C and #1C6751 with #511C67 are triadic colors.

2 #671C51 and #1C5167 with #511C67 are triadic colors.