COLOR #511B44

HEX: #511B44 RGB: (81,27,68)

Color info

#511B44 contains red, green and blue colors in about the same proportion. Web safe color of #511B44 is #663333 (or #633).

RGB color model

#511B44 color RGB value is (81,27,68).

RGB: (81,27,68) (32%, 11%, 27%)

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 68 of 255 = 27%

81
27
68

R + G + B ~ 23%. #511B44 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 27 + 68 = 176 (100%)
R 81 of 176 ~ 46.02%
G 27 of 176 ~ 15.34%
B 68 of 176 ~ 38.64'%

%46.02
%15.34
%38.64

CMYK color model

#511B44 color CMYK value is (0,67,16,68).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 16.05%
  • key color value is 68.24%

CMYK: (0,67,16,68)
C0M67Y16K68 (0%, 67%, 16%, 68%)
(0.00 / 0.67 / 0.16 / 0.68)

CMYK percentages

%0
%66.67
%16.05
%68.24

Codes

Color #511B44 in popluar color models

51 1B 44
RGB 81 27 68
HSL 314° 50.00% 21.18%
HSB/HSV 314° 66.67% 31.76%
CMYK 0.00% 66.67% 16.05%
68.24%

Color #511B44 in popluar number systems.

HEX 51 1B 44
Decimal 81 27 68
Binary 1010001 11011 1000100
Octal 121 33 104

Shades and tints

Shades of #511B44

#511B44
(81,27,68)
#4A193E
(74,25,62)
#431738
(67,23,56)
#3C1532
(60,21,50)
#35132C
(53,19,44)
#2E1126
(46,17,38)
#270F20
(39,15,32)
#200D1A
(32,13,26)
#190B14
(25,11,20)
#12090E
(18,9,14)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #511B44

#511B44
(81,27,68)
#602F55
(96,47,85)
#6F4366
(111,67,102)
#7E5777
(126,87,119)
#8D6B88
(141,107,136)
#9C7F99
(156,127,153)
#AB93AA
(171,147,170)
#BAA7BB
(186,167,187)
#C9BBCC
(201,187,204)
#D8CFDD
(216,207,221)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B44; }

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

This text font color is #511B44.

Background Color

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

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

This div background color is #511B44.

Border color

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

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

This div border color is #511B44.

Opacity

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

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

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

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

This text has shadow with #511B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511B44.

Preview

Color preview on black background

This text has color #511B44 on black background.


Color preview on white background

This text has color #511B44 on white background.


Black color preview on #511B44 background

This text has black color on #511B44 background.


White color preview on #511B44 background

This text has white color on #511B44 background.


Related colors

Complementary color

Complementary color for #hex is #AEE4BB.


I love getcolorcode.com

Triadic colors

1 #44511B and #1B4451 with #511B44 are triadic colors.

2 #441B51 and #1B5144 with #511B44 are triadic colors.