COLOR #511332

HEX: #511332
RGB: (81,19,50)

Color info

#511332 contains mainly red and blue colors. Web safe color of #511332 is #660033 (or #603).

RGB color model

#511332 color RGB value is (81,19,50).

  • red value is 81;
  • green value is 19;
  • blue value is 50.
RGB:
(81,19,50)
(32%,7%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 19 of 255 = 7%
B 50 of 255 = 20%

81
19
50

R + G + B ~ 20%. #511332 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 19 + 50 = 150 (100%)
R 81 of 150 ~ 54%
G 19 of 150 ~ 12.67%
B 50 of 150 ~ 33.33%

%54
%12.67
%33.33

CMYK color model

#511332 color CMYK value is (0,77,38,68).

  • cyan value is 0.00%
  • magenta value is 76.54%
  • yellow value is 38.27%
  • key color value is 68.24%
CMYK:
(0,77,38,68)
C0M77Y38K68 
(0%,77%,38%,68%)
(0.00/0.77/0.38/0.68)	

CMYK percentages

%0
%76.54
%38.27
%68.24

Codes

Color #511332 in popluar color models

511332
RGB811950
HSL330°62.00%19.61%
HSB/HSV330°76.54%31.76%
CMYK0.00%76.54%38.27%
68.24%

Color #511332 in popluar number systems.

HEX511332
Decimal811950
Binary101000110011110010
Octal1212362

Shades and tints

Shades of #511332

#511332
(81,19,50)
#4A122E
(74,18,46)
#43112A
(67,17,42)
#3C1026
(60,16,38)
#350F22
(53,15,34)
#2E0E1E
(46,14,30)
#270D1A
(39,13,26)
#200C16
(32,12,22)
#190B12
(25,11,18)
#120A0E
(18,10,14)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #511332

#511332
(81,19,50)
#602844
(96,40,68)
#6F3D56
(111,61,86)
#7E5268
(126,82,104)
#8D677A
(141,103,122)
#9C7C8C
(156,124,140)
#AB919E
(171,145,158)
#BAA6B0
(186,166,176)
#C9BBC2
(201,187,194)
#D8D0D4
(216,208,212)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511332 color. Also use rgb(81,19,50) instead hex code.

Text Font Color

.myTextColor { color: #511332; }

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

This text font color is #511332.


Background Color

.myBgColor { background-color: #511332; }

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

This div background color is #511332.


Border color

.myBorderColor { border: 1px solid #511332; }

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

This div border color is #511332.


Opacity

.myOpacity80 { color: #511332; opacity: 0.8; }

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

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

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

This text has shadow with #511332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511332 on black background.


Color preview on white background

This text has color #511332 on white background.



Black color preview on #511332 background

This text has black color on #511332 background.


White color preview on #511332 background

This text has white color on #511332 background.