COLOR #511A33

HEX: #511A33 RGB: (81,26,51)

Color info

#511A33 contains red, green and blue colors in about the same proportion. Web safe color of #511A33 is #660033 (or #603).

RGB color model

#511A33 color RGB value is (81,26,51).

RGB: (81,26,51) (32%, 10%, 20%)

RGB channels and saturation

R 81 of 255 = 32%
G 26 of 255 = 10%
B 51 of 255 = 20%

81
26
51

R + G + B ~ 21%. #511A33 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 26 + 51 = 158 (100%)
R 81 of 158 ~ 51.27%
G 26 of 158 ~ 16.46%
B 51 of 158 ~ 32.28'%

%51.27
%16.46
%32.28

CMYK color model

#511A33 color CMYK value is (0,68,37,68).

  • cyan value is 0.00%
  • magenta value is 67.90%
  • yellow value is 37.04%
  • key color value is 68.24%

CMYK: (0,68,37,68)
C0M68Y37K68 (0%, 68%, 37%, 68%)
(0.00 / 0.68 / 0.37 / 0.68)

CMYK percentages

%0
%67.9
%37.04
%68.24

Codes

Color #511A33 in popluar color models

51 1A 33
RGB 81 26 51
HSL 333° 51.40% 20.98%
HSB/HSV 333° 67.90% 31.76%
CMYK 0.00% 67.90% 37.04%
68.24%

Color #511A33 in popluar number systems.

HEX 51 1A 33
Decimal 81 26 51
Binary 1010001 11010 110011
Octal 121 32 63

Shades and tints

Shades of #511A33

#511A33
(81,26,51)
#4A182F
(74,24,47)
#43162B
(67,22,43)
#3C1427
(60,20,39)
#351223
(53,18,35)
#2E101F
(46,16,31)
#270E1B
(39,14,27)
#200C17
(32,12,23)
#190A13
(25,10,19)
#12080F
(18,8,15)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #511A33

#511A33
(81,26,51)
#602E45
(96,46,69)
#6F4257
(111,66,87)
#7E5669
(126,86,105)
#8D6A7B
(141,106,123)
#9C7E8D
(156,126,141)
#AB929F
(171,146,159)
#BAA6B1
(186,166,177)
#C9BAC3
(201,186,195)
#D8CED5
(216,206,213)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511A33 color. Also use rgb(81,26,51) instead hex code.

Text Font Color

.myTextColor { color: #511A33; }

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

This text font color is #511A33.

Background Color

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

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

This div background color is #511A33.

Border color

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

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

This div border color is #511A33.

Opacity

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

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

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

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

This text has shadow with #511A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511A33.

Preview

Color preview on black background

This text has color #511A33 on black background.


Color preview on white background

This text has color #511A33 on white background.


Black color preview on #511A33 background

This text has black color on #511A33 background.


White color preview on #511A33 background

This text has white color on #511A33 background.


Related colors

Complementary color

Complementary color for #hex is #AEE5CC.


I love getcolorcode.com

Triadic colors

1 #33511A and #1A3351 with #511A33 are triadic colors.

2 #331A51 and #1A5133 with #511A33 are triadic colors.