COLOR #511943

HEX: #511943
RGB: (81,25,67)

Color info

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

RGB color model

#511943 color RGB value is (81,25,67).

  • red value is 81;
  • green value is 25;
  • blue value is 67.
RGB:
(81,25,67)
(32%,10%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 25 of 255 = 10%
B 67 of 255 = 26%

81
25
67

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

Portions of RGB colors in percentages

R + G + B =
81 + 25 + 67 = 173 (100%)
R 81 of 173 ~ 46.82%
G 25 of 173 ~ 14.45%
B 67 of 173 ~ 38.73%

%46.82
%14.45
%38.73

CMYK color model

#511943 color CMYK value is (0,69,17,68).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(0,69,17,68)
C0M69Y17K68 
(0%,69%,17%,68%)
(0.00/0.69/0.17/0.68)	

CMYK percentages

%0
%69.14
%17.28
%68.24

Codes

Color #511943 in popluar color models

511943
RGB812567
HSL315°52.83%20.78%
HSB/HSV315°69.14%31.76%
CMYK0.00%69.14%17.28%
68.24%

Color #511943 in popluar number systems.

HEX511943
Decimal812567
Binary1010001110011000011
Octal12131103

Shades and tints

Shades of #511943

#511943
(81,25,67)
#4A173D
(74,23,61)
#431537
(67,21,55)
#3C1331
(60,19,49)
#35112B
(53,17,43)
#2E0F25
(46,15,37)
#270D1F
(39,13,31)
#200B19
(32,11,25)
#190913
(25,9,19)
#12070D
(18,7,13)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #511943

#511943
(81,25,67)
#602D54
(96,45,84)
#6F4165
(111,65,101)
#7E5576
(126,85,118)
#8D6987
(141,105,135)
#9C7D98
(156,125,152)
#AB91A9
(171,145,169)
#BAA5BA
(186,165,186)
#C9B9CB
(201,185,203)
#D8CDDC
(216,205,220)
#E7E1ED
(231,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511943 color. Also use rgb(81,25,67) instead hex code.

Text Font Color

.myTextColor { color: #511943; }

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

This text font color is #511943.


Background Color

.myBgColor { background-color: #511943; }

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

This div background color is #511943.


Border color

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

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

This div border color is #511943.


Opacity

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

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

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

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

This text has shadow with #511943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511943 on black background.


Color preview on white background

This text has color #511943 on white background.



Black color preview on #511943 background

This text has black color on #511943 background.


White color preview on #511943 background

This text has white color on #511943 background.